<div dir="ltr">The dialplan is simple, the main logic in lua script<div><br></div><div><div><i>   &lt;extension name=&quot;external_call&quot;&gt;</i></div><div><i>        &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;</i></div>
<div><i>        &lt;action application=&quot;set&quot; data=&quot;ignore_early_media =true&quot;/&gt;</i></div><div><i>        &lt;action application=&quot;log&quot; data=&quot;INFO original transfer was:${sip_refer_to} ${sip_h_referred-by} {caller_id_number}&quot;/&gt;</i></div>
<div><i>        &lt;condition field=&quot;destination_number&quot; expression=&quot;\d{7,}&quot;/&gt;</i></div><div><i>        &lt;condition field=&quot;${sip_from_host}&quot; expression=&quot;^(domain\.com|sbc\.domain\.com|10\.9\.0\.2)$&quot;&gt;</i></div>
<div><i>            &lt;action application =&quot;lua&quot; data=&quot;ans.lua&quot;/&gt;</i></div><div><i>            &lt;action application=&quot;export&quot; data=&quot;fax_enable_t38_request=true&quot; /&gt;</i></div>
<div><i>            &lt;action application=&quot;set&quot; data=&quot;execute_on_answer=t38_gateway peer&quot; /&gt;</i></div><div><i>            &lt;action application=&quot;export&quot; data=&quot;t38_passthru=true&quot;/&gt; --&gt;</i></div>
<div><i>            &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=NORMAL_TEMPORARY_FAILURE,TIMEOUT,NO_ANSWER,NO_ROUTE_DESTINATION,OUTGOING_CALL_BARRED,UNALLOCATED_NUMBER&quot;/&gt;</i></div><div><i>            &lt;action application=&quot;bridge&quot; data=&quot;${dialstring}&quot;/&gt;</i></div>
<div><i>        &lt;/condition&gt;</i></div><div><i>    &lt;/extension&gt;</i></div></div><div><br></div><div>In luascript do the bridge bridge:</div><div><i><br></i></div><div><i>[...]</i></div><div><i>session_call= string.format(&quot;[leg_timeout=30,ignore_early_media=true,hangup_after_bridge=true,origination_caller_id_number=&quot;.. cid ..&quot;]sofia/gateway/%s/%s&quot;,gwlist[gw_index],dn);<br>
</i></div><div><i>[...]</i></div><div><i>session:setVariable(&#39;dialstring&#39;,session_call);</i><br></div><div><i><br></i></div><div><i><br></i></div><div>I&#39;m suspect I have something wrong in profile settings, but what..</div>
</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><br>--<div>Best regards<br>Rogoshchenkov Nikolay</div></div></div>
<br><br><div class="gmail_quote">On Fri, Mar 7, 2014 at 2:46 PM, Russell Treleaven <span dir="ltr">&lt;<a href="mailto:rtreleaven@bunnykick.ca" target="_blank">rtreleaven@bunnykick.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Can you show us the dialplan?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Fri, Mar 7, 2014 at 2:17 PM, Nikolay Rogoshchenkov<br>
&lt;<a href="mailto:nickolayr@gmail.com">nickolayr@gmail.com</a>&gt; wrote:<br>
&gt; Thank&#39;s for your answer Russell.<br>
&gt; Strange, but it does not work. I still can&#39;t proxy call from internal<br>
&gt; profile to external. In SDP from FS side I still have internal media IP<br>
&gt; originator server instead of FS IP.<br>
&gt;<br>
&gt; BTW, have no problem to proxy call inside internal profile.<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Best regards<br>
&gt; Rogoshchenkov Nikolay<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Mar 7, 2014 at 11:49 AM, Russell Treleaven &lt;<a href="mailto:rtreleaven@bunnykick.ca">rtreleaven@bunnykick.ca</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; you would need proxy_media=true and possibly bypass_media=false<br>
&gt;&gt;<br>
&gt;&gt; see <a href="https://wiki.freeswitch.org/wiki/Proxy_media" target="_blank">https://wiki.freeswitch.org/wiki/Proxy_media</a><br>
&gt;&gt;<br>
&gt;&gt; On Fri, Mar 7, 2014 at 10:51 AM, Nikolay Rogoshchenkov<br>
&gt;&gt; &lt;<a href="mailto:nickolayr@gmail.com">nickolayr@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hello,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Is it possible to proxy media only(!) for specific gateway?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; By default in dialplan I have<br>
&gt;&gt; &gt;   &lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; and I use a lua script for dynamic routing, so can I simply add<br>
&gt;&gt; &gt; [bypass_media=false,...] to my dialstring when specific gateway will be<br>
&gt;&gt; &gt; chosen?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thank you.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; PS: Freeswitch Version 1.5.6b<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Best regards<br>
&gt;&gt; &gt; Rogoshchenkov Nikolay<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _________________________________________________________________________<br>
&gt;&gt; &gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; &gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; &gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Official FreeSWITCH Sites<br>
&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; FreeSWITCH-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________________<br>
&gt;&gt; Professional FreeSWITCH Consulting Services:<br>
&gt;&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt;&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt;&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;&gt;<br>
&gt;&gt; Official FreeSWITCH Sites<br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt;&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;&gt;<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _________________________________________________________________________<br>
&gt; Professional FreeSWITCH Consulting Services:<br>
&gt; <a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
&gt; <a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
&gt;<br>
&gt; FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
&gt; <a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
&gt;<br>
&gt; Official FreeSWITCH Sites<br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt; <a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
&gt; <a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
&gt;<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<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>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.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-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>
</div></div></blockquote></div><br></div>