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

Freeswitch SVN brian at freeswitch.org
Mon Dec 10 12:22:08 EST 2007


Author: brian
Date: Mon Dec 10 12:22:08 2007
New Revision: 6592

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

Log:
tweak

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 Dec 10 12:22:08 2007
@@ -6,7 +6,7 @@
   </settings>
 
   <routes>
-    <route service="E2U+SIP" regex="sip:(.*)" replace="sofia/$${sip_profile}/$1"/>
+    <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"/>
   </routes>



More information about the Freeswitch-svn mailing list