vanilla conf remove unused param

This param was removed in 2e3227b50f
This commit is contained in:
agree 2021-08-09 17:37:39 -04:00 committed by GitHub
parent a83b7db5a7
commit 779180c259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -413,13 +413,6 @@
<!-- Turn on a jitterbuffer for every call --> <!-- Turn on a jitterbuffer for every call -->
<!-- <param name="auto-jitterbuffer-msec" value="60"/> --> <!-- <param name="auto-jitterbuffer-msec" value="60"/> -->
<!-- By default mod_sofia will ignore the codecs in the sdp for hold/unhold operations
Set this to true if you want to actually parse the sdp and re-negotiate the codec during hold/unhold.
It's probably not what you want so stick with the default unless you really need to change this.
-->
<!--<param name="renegotiate-codec-on-hold" value="true"/>-->
<!-- By default mod_sofia will send "100 Trying" in response to a SIP INVITE. Set this to false if <!-- By default mod_sofia will send "100 Trying" in response to a SIP INVITE. Set this to false if
you want to turn off this behavior and manually send the "100 Trying" via the acknowledge_call application. you want to turn off this behavior and manually send the "100 Trying" via the acknowledge_call application.
--> -->