Improve the default.xml sip profile template.
This commit is contained in:
parent
d706900be5
commit
e7aea5a1c8
|
|
@ -2,9 +2,6 @@
|
||||||
<!-- 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="default"/>
|
|
||||||
-->
|
|
||||||
</aliases>
|
</aliases>
|
||||||
|
|
||||||
<!-- Outbound Registrations -->
|
<!-- Outbound Registrations -->
|
||||||
|
|
@ -13,10 +10,6 @@
|
||||||
</gateways>
|
</gateways>
|
||||||
|
|
||||||
<domains>
|
<domains>
|
||||||
<!-- indicator to parse the directory for domains with parse="true" to get gateways-->
|
|
||||||
<!--<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 -->
|
|
||||||
<domain name="all" alias="true" parse="false"/>
|
|
||||||
</domains>
|
</domains>
|
||||||
|
|
||||||
<settings>
|
<settings>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue