mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
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:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user