]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update Nuance MRCP configuration to send RTCP BYE
authorChristopher Rienzo <chris@rienzo.net>
Thu, 19 Nov 2009 20:11:42 +0000 (20:11 +0000)
committerChristopher Rienzo <chris@rienzo.net>
Thu, 19 Nov 2009 20:11:42 +0000 (20:11 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15555 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml
conf/mrcp_profiles/nuance-5.0-mrcp-v1.xml
conf/mrcp_profiles/nuance-5.0-mrcp-v2.xml

index 1c7a15b6010c8aea897a5fa7e1d6f14abf02af4f..fb998812c663ab01d18631bd70f5eb339127d4bc 100644 (file)
     <param name="rtp-ip" value="auto"/>
     <param name="rtp-port-min" value="4000"/>
     <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="max-playout-delay" value="200"/-->
     <!--param name="ptime" value="20"/-->
index d332227d69e642e2761663e1073a4d3b8d7dec38..f471735a9dddf27182bb21ecae39f68e5b6ec88c 100644 (file)
     <param name="rtp-ip" value="auto"/>
     <param name="rtp-port-min" value="4000"/>
     <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="max-playout-delay" value="200"/-->
     <!--param name="ptime" value="20"/-->
index 0140f4d59c6adfc9cabd9dc2b2b4609947311ba8..109fa3c2c927e9f0dd3f413003124053fa1cbffc 100644 (file)
     <param name="rtp-ip" value="auto"/>
     <param name="rtp-port-min" value="4000"/>
     <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="max-playout-delay" value="200"/-->
     <!--param name="ptime" value="20"/-->