[Asterisk-Users] missing cdr records

Rosario Pingaro rpingar at nesec.it
Wed Jun 22 22:44:23 MST 2005


I am experiencing a very wired problem.

Some of my cdr are lost.

I use logging cdr to csv, mysql and odbc. But some of them are lost. They miss in csv mysql and odbc, so i'm pretty sure it is related to asterisk functioning.

I am running asterisk 1.0.7; this is simple configuration file:

extensions.conf
[general]
static=yes
writeprotect=no

[macro-gw-voipjet]
exten => s,1,SetCallerID(${CALLERIDNAME})
exten => s,2,Dial,IAX2/XXXX at voipjet/${ARG1}
exten => s,3,Goto(s-${DIALSTATUS},1)
exten => s-BUSY,1,Busy
exten => s-CHANUNAVAIL,1,Noop
exten => _s-.,1,Congestion

[macro-gw-nufone]
exten => s,1,SetCallerID(${CALLERIDNAME})
exten => s,2,Dial,IAX2/rpingar at NuFone/${ARG1}
exten => s,3,Goto(s-${DIALSTATUS},1)
exten => s-BUSY,1,Busy
exten => s-CHANUNAVAIL,1,Noop
exten => _s-.,1,Congestion

[ser]
; combinazione 81 - per provider americani - destinaione usa e canada
exten => _81.,1,Macro(gw-nufone,${EXTEN:1})  ; NuFone
exten => _81.,2,Macro(gw-voipjet,${EXTEN:1}) ; VoipJet.com
exten => _81.,3,Congestion

; combinazione 8011 - per provider americani - destinaione rotteinternazionali
exten => _8011.,1,Macro(gw-voipjet,${EXTEN:1}) ; VoipJet.com
exten => _8011.,2,Macro(gw-nufone,${EXTEN:1})  ; NuFone
exten => _8011.,3,Congestion


the percentage of cdr lost is around 5% and they are pretty concentrate in the meaning that if I loose 5 cdrs they are lost 3 in around 2 minutes interval and 2 in anothe short interval.

Any advice on how to debug ?

thanks
Rosario


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050623/2ad109e7/attachment.htm


More information about the asterisk-users mailing list