Hi, DanB!
Kamailio has radius accounting too.
--
WBR, Victor
I use FREE operation system: 3.15.9- GNU/Linux
up 2 weeks, 1 day, 5 hours, 22 minutes
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users@lists.sip-rout
Thanks guys for all of your answers!
@Daniel: OK, this is good news. I will check both syslog and db_flatfile.
@Jorj: the reason I am looking towards a local module is for eliminating
the risk of loosing the CDRs on the network. Why flatfile: for
simplicity of configuring (vs additional syslog
Syslog allows you to configure syslogd to deliver data to a remote host, which
can then perform billing and analysis functions without affecting the CPU and
disk I/O patterns on the production box.
My druthers is always syslog over locally developed mechanisms.
Sent from my iPhone
> On Dec 3
Btw, my preference was db_flatfile due to it's isolation from the rest
of the system, however I don't see steps towards it, so prefer to go
with most maintained way.
Cheers,
DanB
On 03.12.2014 12:24, DanB wrote:
Hey Alex,
Thank you for your quick answer.
I understand what you mean regarding
Hey Alex,
Thank you for your quick answer.
I understand what you mean regarding multiple ways of handling
accounting. I was hoping about recommendation about best practice, most
automated, most used, most maintained one (eg: development of CDR
generation going towards syslog and such).
For
Hello,
On 03/12/14 11:30, DanB wrote:
> Hey Guys,
>
> We are in the process to review the interoperability between Kamailio
> and CGRateS and was wondering what is the best/most
> recommended/maintained way to generate accounting from Kamailio:
>
> * Syslog
> * db_flatfile
> * other way maybe?
Why not just use the acc module for CDR generation and tie CGRateS into the
same mysql db storing the generated CDR from kamailio? Looking at the docs
it seems CGRateS
uses that as it's default CDR store for rating anyways?
https://github.com/cgrates/cgrates/tree/master/data/storage/mysql - a lot
Kamailio has a canonical 'acc' module. But as to the best way to generate
accounting, you can do it any way you like.
These are a thousand ways to do it, all boiling down to "log call setup,
process, failure, answer and teardown events somewhere".
On 3 December 2014 05:30:45 GMT-05:00, DanB
Hey Guys,
We are in the process to review the interoperability between Kamailio
and CGRateS and was wondering what is the best/most
recommended/maintained way to generate accounting from Kamailio:
* Syslog
* db_flatfile
* other way maybe?
Is CDR generation planned for files already, or ju