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

Freeswitch SVN brian at freeswitch.org
Thu Sep 18 20:23:08 EDT 2008


Author: brian
Date: Thu Sep 18 20:23:06 2008
New Revision: 9594

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

Log:
really should fix this now too as it'll find you no matter where you are if its setup correctly.

Modified: freeswitch/trunk/conf/directory/default.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default.xml	(original)
+++ freeswitch/trunk/conf/directory/default.xml	Thu Sep 18 20:23:06 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_user}@${dialed_domain},transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_domain}/${dialed_user}@${dialed_domain})}"/>
+      <param name="dial-string" value="{presence_id=${dialed_user}@${dialed_domain},transfer_fallback_extension=${dialed_user}}${sofia_contact(${dialed_user}@${dialed_domain})}"/>
     </params>
 
     <variables>



More information about the Freeswitch-svn mailing list