]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
config: improve default directory's dialstring param to handle registrations from...
authorMichael S Collins <msc@freeswitch.org>
Fri, 28 Sep 2012 16:45:42 +0000 (09:45 -0700)
committerMichael S Collins <msc@freeswitch.org>
Fri, 28 Sep 2012 16:45:42 +0000 (09:45 -0700)
conf/vanilla/directory/default.xml

index 8af7aea135fa7486f88953b1ca3ec9a849c4c406..0dc67412de56d78d6a3db0cda238eaa0952fb2bf 100644 (file)
@@ -21,7 +21,7 @@
   <!--the domain or ip (the right hand side of the @ in the addr-->
   <domain name="$${domain}">
     <params>
-      <param name="dial-string" value="{sip_invite_domain=${dialed_domain},presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(${dialed_user}@${dialed_domain})}"/>
+      <param name="dial-string" value="{sip_invite_domain=${dialed_domain},presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(*/${dialed_user}@${dialed_domain})}"/>
     </params>
 
     <variables>