[Freeswitch-svn] [commit] r8317 - freeswitch/trunk/conf/sip_profiles

Freeswitch SVN brian at freeswitch.org
Thu May 8 17:32:19 EDT 2008


Author: brian
Date: Thu May  8 17:32:19 2008
New Revision: 8317

Modified:
   freeswitch/trunk/conf/sip_profiles/external.xml
   freeswitch/trunk/conf/sip_profiles/internal.xml

Log:
doh

Modified: freeswitch/trunk/conf/sip_profiles/external.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/external.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/external.xml	Thu May  8 17:32:19 2008
@@ -2,7 +2,7 @@
 <profile name="external">
   <!-- This profile is only for outbound registrations to providers -->
   <gateways>
-    <X-PRE-PROCESS cmd="include" data="outbound/*.xml"/>
+    <X-PRE-PROCESS cmd="include" data="external/*.xml"/>
   </gateways>
 
   <aliases>

Modified: freeswitch/trunk/conf/sip_profiles/internal.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/internal.xml	Thu May  8 17:32:19 2008
@@ -7,7 +7,7 @@
   </aliases>
   <!-- Outbound Registrations -->
   <gateways>
-    <X-PRE-PROCESS cmd="include" data="default/*.xml"/>
+    <X-PRE-PROCESS cmd="include" data="internal/*.xml"/>
   </gateways>
   
   <domains>



More information about the Freeswitch-svn mailing list