[Freeswitch-svn] [commit] r8298 - in freeswitch/trunk/conf/sip_profiles: . external outbound
Freeswitch SVN
brian at freeswitch.org
Thu May 8 10:40:35 EDT 2008
Author: brian
Date: Thu May 8 10:40:34 2008
New Revision: 8298
Added:
freeswitch/trunk/conf/sip_profiles/external/
- copied from r8296, /freeswitch/trunk/conf/sip_profiles/outbound/
freeswitch/trunk/conf/sip_profiles/external.xml
- copied, changed from r8296, /freeswitch/trunk/conf/sip_profiles/outbound.xml
Removed:
freeswitch/trunk/conf/sip_profiles/outbound/
freeswitch/trunk/conf/sip_profiles/outbound.xml
Modified:
freeswitch/trunk/conf/sip_profiles/default.xml
Log:
tweak sip profiles slightly. outbound to external and external has an alias for outbound for backwards compat. default has an alias for internal
Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml Thu May 8 10:40:34 2008
@@ -3,6 +3,7 @@
<!--aliases are other names that will work as a valid profile name for this profile-->
<aliases>
<alias name="$${domain}"/>
+ <alias name="internal"/>
</aliases>
<!-- Outbound Registrations -->
<gateways>
Copied: freeswitch/trunk/conf/sip_profiles/external.xml (from r8296, /freeswitch/trunk/conf/sip_profiles/outbound.xml)
==============================================================================
--- /freeswitch/trunk/conf/sip_profiles/outbound.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/external.xml Thu May 8 10:40:34 2008
@@ -5,6 +5,10 @@
<X-PRE-PROCESS cmd="include" data="outbound/*.xml"/>
</gateways>
+ <aliases>
+ <alias name="outbound"/>
+ </aliases>
+
<domains>
<domain name="$${domain}" parse="true"/>
</domains>
More information about the Freeswitch-svn
mailing list