[Freeswitch-svn] [commit] r8196 - freeswitch/trunk/conf/directory
Freeswitch SVN
brian at freeswitch.org
Fri Apr 25 16:24:23 EDT 2008
Author: brian
Date: Fri Apr 25 16:24:22 2008
New Revision: 8196
Modified:
freeswitch/trunk/conf/directory/default.xml
Log:
woops don't depend on dialed_ext in here
Modified: freeswitch/trunk/conf/directory/default.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default.xml (original)
+++ freeswitch/trunk/conf/directory/default.xml Fri Apr 25 16:24:22 2008
@@ -2,7 +2,7 @@
<!--the domain or ip (the right hand side of the @ in the addr-->
<domain name="$${domain}">
<params>
- <param name="dial-string" value="{presence_id=${dialed_ext}@${dialed_domain},transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_ext}@${dialed_domain})}"/>
+ <param name="dial-string" value="{presence_id=${dialed_user}@${dialed_domain},transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_user}@${dialed_domain})}"/>
</params>
<variables>
More information about the Freeswitch-svn
mailing list