mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
FB_CALLMONITOR: minor fix
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@10668 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
7c9f315817
commit
74aded51fb
@ -1274,15 +1274,14 @@ EOD
|
|||||||
return "received no data after requesting available phonebooks via TR-064";
|
return "received no data after requesting available phonebooks via TR-064";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log3 $name, 5, "FB_CALLMONITOR ($name) - received TR-064 challenge response:\n$data";
|
||||||
|
|
||||||
unless($data =~ /<Nonce>/i and $data =~ /<Realm>/i)
|
unless($data =~ /<Nonce>/i and $data =~ /<Realm>/i)
|
||||||
{
|
{
|
||||||
Log3 $name, 3, "FB_CALLMONITOR ($name) - received no valid TR-064 challenge response. aborting";
|
Log3 $name, 3, "FB_CALLMONITOR ($name) - received no valid TR-064 challenge response. aborting";
|
||||||
Log3 $name, 5, "FB_CALLMONITOR ($name) - received no valid TR-064 challenge response: $data";
|
|
||||||
return "received no valid TR-064 challenge response. aborting";
|
return "received no valid TR-064 challenge response. aborting";
|
||||||
}
|
}
|
||||||
|
|
||||||
Log3 $name, 5, "FB_CALLMONITOR ($name) - received TR-064 challenge response:\n$data";
|
|
||||||
|
|
||||||
my ($nonce, $realm);
|
my ($nonce, $realm);
|
||||||
|
|
||||||
if($data =~ m,<Nonce>(.+?)</Nonce>,i)
|
if($data =~ m,<Nonce>(.+?)</Nonce>,i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user