mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-18 09:32:34 +00:00
tweak sip profiles slightly. outbound to external and external has an alias for outbound for backwards compat. default has an alias for internal
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8298 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6c17e72694
commit
20dc70b652
@ -3,6 +3,7 @@
|
|||||||
<!--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="$${domain}"/>
|
||||||
|
<alias name="internal"/>
|
||||||
</aliases>
|
</aliases>
|
||||||
<!-- Outbound Registrations -->
|
<!-- Outbound Registrations -->
|
||||||
<gateways>
|
<gateways>
|
||||||
|
@ -5,6 +5,10 @@
|
|||||||
<X-PRE-PROCESS cmd="include" data="outbound/*.xml"/>
|
<X-PRE-PROCESS cmd="include" data="outbound/*.xml"/>
|
||||||
</gateways>
|
</gateways>
|
||||||
|
|
||||||
|
<aliases>
|
||||||
|
<alias name="outbound"/>
|
||||||
|
</aliases>
|
||||||
|
|
||||||
<domains>
|
<domains>
|
||||||
<domain name="$${domain}" parse="true"/>
|
<domain name="$${domain}" parse="true"/>
|
||||||
</domains>
|
</domains>
|
Loading…
x
Reference in New Issue
Block a user