[Freeswitch-users] call transfer
Mustafa Ali Kahraman
tafali at gmail.com
Fri Nov 29 13:47:43 UTC 2019
hi,
i want to transfer calls from one provider to another one. i've done like
this.
<condition field="network_addr" expression="^xx\.yy\.zz\.tt$">
<action application="set" data="ringback=...."/>
<action application="pre_answer" data=""/>
<action application="bridge"
data="{...}sofia/external/${destination_number}@$${OTHER_PROVIDER}"/>
<action application="answer" data=""/>
<action application="hangup" data=""/>
</condition>
*Questions*:
1- is this the right way?
2- when i do like this, do RTP packages go over my server?
3- what should i do, just to transfer signalling, not to transfer media
over my server?
thanks.
--
-tafali-
www.tafali.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20191129/9ed4ac33/attachment-0001.html>
More information about the FreeSWITCH-users
mailing list