: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] CDRs and MongoDB
Hello,
it should work to write the cdrs to a database. I removed the note from the
readme, it was there from an older version and overlooked when the feature
was implemented.
Cheers,
Daniel
On 23/01/15 08:15
Hello,
it should work to write the cdrs to a database. I removed the note from
the readme, it was there from an older version and overlooked when the
feature was implemented.
Cheers,
Daniel
On 23/01/15 08:15, Mickael Marrache wrote:
>
> Hi,
>
>
>
> Is it possible to write CDRs directly to Mong
Hi,
Is it possible to write CDRs directly to MongoDB using the new db_mongodb
module?
modparam("acc", "db_url", DB_MONGO_URL)
modparam("acc", "cdr_enable", 1)
modparam("acc", "cdr_extra", " . ")
modparam("acc", "cdr_log_enable", 0)
modparam("acc", "cdrs_table", "cdrs")
In the acc