[Freeswitch-svn] [commit] r8300 - freeswitch/trunk/conf/sip_profiles
Freeswitch SVN
brian at freeswitch.org
Thu May 8 10:45:35 EDT 2008
Author: brian
Date: Thu May 8 10:45:34 2008
New Revision: 8300
Modified:
freeswitch/trunk/conf/sip_profiles/default.xml
Log:
move default to interal with alias for default.
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:45:34 2008
@@ -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>
More information about the Freeswitch-svn
mailing list