From: Michael K. <li...@mk...> - 2018-01-07 10:59:19
|
> Am 06.01.2018 um 01:57 schrieb Michael Knill <mic...@ip...>: > > Hi Group > > Im getting a number of requests from my customers for this and Im not quite sure which way to go. > Here are my current options: > • Roll my own on Astlinux – Certainly the best option but also the most time consuming and potentially costly > • Use an external application e.g. CDR Stats – I am concerned about the integration requirements to Astlinux. Is anyone using this? > • Some other option? > > I would love to hear what others are doing in this space. > > Regards > Michael Knill Years ago I used the old (Areski) Asterisk-Stat (the predesessor of the current CDR Stats), with a MySQL connector (custom build was needed). But at that time the GUI was quite barebone and nothing for my customers :-), so I used it only for my own testing. I looked at the "new" CDR Stats 3.x a while a ago. But it needs the "CDR Pusher" application which is Go based: http://docs.cdr-stats.org/en/latest/installation/configure-asterisk.html The good thing is, it is free and it supports more than one Asterisk server. I would be interested as well in CDR Stats (installed on a VM or so). Maybe there are other ways to e.g. rsync the CDR SQLite database regularly, to include Go or rewrite the Go script in a language AstLinux supports. https://github.com/cdr-stats/cdr-pusher BTW: Go 1.9 is already included in BR2 :-). Michael http://www.mksolutions.info PS: There is also another commercial CDR application from Nicolas Gaudino (the FOP2 guy): http://www.asternic.net/cdrreports/ |