mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-22 11:53:16 +00:00
config option for rtcp on profile
This commit is contained in:
parent
9e152e0f74
commit
9d198c5012
@ -207,6 +207,10 @@
|
|||||||
<param name="force-subscription-domain" value="$${domain}"/>
|
<param name="force-subscription-domain" value="$${domain}"/>
|
||||||
<!--all inbound reg will stored in the db using this domain -->
|
<!--all inbound reg will stored in the db using this domain -->
|
||||||
<param name="force-register-db-domain" value="$${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-->
|
<!--force suscription expires to a lower value than requested-->
|
||||||
<!--<param name="force-subscription-expires" value="60"/>-->
|
<!--<param name="force-subscription-expires" value="60"/>-->
|
||||||
<!-- disable register and transfer which may be undesirable in a public switch -->
|
<!-- disable register and transfer which may be undesirable in a public switch -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user