]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
config option for rtcp on profile
authorBrian West <brian@freeswitch.org>
Tue, 20 Apr 2010 16:08:25 +0000 (11:08 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 20 Apr 2010 16:08:39 +0000 (11:08 -0500)
conf/sip_profiles/internal.xml

index eda248626e22948b833dafe5d5f825156617f3b7..dcce5890139936776d419f135b12f3bc78d47872 100644 (file)
     <param name="force-subscription-domain" value="$${domain}"/>
     <!--all inbound reg will stored in the db using this domain -->
     <param name="force-register-db-domain" value="$${domain}"/>
+
+    <!-- enable rtcp on every channel also can be done per leg basis with rtcp_interval_msec variable -->
+    <!--<param name="rtcp-interval-msec" value="10000"/>-->
+
     <!--force suscription expires to a lower value than requested-->
     <!--<param name="force-subscription-expires" value="60"/>-->
     <!-- disable register and transfer which may be undesirable in a public switch -->