by Areski Belaid | Dec 12, 2012 | Blog
We released CDR-Stats V2.0.0RC1 today that includes many more improvements and bug fixes, many of them as a result of your feedback and testing, so we thank you for that. New features include : – Refactoring and improving test cases – New diagnostic view : Check the configuration is correct – Update documentation : http://www.cdr-stats.org/docs/en/latest/html/index.html – Support of Manual Asterisk CSV import from the admin... by Areski Belaid | Dec 4, 2012 | Blog
We have released CDR-Stats Beta 8 which includes many improvements and bug fixes. New features include a new Alert Management interface for recognising abnormal or suspect call patterns that may indicate a fault with the platform, carrier or potential fraud. Alongside this development, we have added the facility to configure an SMTP mail client so that alerts can be sent out via email. The UI has also been re-organised which will make it easier to add new reports in the future. We look forward to hearing your comments on the latest version of CDR-Stats. Yours The CDR-Stats... by Areski Belaid | Nov 22, 2012 | Blog
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,... by Areski Belaid | Nov 15, 2012 | Blog
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... by Areski Belaid | Nov 15, 2012 | Blog
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 : ...