[Freeswitch-users] (no subject)

Nikhitha T nikhitha.voxta at gmail.com
Thu May 15 16:55:27 MSD 2014


Hi,

You are calling B from A, So write a dial plan xxxx and use the below lines
<action application="bind_digit_action"
data="my_digits,1,exec:execute_extension,108 XML default,both,both"/>
<action application="bridge" data="sofia/internal/XXXX"/>   (call B)

Now A has to press '1' to goto 108 extension

In 108 extension write the following
<action application="bridge" data="sofia/internal/XXXX"/>   (call for C)


On Thu, May 15, 2014 at 12:22 PM, qwe wer <freevoip at yandex.ru> wrote:

> Good day.
>
> I'm trying to make call transfer for now w/ this scheme:
>
> A leg calls B leg, that transfers the call through DTMF *3 to C leg and
> hangs the call.
>
> What i did is:
>
> a) I placed
>
> <extension name="att_xfer">
>      <condition field="destination_number" expression="^att_xfer$">
>        <action application="say" data="PASSEDHEREmark"/>
>        <action application="bridge" data="sofia/internal/1000"/>
>      </condition>
> </extension>
>
> in dialplan/default file.
>
> b) Now, i have to put
>
> <action application="bind_meta_app" data="3 b o
> execute_extension::att_xfer XML features"/>
>
> , but i do not know where to put it (which file) so that it will work.
>
> Thank you in advance.
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Thanks & Regards
---------------------------------
Nikhitha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140515/3c7f296e/attachment.html 


Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users mailing list