[Freeswitch-users] origination_caller_id_number - internal user bridging

Adrian Andrei koralu at gmail.com
Tue May 15 14:08:54 MSD 2012


Hello,

I have one xlite(1000), a FS and Cisco box that is registred as a
user(1001) to FS.

When I dial ^5555$ from user/1000  I want to bridge the call to
user/1001 and change the number to 7777. My dial plan looks:

    <extension name="test">
      <condition field="destination_number" expression="^5555$">
      <action application="set" data="origination_caller_id_number=7777"/>
      <action application="bridge" data="user/1001"/>
      </condition>
    </extension>

After the call is made, the cisco sees that the origination number =
1000 instead of 7777 and I think is fair because the sip call is
1000 at ip_cisco:5060.

But I want the cisco box to see 7777. Is any solution to make this setup?

Ty



Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list