We have a billing system that depends on the CDRs. We had a guest that made a one minute call to a local cellphone, this call went out Zap channel through our channel bank. The CDR recorded a 200 minute call, but I checked with the Telco's records and it had terminated after one minute. What can cause this and what can I do to prevent it? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 Cell: 264-235-5670 Yahoo IM: netconcepts_anguilla@yahoo.com
Just a quick guess tells me its hangup detection failure. On 1/10/06, Chris Mason (Lists) <lists@masonc.com> wrote:> We have a billing system that depends on the CDRs. We had a guest that > made a one minute call to a local cellphone, this call went out Zap > channel through our channel bank. The CDR recorded a 200 minute call, > but I checked with the Telco's records and it had terminated after one > minute. What can cause this and what can I do to prevent it? > > -- > Chris Mason > NetConcepts > (264) 497-5670 Fax: (264) 497-8463 > Int: (305) 704-7249 Fax: (815)301-9759 > Cell: 264-235-5670 > Yahoo IM: netconcepts_anguilla@yahoo.com > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Chris Mason (Lists) ha scritto:> We have a billing system that depends on the CDRs. We had a guest that > made a one minute call to a local cellphone, this call went out Zap > channel through our channel bank. The CDR recorded a 200 minute call, > but I checked with the Telco's records and it had terminated after one > minute. What can cause this and what can I do to prevent it? >happened to me once, I've noticed that the txt cdr (under /var/log/asterisk) was missing the line for that call, so probably something went wrong writing that record, it's not a solution but at least double checking the db cdr with the txt ones is a way to look for such errors.
I have written my own AGI CDR logging application. I set certain variables, and then extract them out of the channel using the agi. Run what I need with it, and then post it. Upon hangup (run a deadagi) and the channel still has the variables in it, so i finish up. It has worked rock solid. ./ben> We have a billing system that depends on the CDRs. We had a guest that > made a one minute call to a local cellphone, this call went out Zap > channel through our channel bank. The CDR recorded a 200 minute call, > but I checked with the Telco's records and it had terminated after one > minute. What can cause this and what can I do to prevent it? > > -- > Chris Mason > NetConcepts > (264) 497-5670 Fax: (264) 497-8463 > Int: (305) 704-7249 Fax: (815)301-9759 > Cell: 264-235-5670 > Yahoo IM: netconcepts_anguilla@yahoo.com > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > Asterisk-Users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >