I did not ask you to send me a ladder diagram.<br>I asked you to send me a console trace from FreeSWITCH using latest trunk (1.0.4 does not help me)<br><br>1) start FreeSWITCH<br>2) run the cli command: console loglevel debug<br>
3) run the cli command: sofia profile internal siptrace on<br>4) reproduce your issue and put the trace on freeswitch pastebin <a href="http://pastebin.freeswitch.org">http://pastebin.freeswitch.org</a> (login and pass are stated in the auth dialog)<br>

<br>Also please answer brian&#39;s question.  What phones and/or sip devices are involved in this call.<br><br><br><br><div class="gmail_quote">On Wed, Nov 4, 2009 at 3:39 PM, Humberto Quintana <span dir="ltr">&lt;<a href="mailto:hjqlopez@hotmail.com">hjqlopez@hotmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Thanks for your time,<br>
<br>
-The scenario is still the same:<br>
<br>
Always bypass media.<br>
Environment 100% NAT free :-)<br>
Call established from A to B through FS. Then... <br>
Blind transfer from B to C (Refer-to: C)<br>
RTP should go directly between A and C.<br>
<br>
<br>
-With 1.0.4 and 1.0.5pre3, FS actually INVITEs C after receiving the REFER-to:C, BUT there is no 2-way audio.  Only RTP from C to A (due to the lack of reINVITE to A, after C answers).<br>
<br>
Please check SIP diagram here:<br>
<br>
<a href="http://provision.netcelerate.net/ngrep/blindxfer2009-11-04-v1.0.5pre3.html" target="_blank">http://provision.netcelerate.net/ngrep/blindxfer2009-11-04-v1.0.5pre3.html</a><br>
<br>
<br>
-What it&#39;s wrong with r15332 is there is not such call to C. For sure I know SIP is a protocol, may be my description was not clear but this SIP diagram speaks by itself ;-)<br>
<br>
<a href="http://provision.netcelerate.net/ngrep/blindxfer2009-11-04rev15332.html" target="_blank">http://provision.netcelerate.net/ngrep/blindxfer2009-11-04rev15332.html</a><br>
<br>
<br>
-You could check the sofia debug for r15332 here:<br>
<a href="http://pastebin.com/m6f2b3836" target="_blank">http://pastebin.com/m6f2b3836</a><br>
<br>
<br>
Best regards,<br>
<br>
Humberto<br>
<div class="im"><br>
&gt;<br>
&gt; I don&#39;t know what you are talking about anymore.<br>
&gt;<br>
&gt; The scenario I had tested is when a call is bridged in bypass_media=true<br>
&gt; bridge<br>
&gt; and you blind transfer that call back to the dialplan<br>
&gt;<br>
&gt; as soon as it hits the routing state it will resume media.<br>
&gt;<br>
&gt;<br>
&gt; it has been confirmed to not work and confirmed to have been fixed several<br>
&gt; time and if you are still having a problem you must have something blocking<br>
&gt; some of your packets or something .<br>
&gt;<br>
&gt; You have to understand that sip is a protocol and your description is<br>
&gt; completely non-standard.<br>
&gt; Perhaps you should get a console trace and attach it to a jira. The trace<br>
&gt; probably makes more sense to me.<br>
&gt;<br>
&gt; sofia profile internal siptrace on<br>
&gt; console loglevel debug<br>
&gt;<br>
&gt; reproduce and attach the whole capture.<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div><div class="im">&gt; On Tue, Nov 3, 2009 at 6:05 PM, Humberto Quintana wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt; I tried r15332 and set in the sofia profile:<br>
&gt;&gt;<br>
&gt;&gt; a) bypass_media_after_bridge=true only<br>
&gt;&gt; b) bypass_media_after_bridge=true, param name=&quot;media-option&quot;<br>
&gt;&gt; value=&quot;resume-media-on-hold&quot;/&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
</div><div class="im">&gt;&gt; In both cases FS is hanging up the initial call (A to FS) after accepting<br>
&gt;&gt; the REFER to C:<br>
&gt;&gt;<br>
&gt;&gt; A &lt;- reINVITE with FS&#39; SDP &lt;- FS<br>
&gt;&gt; A -&gt; 200 -&gt; FS<br>
&gt;&gt; A &lt;- ACK &lt;- FS<br>
&gt;&gt; A &lt;- BYE &lt;- FS<br>
&gt;&gt;<br>
&gt;&gt; The call to C is not even tried.<br>
&gt;&gt;<br>
&gt;&gt; I found this line is the logs that could give some idea:<br>
&gt;&gt;<br>
&gt;&gt; 2009-11-03 18:29:41.280707 [NOTICE] mod_sofia.c:733 Hangup<br>
</div>&gt;&gt; sofia/external/514xxxxxx at a.b.c.d [CS_ROUTING] [RECOVERY_ON_TIMER_EXPIRE]<br>
<div class="im">&gt;&gt; after sending the ACK for the reINVITE<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Humberto<br>
&gt;&gt;<br>
&gt;&gt;&gt;please try r15326<br>
&gt;&gt;&gt;I think i have it working.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;I recommend for optimal results you set bypass_media_after_bridge=true<br>
&gt;&gt;&gt;either as a global or in your DP in place of bypass_media=true<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;On Mon, Nov 2, 2009 at 4:30 PM, Humberto Quintana<br>
</div><div class="im">&gt;&gt; <a href="http://hotmail.com" target="_blank">hotmail.com</a>&gt;wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi Mike,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I re-tried with trunk rev 15319 but I got almost the same behavior:<br>
&gt;&gt; There<br>
&gt;&gt;&gt;&gt; is now a reINVITE (with FS&#39; SDP) going to A when the REFER is accepted.<br>
&gt;&gt; But<br>
&gt;&gt;&gt;&gt; still there is no reINVITE for A (with C&#39;s SDP) after the call from FS<br>
&gt;&gt; to C<br>
&gt;&gt;&gt;&gt; is established.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Anyway, we decided for now to do a different implementation but if you<br>
&gt;&gt; want<br>
&gt;&gt;&gt;&gt; to explore more in this issue count me in ;-)<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thank you very much!<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Humberto<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _________________________________________________________________<br>
&gt;&gt; Windows Live: Friends get your Flickr, Yelp, and Digg updates when they<br>
&gt;&gt; e-mail you.<br>
&gt;&gt; <a href="http://go.microsoft.com/?linkid=9691817" target="_blank">http://go.microsoft.com/?linkid=9691817</a><br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
</div>&gt;&gt; FreeSWITCH-users at <a href="http://lists.freeswitch.org" target="_blank">lists.freeswitch.org</a><br>
<div class="im">&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;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
</div>&gt; _________________________________________________________________<br>
&gt; Ready. Set. Get a great deal on Windows 7. See fantastic deals on Windows 7 now<br>
&gt; <a href="http://go.microsoft.com/?linkid=9691818" target="_blank">http://go.microsoft.com/?linkid=9691818</a><br>
<br>
_________________________________________________________________<br>
Windows Live: Make it easier for your friends to see what you’re up to on Facebook.<br>
<a href="http://go.microsoft.com/?linkid=9691816" target="_blank">http://go.microsoft.com/?linkid=9691816</a><br>
<div><div></div><div class="h5">_______________________________________________<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><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>