[Freeswitch-users] (no subject)
qwe wer
freevoip at yandex.ru
Thu May 15 10:52:48 MSD 2014
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.
Join us at ClueCon 2013 Aug 6-8, 2013
More information about the FreeSWITCH-users
mailing list