Hi,
Is there any way to get correct CDR data when originating calls?
What I’d like to have in the CDR is the equivalent of a normal call, ie. the status ANSWERED or NO ANSWER, and billsec for answered calls. Now everything is ANSWERED and billsec is always 0.
I use this:
Action: Originate
Channel: SIP/1111
Priority: 1
CallerID: “Caller” <+12341111>
Exten: +123456789
Do You have a file : /var/log/asterisk/cdr-csv/Master.csv or CDR to database ?
Did You read this or this ?
[quote=“fdragowski”]Do You have a file : /var/log/asterisk/cdr-csv/Master.csv or CDR to database ?
Did You read this or this ?[/quote]
I use CDR files on this test box, MySQL based CDR on production box. The CDRs are ok, it’s just a problem when using the Originate action from the AMI.
I have no skill in that matter, sorry for my previous post.
When you say originate… do you mean as in tracking “inbound” calls?
I’m also seeking a way to track those as well.
I can track outbound calls dialed by the asterisk system… but anyone who dials in…is not registering.
With originate I mean the “Action: Originate” command in the Asterisk Manager Interface, used for e.g. web initiated calls.
Ahh ok… I’m trying to find a way to make the call logger a bit more robust… of course I’m using Free PBX as an interface.