We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Not recieving CallerID in VoiceXML on inbound call

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
johntumminaro
Posts: 1
Joined: Thu May 03, 2007 7:59 pm
Location: USA, CA, Redwood City
Contact:

Not recieving CallerID in VoiceXML on inbound call

Post by johntumminaro »

Hi,

I am using a test PlumVoice account and making calls into the associated test IVR # and am having trouble finding out where the CallerID is in the inbound VoiceXML event.
In this case I am calling into the IVR # (a US PlumVoice test IVR #) from a US Cingular cell phone that is roaming in Bangalore India.
I am thinking that I either I don't know how/where to look for the inbound caller's CallerID or that it isn't showing up because I'm calling from a US cell phone roaming in India.

Any thoughts, guidance or pointers?

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Check "Call Activity" on IVR hosting site

Post by support »

Hello,

CallerID (ANI) is available within your VoiceXML script under the following ECMAScript session variable:

Code: Select all

session.telephone.ani
You can reference this variable at any time throughout the IVR call. You can confirm that your caller id is being blocked by going to the "Call Activity" page on the IVR hosting site. This will list recent IVR calls and includes the ANI for those IVR calls.

Regards,
Plum Support

Post Reply