2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

96_SIP : fix problem, no hangup in wfp mode

git-svn-id: https://svn.fhem.de/fhem/trunk@17070 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Wzut 2018-07-31 19:02:39 +00:00
parent 5f0f431d5a
commit 9db690b1eb

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
}