Kristan Posted October 18, 2007 Report Posted October 18, 2007 We have a pair of customers who run near call center type operations who want to get some more details statistics from pbxnsip. At the very minimum, they need to be able to identify the maximum number of concurrent calls in a day, abandoned calls in a day (ie not answered) and number of calls lasting under 5 seconds in a day. I understand stuff like this will be available in 2.2, but we need this before they go live at the middle of next month. I'm thinking of writing a small C# console app to parse the CDR files in the directory and just send an email containing the details. Can someone give me the details of the structure of the CDR file, or a better way of doing what I need? Thanks Quote
Vodia PBX Posted October 18, 2007 Report Posted October 18, 2007 If you are able to process SOAP requests, it should be relatively easy. Pay attention to the duration element - if it is empty the calls was not connected. Otherwise it contains the numbe rof seconds. More information can be found on http://wiki.pbxnsip.com/index.php/Processi...DR_from_the_PBX. Quote
Kristan Posted October 19, 2007 Author Report Posted October 19, 2007 More information can be found on http://wiki.pbxnsip.com/index.php/Processi...DR_from_the_PBX. That's exactly what I was looking for, thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.