config option for rtcp on profile

This commit is contained in:
Brian West 2010-04-20 11:08:25 -05:00
parent 9e152e0f74
commit 9d198c5012
1 changed files with 4 additions and 0 deletions

View File

@ -207,6 +207,10 @@
<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 -->