Page 1 of 1

We see numbers that don't look like phone numbers

Posted: Fri Oct 16, 2009 10:17 am
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

IVR code suggestion for session ANI variable

Posted: Fri Oct 16, 2009 1:48 pm
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