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

We see numbers that don't look like phone numbers

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
PTG
Posts: 1
Joined: Thu Oct 15, 2009 3:20 pm

We see numbers that don't look like phone numbers

Post by PTG »

We see some numbers that don't look like regular phone numbers. Is there anyway to figure out where those calls came from? Also, Is there anyway to see some of the responses in the call logs? For example I would like to see what some of there answers were or see what the errors where if they had any.

Thanks
Laurie Wilson

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

IVR code suggestion for session ANI variable

Post by support »

Hi Laurie,

About your initial IVR question, you can add this additionally in your IVR code to capture the caller's ANI:

Code: Select all

session.telephone.ani
Also, about seeing responses in your IVR call logs...information such as this:

Tue 29 Sep 2009 11:39:41 AM EDT:
Found grammar match
hypothesis #0: 1 (0.9890)
...
...
...

tells you exactly what was entered at specific points in your IVR application.

For errors occurred, you would see text marked in red within your IVR call log.

Hope this helps.

Regards,
Plum Support

Post Reply