Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Voice Gateway API (VGAPI) Developer Center
Overview
Documentation
Community
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to TCL-API
Collecting stats from IVR Menu options
Threads [
Previous
|
Next
]
Michael Lee
Posts:
5
Join Date:
1/22/10
Recent Posts
Collecting stats from IVR Menu options
ivr tcl
Answer
8/27/12 11:30 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Hi everyone,
I'm wondering what the best practice is to collect IVR menu options chosen by a caller and write these stats out to a file for creating a basic report?
At a high level, I'm thing that I could write the stats to a file on the routers flash, however I would prefer to reduce the number of times I write out the file. Is there away to keep the stats collection in memory as variables and then write the stats on each hour for example?
My current IVR (like most I guess) stops once the caller has been routed to the destination hunt group.
Is it possible to keep the stat variables in memory?
Or should I be storing these varibles on a remote server?
Regards,
Mike.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Yaw-Ming Chen
Posts:
469
Join Date:
4/9/08
Recent Posts
RE: Collecting stats from IVR Menu options
Answer
8/27/12 11:56 PM as a reply to Michael Lee.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
I don't think you can keep stats in memory.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
LEON MCCALLA
Posts:
35
Join Date:
5/15/09
Recent Posts
Re: New Message from Michael Lee in Voice Gateway API (VGAPI) - TCL-API: Co
Answer
8/28/12 1:02 AM as a reply to Michael Lee.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
export the data during each call to a radius server. collect the stats from the radius records.
Leon
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top