mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-02 19:40:08 +00:00
Update Nuance MRCP configuration to send RTCP BYE
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15555 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
348fe1d8f7
commit
d4c09010ab
@ -10,6 +10,18 @@
|
|||||||
<param name="rtp-ip" value="auto"/>
|
<param name="rtp-ip" value="auto"/>
|
||||||
<param name="rtp-port-min" value="4000"/>
|
<param name="rtp-port-min" value="4000"/>
|
||||||
<param name="rtp-port-max" value="5000"/>
|
<param name="rtp-port-max" value="5000"/>
|
||||||
|
<!-- enable/disable rtcp support -->
|
||||||
|
<param name="rtcp" value="1"/>
|
||||||
|
<!-- rtcp bye policies (rtcp must be enabled first)
|
||||||
|
0 - disable rtcp bye
|
||||||
|
1 - send rtcp bye at the end of session
|
||||||
|
2 - send rtcp bye also at the end of each talkspurt (input)
|
||||||
|
-->
|
||||||
|
<param name="rtcp-bye" value="2"/>
|
||||||
|
<!-- rtcp transmission interval in msec (set 0 to disable) -->
|
||||||
|
<param name="rtcp-tx-interval" value="5000"/>
|
||||||
|
<!-- period (timeout) to check for new rtcp messages in msec (set 0 to disable) -->
|
||||||
|
<param name="rtcp-rx-resolution" value="1000"/>
|
||||||
<!--param name="playout-delay" value="50"/-->
|
<!--param name="playout-delay" value="50"/-->
|
||||||
<!--param name="max-playout-delay" value="200"/-->
|
<!--param name="max-playout-delay" value="200"/-->
|
||||||
<!--param name="ptime" value="20"/-->
|
<!--param name="ptime" value="20"/-->
|
||||||
|
@ -10,6 +10,18 @@
|
|||||||
<param name="rtp-ip" value="auto"/>
|
<param name="rtp-ip" value="auto"/>
|
||||||
<param name="rtp-port-min" value="4000"/>
|
<param name="rtp-port-min" value="4000"/>
|
||||||
<param name="rtp-port-max" value="5000"/>
|
<param name="rtp-port-max" value="5000"/>
|
||||||
|
<!-- enable/disable rtcp support -->
|
||||||
|
<param name="rtcp" value="1"/>
|
||||||
|
<!-- rtcp bye policies (rtcp must be enabled first)
|
||||||
|
0 - disable rtcp bye
|
||||||
|
1 - send rtcp bye at the end of session
|
||||||
|
2 - send rtcp bye also at the end of each talkspurt (input)
|
||||||
|
-->
|
||||||
|
<param name="rtcp-bye" value="2"/>
|
||||||
|
<!-- rtcp transmission interval in msec (set 0 to disable) -->
|
||||||
|
<param name="rtcp-tx-interval" value="5000"/>
|
||||||
|
<!-- period (timeout) to check for new rtcp messages in msec (set 0 to disable) -->
|
||||||
|
<param name="rtcp-rx-resolution" value="1000"/>
|
||||||
<!--param name="playout-delay" value="50"/-->
|
<!--param name="playout-delay" value="50"/-->
|
||||||
<!--param name="max-playout-delay" value="200"/-->
|
<!--param name="max-playout-delay" value="200"/-->
|
||||||
<!--param name="ptime" value="20"/-->
|
<!--param name="ptime" value="20"/-->
|
||||||
|
@ -14,6 +14,18 @@
|
|||||||
<param name="rtp-ip" value="auto"/>
|
<param name="rtp-ip" value="auto"/>
|
||||||
<param name="rtp-port-min" value="4000"/>
|
<param name="rtp-port-min" value="4000"/>
|
||||||
<param name="rtp-port-max" value="5000"/>
|
<param name="rtp-port-max" value="5000"/>
|
||||||
|
<!-- enable/disable rtcp support -->
|
||||||
|
<param name="rtcp" value="1"/>
|
||||||
|
<!-- rtcp bye policies (rtcp must be enabled first)
|
||||||
|
0 - disable rtcp bye
|
||||||
|
1 - send rtcp bye at the end of session
|
||||||
|
2 - send rtcp bye also at the end of each talkspurt (input)
|
||||||
|
-->
|
||||||
|
<param name="rtcp-bye" value="2"/>
|
||||||
|
<!-- rtcp transmission interval in msec (set 0 to disable) -->
|
||||||
|
<param name="rtcp-tx-interval" value="5000"/>
|
||||||
|
<!-- period (timeout) to check for new rtcp messages in msec (set 0 to disable) -->
|
||||||
|
<param name="rtcp-rx-resolution" value="1000"/>
|
||||||
<!--param name="playout-delay" value="50"/-->
|
<!--param name="playout-delay" value="50"/-->
|
||||||
<!--param name="max-playout-delay" value="200"/-->
|
<!--param name="max-playout-delay" value="200"/-->
|
||||||
<!--param name="ptime" value="20"/-->
|
<!--param name="ptime" value="20"/-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user