From 066c1937535bf3d370e56dc98af26d7e29b4e7af Mon Sep 17 00:00:00 2001 From: Wzut <> Date: Tue, 31 Jul 2018 19:02:39 +0000 Subject: [PATCH] 96_SIP : fix problem, no hangup in wfp mode git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@17070 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/96_SIP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/96_SIP.pm b/FHEM/96_SIP.pm index da48bd6cb..1f0c9c392 100644 --- a/FHEM/96_SIP.pm +++ b/FHEM/96_SIP.pm @@ -1429,7 +1429,7 @@ sub SIP_ListenStart($) filter => \&$sub_filter, recv_bye => \&$sub_bye, init_media => $ua->rtp('send_recv',($msg3) ? $msg3 : $send_something), - cb_rtp_done => sub {Log3 $name, 5, "$logname, wfp cb_rtp_done";}, + #cb_rtp_done => sub {Log3 $name, 5, "$logname, wfp cb_rtp_done";}, legt nicht mehr auf wenn aktiv ! rtp_param => [8, 160, 160/8000, 'PCMA/8000'] ); # options are invite and hangup }