<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>&lt;action application=&quot;bind_digit_action&quot; data=&quot;my_digits,1,exec:execute_extension,108 XML default,both,both&quot;/&gt;<br>
&lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/XXXX&quot;/&gt;   (call B)<br><br></div>Now A has to press &#39;1&#39; to goto 108 extension<br><br></div>In 108 extension write the following<br>&lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/XXXX&quot;/&gt;   (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">&lt;<a href="mailto:freevoip@yandex.ru" target="_blank">freevoip@yandex.ru</a>&gt;</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&#39;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>
&lt;extension name=&quot;att_xfer&quot;&gt;<br>
     &lt;condition field=&quot;destination_number&quot; expression=&quot;^att_xfer$&quot;&gt;<br>
       &lt;action application=&quot;say&quot; data=&quot;PASSEDHEREmark&quot;/&gt;<br>
       &lt;action application=&quot;bridge&quot; data=&quot;sofia/internal/1000&quot;/&gt;<br>
     &lt;/condition&gt;<br>
&lt;/extension&gt;<br>
<br>
in dialplan/default file.<br>
<br>
b) Now, i have to put<br>
<br>
&lt;action application=&quot;bind_meta_app&quot; data=&quot;3 b o execute_extension::att_xfer XML features&quot;/&gt;<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 &amp; Regards<br>---------------------------------<br>Nikhitha<br>
</div>