[Freeswitch-users] effective_caller_id_number on bridge dialstring

Yuriy Ivzhenko yivzhenko at mksat.net
Tue Jun 2 04:04:06 PDT 2009


Hello all.

I have test the lcr overriding the Caller ID functionality.
It return dialstring, that contains 'effective_caller_id_number' variable.
But that variable has no effect.

I try test configuration

<extension name="Test_calls">
    <condition field="destination_number" expression="^(1001)$">
<!--    <action application="set" data="effective_caller_id_number=9999"/>  -->
        <action application="bridge" data="[effective_caller_id_number=9999]sofia/internal/sip:1001 at 192.168.2.43:5060"/>
        <action application="hangup"/>
    </condition>
</extension>

There is  no result. (caller id number not changed)
But If I uncomment the set line, then the caller_id_number changes.

I found the similar  bug (http://jira.freeswitch.org/browse/MODAPP-122) and his status - fixed.

....may be i not consider something?
I use svn trunk 13544.

Yuriy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090602/780c315c/attachment-0002.html 


More information about the FreeSWITCH-users mailing list