[Freeswitch-users] Newbie -- Help Needed Transferring Inbound Caller ID to external SIP Gateway URI
Avi Marcus
avi at avimarcus.net
Wed Dec 10 08:50:53 MSK 2014
I would try something "simpler". This will always play the file, though, no
matter the response from the othersipgw.
<extension name="1212">
<action application="set" data="hangup_after_bridge=false"/>
<action application="bridge"
data="sofia/external/sip:user.name at sip.othersipgw.ip.address.com
;${effective_caller_id_number}"/>
<action application="transfer" data="1213"/>
</condition>
</extension>
<!-- What to do after othersipgw drops the connection-->
<extension name="1213">
<condition field="destination_number" expression="1213">
<action application="playback" data="ivr/ivr-thank_you.wav"/>
</condition>
</extension>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20141210/ee0ecfbd/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list