[asterisk-users] CDR Problem - No CDRs when call is not bridged

Klaus Darilion klaus.mailinglists at pernau.at
Tue Aug 4 05:34:33 CDT 2009


Hi!

I just found out that Asterisk (1.4) does not write CDRs if the incoming 
call was not forwarded but handled internally without answering the call.

E.g.:

[from_pstn]
exten => 997,1,Answer()
exten => 997,2,Playback(tt-weasels)
exten => 997,3,Hangup()

exten => 999,1,Playback(tt-weasels|noanswer)
exten => 999,4,Hangup()


For incoming calls to 997 a CDR will be written, but not for 999.

How can I change this behavior?

Thanks
Klaus



More information about the asterisk-users mailing list