- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Recording an IVR call
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-05-2009 05:02 PM
Hello All,
We are using the InControl tool to build an IVR script. Is there any way to record the IVR call? It looks like the LOGCONTACT object should do this, but it doesn't seem to work.
Thanks!
Solved! Go to Solution.
Re: Recording an IVR call
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-08-2009 09:42 AM
inContact does not natively support recording of the IVR portion of calls. The CALLLOG action will only work when there are two call legs connected (ie Agent & Caller).
There are some things that can be done to try to record the IVR portion of the call but it involves complex scripting, utilizing multiple ports per call, and the accuracy of doing this is less than ideal. For those reasons, I wouldn't recommend it.
Re: Recording an IVR call
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-08-2009
10:06 AM
- last edited on
09-08-2009
10:11 AM
by
TimHarris
Yah, even recording of what actually happens in the script is a pain.
What I do is have a string variable that I append with SQL statements at key points in my IVR. Then in the onRelease I just use an SQL action to write them to our DB logging table. This is pretty effective for us, and not a burden as we do our own call logging anyway. If you don't have SQL access available, I would recommend still writing events descriptions to a string, but instead of SQL insertion send an email with the contactId/ANI/DNIS as the subject and the string variable as the body.
IT Operations Manager
Healthy Habits, LLC
http://malthusian-solutions.com
http://nirdvana.com
Re: Recording an IVR call
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
09-08-2009 04:05 PM
Thanks for the replies. I am doing something like that in my script, logging each stage the IVR process is passing through.


