mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
96_SIP: fix wrong sub name SIP_watchdog_t2s
git-svn-id: https://svn.fhem.de/fhem/trunk@13726 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
f92293e6ae
commit
56e065228b
@ -53,7 +53,7 @@ use Net::Domain qw( hostfqdn );
|
||||
use Blocking; # http://www.fhemwiki.de/wiki/Blocking_Call
|
||||
#use Data::Dumper;
|
||||
|
||||
my $sip_version ="V1.43 / 17.03.17";
|
||||
my $sip_version ="V1.44 / 18.03.17";
|
||||
my $ua; # SIP user agent
|
||||
|
||||
my %sets = (
|
||||
@ -1040,7 +1040,7 @@ sub SIP_try_listen($)
|
||||
}
|
||||
#starte die Überwachung von T2S
|
||||
RemoveInternalTimer($hash);
|
||||
InternalTimer(gettimeofday()+int(AttrVal($name,"T2S_Timeout",5)), "SIP_watchdog_t2s", $hash);
|
||||
InternalTimer(gettimeofday()+int(AttrVal($name,"T2S_Timeout",5)), "SIP_watchdog_T2S", $hash);
|
||||
return undef;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user