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
This commit is contained in:
Wzut 2018-07-31 19:02:39 +00:00
parent 7ad742d934
commit 066c193753

View File

@ -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
}