]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
uncomment routes that aren't loaded by default.
authorBrian West <brian@freeswitch.org>
Mon, 14 Jul 2008 13:59:53 +0000 (13:59 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 14 Jul 2008 13:59:53 +0000 (13:59 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9013 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/autoload_configs/enum.conf.xml

index 94551ea5c648d6e1ac5603086f8187ef92d28d7b..eb7a37de794e0f9266cc0f9b572600b5402782ad 100644 (file)
@@ -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>