<div dir="ltr"><div><div><br></div>Hi Stefano,<br><br></div>just to check the simplest of cases, use an extension like the following, and get a SIP trace (eg: from fs_cli: sofia global siptrace on)<br><br><div><div><br>&lt;extension name=&quot;calls_to_ivr&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^9999&quot;&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;bypass_media=true&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;<br>
        &lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/<a href="mailto:9000@10.1.1.1" target="_blank">9000@10.1.1.1</a>&quot;/&gt;<br>
      &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 8, 2015 at 12:19 PM, stefano <span dir="ltr">&lt;<a href="mailto:stefano.favaro@edistar.com" target="_blank">stefano.favaro@edistar.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I&#39;m trying to use &quot;bypass_media_after_bridge&quot; in my dialplan.<br>
In this scenario I have<br>
a) softphone client using g729<br>
b) FS version: FreeSWITCH Version 1.5.13b~64bit ( 64bit)<br>
c) Dialogic HMP 3.0 (g729 + g711)<br>
<br>
I&#39;d like to use FS in passthrough mode so calls from a) will be rerouted to<br>
c).<br>
<br>
If I use the &quot;bypass_media_after_bridge&quot; signalling of calls is ok but i<br>
have no audio on a).<br>
<br>
If I use &quot;bypass_media&quot; audio is ok but I don&#39;t have the answer 200 OK back<br>
to my softphone a)<br>
<br>
This is my dialplan:<br>
<br>
&lt;extension name=&quot;calls_to_ivr&quot;&gt;<br>
      &lt;condition field=&quot;destination_number&quot; expression=&quot;^9999&quot;&gt;<br>
        &lt;action application=&quot;export&quot; data=&quot;jitterbuffer_msec=60:200:40&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;bypass_media_after_bridge=true&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;hangup_after_bridge=true&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;ignore_early_media=true&quot;/&gt;<br>
        &lt;action application=&quot;set&quot; data=&quot;effective_caller_id_number=1234&quot;/&gt;<br>
        &lt;action application=&quot;bridge&quot;<br>
data=&quot;{execute_on_answer=start_dtmf_generate}sofia/internal/<a href="mailto:9000@10.1.1.1">9000@10.1.1.1</a>&quot;/&gt;<br>
        &lt;action application=&quot;pre_answer&quot;/&gt;<br>
      &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
In my sip profile the &quot;inbound-late-negotiation&quot; param is set to true.<br>
<br>
Is there any mistake in my dialplan?<br>
<br>
Thanks,<br>
<br>
Stefano F.<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/no-audio-with-bypass-media-after-bridge-tp7596174.html" rel="noreferrer" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/no-audio-with-bypass-media-after-bridge-tp7596174.html</a><br>
Sent from the freeswitch-users mailing list archive at Nabble.com.<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" rel="noreferrer" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" rel="noreferrer" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" rel="noreferrer" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">Sincerely,<br><br>Giovanni Maruzzelli<br>Cell : +39-347-2665618<br></div>
</div>