this string isn't expanded so we can't really use vars here
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6581 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cdcb818a8f
commit
38c8413f5b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue