move default to interal with alias for default.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8300 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
52d9aca5b5
commit
917c8f81de
|
@ -1,9 +1,9 @@
|
|||
<!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
|
||||
<profile name="default" domain="$${domain}">
|
||||
<profile name="internal" domain="$${domain}">
|
||||
<!--aliases are other names that will work as a valid profile name for this profile-->
|
||||
<aliases>
|
||||
<alias name="$${domain}"/>
|
||||
<alias name="internal"/>
|
||||
<alias name="default"/>
|
||||
</aliases>
|
||||
<!-- Outbound Registrations -->
|
||||
<gateways>
|
||||
|
|
Loading…
Reference in New Issue