[Freeswitch-trunk] [commit] r6581 - freeswitch/trunk/conf/autoload_configs
Freeswitch SVN
brian at freeswitch.org
Sat Dec 8 14:42:51 EST 2007
Author: brian
Date: Sat Dec 8 14:42:51 2007
New Revision: 6581
Modified:
freeswitch/trunk/conf/autoload_configs/enum.conf.xml
Log:
this string isn't expanded so we can't really use vars here
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 Sat Dec 8 14:42:51 2007
@@ -6,7 +6,7 @@
</settings>
<routes>
- <route service="E2U+SIP" regex="sip:(.*)" replace="sofia/${use_profile}/$1"/>
+ <route service="E2U+SIP" regex="sip:(.*)" replace="sofia/$${sip_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-trunk
mailing list