CDR-STATS v2.0-Beta4 released

We released v2.0beta4 today, we are getting closer to a stable release! Our plans are to release a first RC (Release Candidate) next week, so your input is needed! Since Beta3 a week ago, we fixed many things : * Realtime option on Asterisk was quite unstable, using Redis for realtime is a better solution * Refactor the country reporting, since introduction of the aggregate framework, we had a big loss of performance in country reporting, this is now fast. * ACL for the front-end, every report can now be configured to be shown for a user * Can search alphanumeric on CallerID number and Destination * Add unknown direction for standard Asterisk Calls * Hide criteria on CDR View, few cosmetic improvements and more… We need help with Coding, Translation, Documentation, Testing, etc… so if you are willing to help and don’t know how, feel free to ask. As always, we will appreciate it if you can give it a try and send us feedback. http://www.cdr-stats.org/get-started/ Kind regards,...

CDR-STATS v2.0-Beta3 released

Dear all, We released v2.0beta3 today, it has been quite a challenge over the last month, but we are excited to say that we reached a new milestone today : http://www.cdr-stats.org/get-started/ V2.0Beta3 has 40,000 code lines changes since Beta2, it’s a lot of code re-factoring, improvements and bug fixes. The main goodies are : – Concurrent Calls and Realtime now works for Asterisk, we integrated with Asterisk using the AMI with the Pyst Library. – Faster reporting / better caching! – We moved to MongoDB 2.2, we are not using mapreduce anymore which was buggy for some of you, so we moved to the aggregation framework: http://docs.mongodb.org/manual/applications/aggregation/ – We have a strong test suite, building with continuous integration and we use Travis-CI to check that all our tests pass after each commit / releases. This helps us to make CDR-Stats more reliable, as well as making sure we don’t break things when adding new features. – We ported to Twitter bootstrap’s latest Version 2.2.1 : http://twitter.github.com/bootstrap/ – Added an API explorer, a good way to test APIs We need help with Coding, Translation, Documentation, Testing, etc… so if you are willing to help and don’t know how, feel free to ask me. We will appreciate if you can give try it and send us feedback. Kind regards, /Areski...

Monitor Concurrent on Asterisk and FreeSWITCH Servers with CDR-Stats

When you install your VoIP Softswitch or PBX, an important metric is the call-load during the day and at what time of the day or week that peak concurrent calls occur. It’s tedious to watch the console all day, so there is a need for a monitoring application that will let you or your customers know how many calls are passing through your switch or PBX during the day. We created a Concurrent Calls Analysis tool in CDR-Stats that allows you to browse by day and by switch for the number of concurrent calls Here is a quick overview :  ...