[Freeswitch-svn] [commit] r9013 - freeswitch/trunk/conf/autoload_configs

Freeswitch SVN brian at freeswitch.org
Mon Jul 14 09:59:53 EDT 2008


Author: brian
Date: Mon Jul 14 09:59:53 2008
New Revision: 9013

Modified:
   freeswitch/trunk/conf/autoload_configs/enum.conf.xml

Log:
uncomment routes that aren't loaded by default. 

Modified: freeswitch/trunk/conf/autoload_configs/enum.conf.xml
==============================================================================
--- freeswitch/trunk/conf/autoload_configs/enum.conf.xml	(original)
+++ freeswitch/trunk/conf/autoload_configs/enum.conf.xml	Mon Jul 14 09:59:53 2008
@@ -8,7 +8,7 @@
 
   <routes>
     <route service="E2U+SIP" regex="sip:(.*)" replace="sofia/${use_profile}/$1"/>
-    <route service="E2U+IAX2" regex="iax2:(.*)" replace="iax/$1"/>
-    <route service="E2U+XMPP" regex="XMPP:(.*)" replace="dingaling/$${xmpp_server_profile}/$1"/>
+    <!--<route service="E2U+IAX2" regex="iax2:(.*)" replace="iax/$1"/>-->
+    <!--<route service="E2U+XMPP" regex="XMPP:(.*)" replace="dingaling/$${xmpp_server_profile}/$1"/>-->
   </routes>
 </configuration>



More information about the Freeswitch-svn mailing list