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:
markjcrane
2015-12-21 03:41:37 -07:00
parent 5e08c98840
commit 4fd6c57828
4 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
<settings>
<param name="debug" value="0"/>
<!-- 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="sip-trace" value="no"/>
<param name="sip-capture" value="no"/>

View File

@@ -19,6 +19,7 @@
<settings>
<param name="debug" value="0"/>
<!-- 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="sip-trace" value="no"/>
<param name="sip-capture" value="no"/>

View File

@@ -5,7 +5,7 @@
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
<!--aliases are other names that will work as a valid profile name for this profile-->
<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="sip-trace" value="no"/>
<param name="context" value="public"/>

View File

@@ -38,7 +38,7 @@
bypass media after an attended transfer.
-->
<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"/>
<!-- 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"/>