Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] effective_caller_id_number on bridge dialstring


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
yivzhenko at mksat.net
Guest





PostPosted: Tue Jun 02, 2009 6:04 am    Post subject: [Freeswitch-users] effective_caller_id_number on bridge dial Reply with quote

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@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
Back to top
mike at jerris.com
Guest





PostPosted: Tue Jun 02, 2009 11:14 am    Post subject: [Freeswitch-users] effective_caller_id_number on bridge dial Reply with quote

can you try in the square brackets using http://wiki.freeswitch.org/wiki/Channel_Variables#origination_caller_id_number instead? I think effective will work if you set it but not in the square brackets.

Mike

On Jun 2, 2009, at 7:04 AM, Yuriy Ivzhenko wrote:
Quote:
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/[url=sip:1001@192.168.2.43:5060]sip:1001@192.168.2.43:5060[/url]"/>
<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

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
anthony.minessale at g...
Guest





PostPosted: Tue Jun 02, 2009 12:16 pm    Post subject: [Freeswitch-users] effective_caller_id_number on bridge dial Reply with quote

effective_* is *NOT EVER* valid in the dial string.  they are settings of an existing session to control what caller id they pass.



On Tue, Jun 2, 2009 at 11:40 AM, Rupa Schomaker <rupa@rupa.com (rupa@rupa.com)> wrote:
Quote:
I've fixed mod_lcr now.  It should have been setting origination_caller_id_number not effective_caller_id_number.


On Tue, Jun 2, 2009 at 6:04 AM, Yuriy Ivzhenko <yivzhenko@mksat.net (yivzhenko@mksat.net)> wrote:


Quote:


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@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




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org





--
-Rupa

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




--
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400
Back to top
rupa at rupa.com
Guest





PostPosted: Tue Jun 02, 2009 1:06 pm    Post subject: [Freeswitch-users] effective_caller_id_number on bridge dial Reply with quote

I've fixed mod_lcr now.  It should have been setting origination_caller_id_number not effective_caller_id_number.

On Tue, Jun 2, 2009 at 6:04 AM, Yuriy Ivzhenko <yivzhenko@mksat.net (yivzhenko@mksat.net)> wrote:
Quote:

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@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


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org




--
-Rupa
Back to top
msc at freeswitch.org
Guest





PostPosted: Tue Jun 02, 2009 1:58 pm    Post subject: [Freeswitch-users] effective_caller_id_number on bridge dial Reply with quote

On Tue, Jun 2, 2009 at 9:50 AM, Anthony Minessale <anthony.minessale@gmail.com (anthony.minessale@gmail.com)> wrote:
Quote:
effective_* is *NOT EVER* valid in the dial string.  they are settings of an existing session to control what caller id they pass.





FYI, I've updated the wiki to reflect this fact and to make it completely obvious:
http://wiki.freeswitch.org/wiki/Channel_Variables#effective_caller_id_number

-MC
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services