Shorten the Sofia User Agent to reduce SIP header size. User Agent by default includes version and git version number.
This commit is contained in:
parent
f960275be8
commit
9b5a389eeb
|
|
@ -16,6 +16,7 @@
|
||||||
<settings>
|
<settings>
|
||||||
<param name="debug" value="0"/>
|
<param name="debug" value="0"/>
|
||||||
<!-- If you want FreeSWITCH to shutdown if this profile fails to load, uncomment the next line. -->
|
<!-- If you want FreeSWITCH to shutdown if this profile fails to load, uncomment the next line. -->
|
||||||
|
<param name="user-agent-string" value="FreeSWITCH" enabled="true"/>
|
||||||
<param name="shutdown-on-fail" value="true" enabled="false"/>
|
<param name="shutdown-on-fail" value="true" enabled="false"/>
|
||||||
<param name="sip-trace" value="no"/>
|
<param name="sip-trace" value="no"/>
|
||||||
<param name="sip-capture" value="no"/>
|
<param name="sip-capture" value="no"/>
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
<settings>
|
<settings>
|
||||||
<param name="debug" value="0"/>
|
<param name="debug" value="0"/>
|
||||||
<!-- If you want FreeSWITCH to shutdown if this profile fails to load, uncomment the next line. -->
|
<!-- If you want FreeSWITCH to shutdown if this profile fails to load, uncomment the next line. -->
|
||||||
|
<param name="user-agent-string" value="FreeSWITCH" enabled="true"/>
|
||||||
<param name="shutdown-on-fail" value="true" enabled="false"/>
|
<param name="shutdown-on-fail" value="true" enabled="false"/>
|
||||||
<param name="sip-trace" value="no"/>
|
<param name="sip-trace" value="no"/>
|
||||||
<param name="sip-capture" value="no"/>
|
<param name="sip-capture" value="no"/>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
||||||
<!--aliases are other names that will work as a valid profile name for this profile-->
|
<!--aliases are other names that will work as a valid profile name for this profile-->
|
||||||
<settings>
|
<settings>
|
||||||
<param name="user-agent-string" value="FreeSWITCH Rocks!" enabled="false"/>
|
<param name="user-agent-string" value="FreeSWITCH" enabled="true"/>
|
||||||
<param name="debug" value="0"/>
|
<param name="debug" value="0"/>
|
||||||
<param name="sip-trace" value="no"/>
|
<param name="sip-trace" value="no"/>
|
||||||
<param name="context" value="public"/>
|
<param name="context" value="public"/>
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
bypass media after an attended transfer.
|
bypass media after an attended transfer.
|
||||||
-->
|
-->
|
||||||
<param name="media-option" value="bypass-media-after-att-xfer" enabled="false"/>
|
<param name="media-option" value="bypass-media-after-att-xfer" enabled="false"/>
|
||||||
<param name="user-agent-string" value="FreeSWITCH Rocks!" enabled="false"/>
|
<param name="user-agent-string" value="FreeSWITCH" enabled="true"/>
|
||||||
<param name="debug" value="0"/>
|
<param name="debug" value="0"/>
|
||||||
<!-- If you want FreeSWITCH to shutdown if this profile fails to load, uncomment the next line. -->
|
<!-- If you want FreeSWITCH to shutdown if this profile fails to load, uncomment the next line. -->
|
||||||
<param name="shutdown-on-fail" value="true" enabled="false"/>
|
<param name="shutdown-on-fail" value="true" enabled="false"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue