if you provide a console trace of both situations with console loglevel debug and put them on pastebin i can tell you what&#39;s happening.<br><br><br><div class="gmail_quote">On Thu, Nov 12, 2009 at 2:38 AM, Peter P GMX <span dir="ltr">&lt;<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</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;">Thanks Anthony,<br>
<br>
however this rather deteriorated the situation.<br>
Now it works the following<br>
- A calls B<br>
- B enters *4 gets an announcement and enters digits for C (A get MOH)<br>
- C is called<br>
- As soon as C picks up the call, A and C both have no voice (and B is<br>
dropped)<br>
- When A hangs up, C hangs up<br>
<br>
Before it did:<br>
- A calls B<br>
- B enters *4 gets an announcement and enters digits for C (A get MOH)<br>
<div class="im">- C is called<br>
- As soon as C picks up the call, A and C are connected and B is dropped<br>
</div>- When A hangs up, C hangs up<br>
<br>
Best regards<br>
Peter<br>
<br>
Anthony Minessale schrieb:<br>
<div class="im">&gt; hit send too soon<br>
&gt; you want to set  loopback_bowout=false<br>
&gt;<br>
&gt; This keeps loopback from trying to destroy itself when it sees a<br>
&gt; chance to cut out of the call path.<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Nov 11, 2009 at 10:11 PM, Anthony Minessale<br>
</div><div class="im">&gt; &lt;<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a> &lt;mailto:<a href="mailto:anthony.minessale@gmail.com">anthony.minessale@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;     set/export the channel variable loopback_bowout=true so it&#39;s on<br>
&gt;     the loopback leg<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;     On Wed, Nov 11, 2009 at 4:27 PM, Peter P GMX<br>
</div><div><div></div><div class="h5">&gt;     &lt;<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a> &lt;mailto:<a href="mailto:Prometheus001@gmx.net">Prometheus001@gmx.net</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;         Hello,<br>
&gt;<br>
&gt;         I have some problems with attended transfer and loopback<br>
&gt;<br>
&gt;         Scenario how id &lt;does&gt; work<br>
&gt;         - A calls B<br>
&gt;         - B enters *4 gets an announcement and enter digits for C (A<br>
&gt;         get MOH)<br>
&gt;         - C is called<br>
&gt;         - As soon as C picks up the call, A and C are connected and B<br>
&gt;         is dropped<br>
&gt;<br>
&gt;         How it &lt;should&gt; work until here:<br>
&gt;         - A calls B<br>
&gt;         - B enters *4 gets an announcement and enter digits for C (A<br>
&gt;         get MOH)<br>
&gt;         - C is called<br>
&gt;         - As soon as C picks up the call, B and C are connected (A<br>
&gt;         still MOH)<br>
&gt;<br>
&gt;         The dial string for C is dynamic and dependent on certain<br>
&gt;         parameters,<br>
&gt;         therefore C must be called via Loopback in our scenario.<br>
&gt;<br>
&gt;<br>
&gt;         Here are the configs:<br>
&gt;         In dialplan for calling B:<br>
&gt;         &lt;anti-action application=&quot;bind_meta_app&quot; data=&quot;4 b b<br>
&gt;         execute_extension::attended_xfer XML default&quot;/&gt;<br>
&gt;<br>
&gt;         Dialplan for executing the att_xfer:<br>
&gt;         &lt;extension name=&quot;attended_xfer&quot;&gt;<br>
&gt;            &lt;condition field=&quot;destination_number&quot;<br>
&gt;         expression=&quot;^attended_xfer$&quot;&gt;<br>
&gt;              &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;<br>
&gt;              &lt;action application=&quot;read&quot; data=&quot;3 4 ivr/ivr-enter_ext.wav<br>
&gt;         attxfer_callthis 30000 #&quot;/&gt;<br>
&gt;              &lt;action application=&quot;set&quot; data=&quot;origination_cancel_key=#&quot;/&gt;<br>
&gt;              &lt;action application=&quot;att_xfer&quot;<br>
&gt;         data=&quot;loopback/${attxfer_callthis}&quot;/&gt;<br>
&gt;            &lt;/condition&gt;<br>
&gt;         &lt;/extension&gt;<br>
&gt;<br>
&gt;         So this is pretty standard, except the loopback. SVN is 15322.<br>
&gt;<br>
&gt;         Anybody has a solution for this?<br>
&gt;<br>
&gt;<br>
&gt;         Best regards<br>
&gt;         Peter<br>
&gt;<br>
&gt;<br>
&gt;<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>
</div></div>&gt;         &lt;mailto:<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a>&gt;<br>
<div class="im">&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>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;     --<br>
&gt;     Anthony Minessale II<br>
&gt;<br>
&gt;     FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;     ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;     Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;<br>
&gt;     AIM: anthm<br>
&gt;     <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
<div class="im">&gt;     GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
&gt;     IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
<div class="im">&gt;<br>
&gt;     FreeSWITCH Developer Conference<br>
&gt;     <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
<div class="im">&gt;     <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
</div>&gt;     &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
<div class="im">&gt;     <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
</div>&gt;     &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>
<div class="im">&gt;     pstn:213-799-1400<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt; Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br>
&gt;<br>
&gt; AIM: anthm<br>
&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
<div class="im">&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> &lt;<a href="http://irc.freenode.net" target="_blank">http://irc.freenode.net</a>&gt; #freeswitch<br>
<div class="im">&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br>
</div>&gt; &lt;mailto:<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
<div class="im">&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
</div>&gt; &lt;<a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">http://iax:guest@conference.freeswitch.org/888</a>&gt;<br>
<div class="im">&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>
</div>&gt; &lt;mailto:<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>
&gt; pstn:213-799-1400<br>
&gt; ------------------------------------------------------------------------<br>
<div><div></div><div class="h5">&gt;<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>
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>