I had the same problem when I was testing attended transfer last year - pressing &quot;0&quot; just hung up the channel.<div>But I was thinking that it is because I messed with some configuration settings, and decided to lower priority on this problem, until I will really need this.</div>
<div><br></div><div>Now it looks like it is indeed a general problem.</div><div><br></div><div>Is anybody on the list have this functionality working? </div><div>Meaning pressing &quot;0&quot; should convert the attended transfer to the 3-way call as described here:</div>
<div><a href="http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_att_xfer">http://wiki.freeswitch.org/wiki/Misc._Dialplan_Tools_att_xfer</a></div><div><br></div><div><br></div><div>Thank you,</div><div>Vitalie</div><div>
<br></div><div><br></div><div><br><br><div class="gmail_quote">2011/4/26 elijah <span dir="ltr">&lt;<a href="mailto:elijah@crankenstein.com">elijah@crankenstein.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
So I&#39;m at the limit of my modest capabilities for troubleshooting this further. There is a workaround I am thinking of by which the documented 3-way conferencing feature of att-xfer could be simulated using a full-on conference bridge and if this is the end of any suggestions I receive on this thread I will pursue it. I have implemented att-xfer in a manner nearly identical to the online documentation and default config as is practical and within my understanding. I have documented here my configuration and corresponding logs in hope that someone else had encountered a similar problem and could advise me of a solution. Hopefully my experience does not indicate a larger issue within the att-xfer module, but if it does I hope the following documentation is useful.<div>


<br></div><div>I understand FreeSwitch is an enormous commitment for everyone who has contributed to source and I hope to be in a position to personally contribute in the future whether with my own time or financially. If I can help now to get this thread resolved and prevent someone else from having an implementation issue please let me know.</div>


<div><br></div><div>thanks,</div><div>elijah<div class="im"><br><br><div class="gmail_quote">On Thu, Apr 21, 2011 at 10:15 AM, elijah <span dir="ltr">&lt;<a href="mailto:elijah@crankenstein.com" target="_blank">elijah@crankenstein.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>        &lt;action application=&quot;bind_meta_app&quot; data=&quot;1 b s execute_extension::ax XML callsdirect&quot;/&gt;</div>


<div>
 </div><div>    &lt;extension name=&quot;bind_receiver&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^ax$&quot;&gt;</div><div>        &lt;action application=&quot;answer&quot;/&gt;</div>



<div>        &lt;action application=&quot;read&quot; data=&quot;10 10 &#39;tone_stream://%(10000,0,350,440)&#39; attxfer_callthis 30000 *&quot;/&gt;</div><div>        &lt;action application=&quot;execute_extension&quot; data=&quot;attended_xfer XML callsdirect&quot;/&gt;</div>



<div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div><div><br></div><div>    &lt;extension name=&quot;attended_xfer&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^attended_xfer$&quot;/&gt;</div>



<div>      &lt;condition field=&quot;${attxfer_callthis}&quot; expression=&quot;^(\d+)$&quot;&gt;</div><div>        &lt;action application=&quot;set&quot; data=&quot;continue_on_fail=true&quot;/&gt;</div><div>        &lt;action application=&quot;set&quot; data=&quot;origination_cancel_key=#&quot;/&gt;</div>


<div>
<div>        &lt;action application=&quot;att_xfer&quot; data=&quot;sofia/gateway/onesource/${attxfer_callthis}&quot;/&gt;</div></div><div>        &lt;anti-action application=&quot;eval&quot; data=&quot;cancel transfer&quot;/&gt;</div>



<div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div></blockquote></div><br></div></div>
<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>
<br></blockquote></div><br></div>