VoiceGuide IVR Software Main Page
Jump to content

Replacing Callerid In E1 Lines

Recommended Posts

Hi All,

I am conferencing call i.e my program is irvs program suppose user "a" calls ivrs i'm making a call through another channel to suppose say user "b" the caller id displayed on user "b's" is the ivrs caller id .

 

But i want to replace that caller id with the callerid of use "a".

 

how can i do that please provide demo code if possible.

 

 

Share this post


Link to post

Use the <CallerID> option tag in the Options box:

 

From: http://www.voiceguide.com/vghelp/source/html/modxfer.htm

The Options field can be used to specify the outgoing CallerID used for the call by using the XML syntax. eg: specifying <CallerId>5551234</CallerId> would result in CallerId to be set to 5551234 on outgoing calls.

 

To relay the CallerID try using this in the Options field:

 

<CallerId>$RV_CALLERID</CallerId>

 

It's up to the Switch that provides the E1 line whether or not they will relay the CallerID that you send, or will they send on the CallerID they want to send, so you should speak to the E1 line supplier (Telco).

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×