[Freeswitch-svn] [commit] r7892 - freeswitch/trunk/conf/directory

Freeswitch SVN brian at freeswitch.org
Fri Mar 14 12:58:19 EDT 2008


Author: brian
Date: Fri Mar 14 12:58:19 2008
New Revision: 7892

Modified:
   freeswitch/trunk/conf/directory/default.xml

Log:
tweak this so it will work out of the box with multi reg

Modified: freeswitch/trunk/conf/directory/default.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default.xml	(original)
+++ freeswitch/trunk/conf/directory/default.xml	Fri Mar 14 12:58:19 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="{transfer_fallback_extension=${dialed_user}}sofia/${dialed_domain}/${dialed_user}"/>
+      <param name="dial-string" value="{transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_ext}@${dialed_domain})}"/>
     </params>
 
     <variables>



More information about the Freeswitch-svn mailing list