I had the same problem when I was testing attended transfer last year - pressing "0" 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 "0" 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"><<a href="mailto:elijah@crankenstein.com">elijah@crankenstein.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
So I'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"><<a href="mailto:elijah@crankenstein.com" target="_blank">elijah@crankenstein.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div> <action application="bind_meta_app" data="1 b s execute_extension::ax XML callsdirect"/></div>
<div>
</div><div> <extension name="bind_receiver"></div><div> <condition field="destination_number" expression="^ax$"></div><div> <action application="answer"/></div>
<div> <action application="read" data="10 10 'tone_stream://%(10000,0,350,440)' attxfer_callthis 30000 *"/></div><div> <action application="execute_extension" data="attended_xfer XML callsdirect"/></div>
<div> </condition></div><div> </extension></div><div><br></div><div> <extension name="attended_xfer"></div><div> <condition field="destination_number" expression="^attended_xfer$"/></div>
<div> <condition field="${attxfer_callthis}" expression="^(\d+)$"></div><div> <action application="set" data="continue_on_fail=true"/></div><div> <action application="set" data="origination_cancel_key=#"/></div>
<div>
<div> <action application="att_xfer" data="sofia/gateway/onesource/${attxfer_callthis}"/></div></div><div> <anti-action application="eval" data="cancel transfer"/></div>
<div> </condition></div><div> </extension></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>