FS-4225
This commit is contained in:
parent
05895faa77
commit
5f733b24bf
|
@ -293,6 +293,9 @@
|
||||||
|
|
||||||
<!--<param name="delete-subs-on-register" value="false"/>-->
|
<!--<param name="delete-subs-on-register" value="false"/>-->
|
||||||
|
|
||||||
|
<!-- launch a new thread to process each new inbound register when using heavier backends -->
|
||||||
|
<!-- <param name="inbound-reg-in-new-thread" value="true"/> -->
|
||||||
|
|
||||||
<!-- enable rtcp on every channel also can be done per leg basis with rtcp_audio_interval_msec variable set to passthru to pass it across a call-->
|
<!-- enable rtcp on every channel also can be done per leg basis with rtcp_audio_interval_msec variable set to passthru to pass it across a call-->
|
||||||
<!--<param name="rtcp-audio-interval-msec" value="5000"/>-->
|
<!--<param name="rtcp-audio-interval-msec" value="5000"/>-->
|
||||||
<!--<param name="rtcp-video-interval-msec" value="5000"/>-->
|
<!--<param name="rtcp-video-interval-msec" value="5000"/>-->
|
||||||
|
|
|
@ -342,6 +342,9 @@
|
||||||
|
|
||||||
<!-- <param name="delete-subs-on-register" value="false"/> -->
|
<!-- <param name="delete-subs-on-register" value="false"/> -->
|
||||||
|
|
||||||
|
<!-- launch a new thread to process each new inbound register when using heavier backends -->
|
||||||
|
<!-- <param name="inbound-reg-in-new-thread" value="true"/> -->
|
||||||
|
|
||||||
<!-- enable rtcp on every channel also can be done per leg basis with
|
<!-- enable rtcp on every channel also can be done per leg basis with
|
||||||
rtcp_audio_interval_msec variable set to passthru to pass it across
|
rtcp_audio_interval_msec variable set to passthru to pass it across
|
||||||
a call -->
|
a call -->
|
||||||
|
|
Loading…
Reference in New Issue