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

session.telephone.ani

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
leftkost
Posts: 11
Joined: Tue Feb 24, 2004 12:51 am

session.telephone.ani

Post by leftkost »

I have tried using the code as illustrated in this forum to see how to capture the telephone number being called from. I use the following code:

<vxml version="2.0" xmlns="http://www.w3.org/2001/vxml">
<form id="ani_test">
<block>
<prompt>
You are calling from phone number
<say-as type="acronym">
<value expr="session.telephone.ani" />
</say-as>
</prompt>
</block>
</form>
</vxml>

We have an analog dialogic card for incoming calls, and our system has been set up to recognize caller id. Our phones display the caller id, but I can't seem to capture it.
Am I missing something?
Thanks

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

IVR setting for number of rings to acquire caller id

Post by support »

Analog systems receive caller ID information between the first and second rings, so you need to make sure that the Plum IVR platform is set to "Number of Rings" >= 2. This setting is available under the Server Configuration link in the Plum admin UI.

If that doesn't work, contact us at support@plumvoice.com (include your customer ID) so that we can enable this IVR setting on your Dialogic card as well.


Regards,


Plum Support
Last edited by support on Thu Feb 25, 2010 3:44 pm, edited 3 times in total.

leftkost
Posts: 11
Joined: Tue Feb 24, 2004 12:51 am

Post by leftkost »

My card was set to 2 rings by Plum, but still nothing is captured.

Post Reply