<div dir="ltr"><div><div><div>Hi,<br><br></div>You are calling B from A, So write a dial plan xxxx and use the below lines<br><action application="bind_digit_action" data="my_digits,1,exec:execute_extension,108 XML default,both,both"/><br>
<action application="bridge" data="sofia/internal/XXXX"/> (call B)<br><br></div>Now A has to press '1' to goto 108 extension<br><br></div>In 108 extension write the following<br><action application="bridge" data="sofia/internal/XXXX"/> (call for C)<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 15, 2014 at 12:22 PM, qwe wer <span dir="ltr"><<a href="mailto:freevoip@yandex.ru" target="_blank">freevoip@yandex.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Good day.<br>
<br>
I'm trying to make call transfer for now w/ this scheme:<br>
<br>
A leg calls B leg, that transfers the call through DTMF *3 to C leg and hangs the call.<br>
<br>
What i did is:<br>
<br>
a) I placed<br>
<br>
<extension name="att_xfer"><br>
<condition field="destination_number" expression="^att_xfer$"><br>
<action application="say" data="PASSEDHEREmark"/><br>
<action application="bridge" data="sofia/internal/1000"/><br>
</condition><br>
</extension><br>
<br>
in dialplan/default file.<br>
<br>
b) Now, i have to put<br>
<br>
<action application="bind_meta_app" data="3 b o execute_extension::att_xfer XML features"/><br>
<br>
, but i do not know where to put it (which file) so that it will work.<br>
<br>
Thank you in advance.<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><br clear="all"><br>-- <br>Thanks & Regards<br>---------------------------------<br>Nikhitha<br>
</div>