ip-router.org] *On
> Behalf Of *Will Ferrer
> *Sent:* Wednesday, January 28, 2015 6:08 AM
> *To:* Kamailio (SER) - Users Mailing List
> *Subject:* Re: [SR-Users] CDRs for failed calls
>
>
>
> Hi Mickael
>
>
>
> Have you tried looking at these examples in the ACC mod
-users-boun...@lists.sip-router.org] On Behalf Of Will
Ferrer
Sent: Wednesday, January 28, 2015 6:08 AM
To: Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] CDRs for failed calls
Hi Mickael
Have you tried looking at these examples in the ACC module to see if what you
are looking
Hi Mickael
Have you tried looking at these examples in the ACC module to see if what
you are looking for can be accomplished at least as far creating ACC
records:
http://kamailio.org/docs/modules/4.0.x/modules/acc.html#idp1626120
http://kamailio.org/docs/modules/4.0.x/modules/acc.html#idp1628288
Hi,
Is there a way to write CDRs for failed calls?
I tried calling the acc_db_request command from my script, but it inserts a
transaction log not a CDR.
Thanks,
Mickael
___
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing
: 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
Keith writes:
> I am looking to track calls so I can see which carrier they went over. I am
> using the LCR module to distribute calls but the CDR module doesn't tell me
> the final destination IP where the call was sent.
when next_gw selects a gateway, gw's tag field value is stored in an avp
(i
Hi,
I am looking to track calls so I can see which carrier they went over. I am
using the LCR module to distribute calls but the CDR module doesn't tell me
the final destination IP where the call was sent.
Any help or advice would be appreciated.
Thanks,
Keith
___