Guest vivek_rai07 Report post Posted 07/25/2008 05:29 AM HI All, I have problem in detecting the caller id of the caller om the called person's mobile .Actually i'm having an IVR program in which suppose user "A" calls to my IVRS program than from that program i make a call outgoing on other number say "B" . Actually the Caller Id getting diplyed on user's B number is the IVRS number . I want to get displayed the user A's CallerId on the User "b" .Please suggest if possible with some code. Alos i want to know what is the format of caller id the dialogic card recieves . Share this post Link to post
SupportTeam Report post Posted 07/25/2008 06:15 AM I want to get displayed the user A's CallerId on the User "b" .Please suggest if possible with some code. This is possible is ISDN lines are used for the outgoing leg of the call and your telco allows you to set your own CallerID on that ISDN line. 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. Share this post Link to post