Merge pull request #1466 from mafoo/WhitespaceClean-app/sip_profiles
WhitespaceClean-app/sip_profiles
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<profile name="{v_sip_profile_name}">
|
<profile name="{v_sip_profile_name}">
|
||||||
<!-- 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-->
|
||||||
<aliases>
|
<aliases>
|
||||||
</aliases>
|
</aliases>
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<profile name="{v_sip_profile_name}">
|
<profile name="{v_sip_profile_name}">
|
||||||
<!-- 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-->
|
||||||
<aliases>
|
<aliases>
|
||||||
<!--
|
<!--
|
||||||
<alias name="outbound"/>
|
<alias name="outbound"/>
|
||||||
<alias name="nat"/>
|
<alias name="nat"/>
|
||||||
-->
|
-->
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<profile name="{v_sip_profile_name}">
|
<profile name="{v_sip_profile_name}">
|
||||||
<!-- 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-->
|
||||||
<aliases>
|
<aliases>
|
||||||
<!--
|
<!--
|
||||||
<alias name="outbound"/>
|
<alias name="outbound"/>
|
||||||
<alias name="nat"/>
|
<alias name="nat"/>
|
||||||
-->
|
-->
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<profile name="{v_sip_profile_name}">
|
<profile name="{v_sip_profile_name}">
|
||||||
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
||||||
<settings>
|
<settings>
|
||||||
{v_sip_profile_settings}
|
{v_sip_profile_settings}
|
||||||
</settings>
|
</settings>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<profile name="{v_sip_profile_name}">
|
<profile name="{v_sip_profile_name}">
|
||||||
<!-- 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-->
|
||||||
<aliases>
|
<aliases>
|
||||||
<!--
|
<!--
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
<!--<domain name="$${domain}" parse="true"/>-->
|
<!--<domain name="$${domain}" parse="true"/>-->
|
||||||
<!-- indicator to parse the directory for domains with parse="true" to get gateways and alias every domain to this profile -->
|
<!-- indicator to parse the directory for domains with parse="true" to get gateways and alias every domain to this profile -->
|
||||||
<!--<domain name="all" alias="true" parse="true"/>-->
|
<!--<domain name="all" alias="true" parse="true"/>-->
|
||||||
<domain name="all" alias="true" parse="false"/>
|
<domain name="all" alias="true" parse="false"/>
|
||||||
</domains>
|
</domains>
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
|
|||||||
Reference in New Issue
Block a user