]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-8553 [config] include verto_contact into the dial-string in the samples
authorBrian West <brian@freeswitch.org>
Wed, 18 Nov 2015 17:23:59 +0000 (11:23 -0600)
committerBrian West <brian@freeswitch.org>
Wed, 18 Nov 2015 17:23:59 +0000 (11:23 -0600)
conf/vanilla/directory/default.xml

index d87ad0560e07d51f78ab4e051c42145dab1bc786..1303badc51354b8890f3310425a0a121bb611bf9 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})},${verto_contact(${dialed_user}@${dialed_domain})}"/>
       <!-- These are required for Verto to function properly -->
       <param name="jsonrpc-allowed-methods" value="verto"/>
       <!-- <param name="jsonrpc-allowed-event-channels" value="demo,conference,presence"/> -->