Guest vivek_rai07 Report post Posted 07/31/2008 11:21 AM 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
SupportTeam Report post Posted 07/31/2008 12:39 PM 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