<div dir="ltr">You have to rewrite tel URIs in your dialplan to a sofia path based on your choice of gateway.<div><br></div><div><a href="https://wiki.freeswitch.org/wiki/Dialplan_XML#Dialing_Through_A_Gateway_.28SIP_Provider.29">https://wiki.freeswitch.org/wiki/Dialplan_XML#Dialing_Through_A_Gateway_.28SIP_Provider.29</a><br></div><div><br></div><div>You can use something like this in the dialplan:</div><div><br></div><div><pre style="color:rgb(0,0,0)"><i>&lt;extension name=&quot;oubout_pstn&quot;&gt;
</i>  <i>&lt;condition field=&quot;destination_number&quot; expression=&quot;^tel:+(\d{12})$&quot;&gt;</i><i>
</i>    <i>&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/outbound/$1&quot;/&gt;
</i>  <i>&lt;/condition&gt;
</i><i>&lt;/extension&gt;</i></pre></div><div>or:<br><br></div><div><a href="https://wiki.freeswitch.org/wiki/Mod_translate">https://wiki.freeswitch.org/wiki/Mod_translate</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 27 September 2014 06:54, joe <span dir="ltr">&lt;<a href="mailto:jigar_desai12@hotmail.com" target="_blank">jigar_desai12@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">2014-09-27 05:52:40.377783 [ERR] sofia_glue.c:983 URL Error! tel: uri&#39;s not<br>
supported at this time<br>
<br>
<br>
i am not able to set tel uri&#39;s in  sip_invite_req_uri= during originate<br>
 pstn outbound call from freeswitch.<br>
<br>
awaiting positive answer asap.<br>
<br>
tx<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">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://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>