more goodies

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9709 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-09-29 00:31:35 +00:00
parent a809ef63a9
commit e93593d7f8

View File

@ -2,7 +2,6 @@
<profile name="internal"> <profile name="internal">
<!--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="$${domain}"/>
<alias name="default"/> <alias name="default"/>
</aliases> </aliases>
<!-- Outbound Registrations --> <!-- Outbound Registrations -->
@ -15,6 +14,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"/>
</domains> </domains>
<settings> <settings>