This question is more appropriate for the users list <span></span><br><br>On Thursday, June 11, 2015, Bhavesh  Soni &lt;<a href="mailto:bhavesh.soni@gslab.com">bhavesh.soni@gslab.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Hi, I&#39;m trying to implement the changes explained in<br>
<a href="https://freeswitch.org/confluence/display/FREESWITCH/mod_verto" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/mod_verto</a>, to<br>
activate it.<br>
<br>
The part I don&#39;t understand fully is the dial-string changes, for<br>
example in the choice 1:<br>
<br>
Usage: ${verto_contact ${dialed_user}@${dialed_domain}}My first try was<br>
to use the second option:<br>
<br>
&lt;param name=&quot;dial-string&quot;<br>
value=&quot;{^^:sip_invite_domain=${dialed_domain}:presence_id=${dialed_user}@${dialed_domain}}${sofia_contact(*/${dialed_user}@${dialed_domain})}:${verto_contact<br>
${dialed_user}@${dialed_domain}}&quot;/&gt;<br>
<br>
What I try was to call a local extension that is logged in using verto,<br>
but somehow is trying to look for it like if is a sofia user, of course<br>
it says that the user is not available.<br>
The above apporach of adding line in dial-string FAILS.<br>
<br>
I want to understand this line fully, mostly because of the flow that<br>
traverse this dial-string.<br>
I&#39;d also try the last option of saying that a specific user is a verto user:<br>
<br>
&lt;params&gt;<br>
   &lt;param name=&quot;dial-string&quot; value=&quot;${verto_contact ${dialed_user} &lt;at&gt;<br>
${dialed_domain}}&quot;/&gt;<br>
&lt;/params&gt;<br>
<br>
That works.<br>
<br>
But, I dont want to keep on adding dial-string line in every extension.<br>
Rather, just add this to directory/default.xml. Does anybody face same<br>
issue.<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;consulting@freeswitch.org&#39;)">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-dev mailing list<br>
<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;FreeSWITCH-dev@lists.freeswitch.org&#39;)">FreeSWITCH-dev@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-dev" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-dev</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote>