Apologies for the late reply... <br><br>If you didn&#39;t already fix your issue then perhaps you could use this:<br><a href="http://wiki.freeswitch.org/wiki/Mod_commands#uuid_broadcast">http://wiki.freeswitch.org/wiki/Mod_commands#uuid_broadcast</a><br>
<br>The uuid_broadcast API lets you execute an arbitrary dp app on a channel. You could execute the att_xfer app on the channel in question. It *should* work just as if it had been called from the dialplan. <br><br>Let us know how it goes.<br>
<br>-MC<br><br><div class="gmail_quote">On Fri, Apr 27, 2012 at 8:14 AM, Limit <span dir="ltr">&lt;<a href="mailto:arkaha@hotbox.ru" target="_blank">arkaha@hotbox.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m trying to make an attended transfer through EventSocket, using sendmsg<br>
with att_xfer command, but having problems with it.<br>
<br>
ESL function:<br>
execute(&quot;att_xfer&quot;, args, b_uuid);<br>
<br>
It creates new calls as normal dialplan att_xfer, but problem occured when<br>
one of three sides hangs up.<br>
Sometimes it goes as planned, but more often all channels hangup<br>
automatically.<br>
<br>
att_xfer called from dialplan work as needed, looks like there is some<br>
problem with EventSocket call specifically . Maybe I must set some variables<br>
before to use it properly?<br>
<br>
--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/Attended-transfer-via-ESL-tp7506468.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Attended-transfer-via-ESL-tp7506468.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" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" 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" 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>
</blockquote></div><br>