[Freeswitch-users] Name instead of the caller ID

Denis Jakovlev yadenis at seznam.cz
Wed Jul 22 19:03:44 MSD 2015


Hi all,

I have a simple dialplan with IVR. If the client will set the correct PIN, it will be forwarded to the right person. 

The question in the following. Can I instead of the caller ID display for a selected name me? Caller's phone number can be different. It is even possible?

Bridge do like this.

<!-- Pripojeni na operatora VIP-->
<extension name="from-pe3ny-connect">
   <condition field="destination_number" expression="^CONNECTVIP$" break="on-true"">
    <action application="export" data="nolocal:absolute_codec_string=PCMA at 20i,PCMU at 20i"/>
    <action application="set" data="zrtp_secure_media=true"/>
    <!--<action application="set" data="inherit_codec=true""/>-->
    <action application="set" data="bypass_media=true"/>
    <action application="set" data="ringback=${us-ring}"/>
    <!--<action application="set" data="transfer_ringback=$${hold_music}"/>-->
    <action application="set" data="call_timeout=15"/>
<!-- na recepci -->
    <action application="set" data="hangup_after_bridge=true"/>
    <action application="set" data="continue_on_fail=true"/>
    <action application="bridge" data="user/1008 at sip1.applicloud.com,user/1007 at sip1.applicloud.com"/>
<!-- Na gsm -->
    <action application="answer"/>
    <action application="sleep" data="1000"/>
    <action application="bridge" data="sofia/gateway/pe3ny/732557771"/>-->
    <action application="hangup"/>
   </condition>
</extension> 

-- 
S pozdravem,
Ing.Denis Jakovlev                           
mob.tel. 775-415-382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150722/ba82cde0/attachment-0001.html 


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