I am using AMI Originate on asterisk 1.8.11 on SIP channels. I have set unanswered=yes in cdr.conf because I want to log "NO ANSWER" and "BUSY" calls.<br>The issue is, that if a SIP peer is not registered, and an originate request is made for that peer, a null cdr entry is made as follows:<br>
<br>"","","","","","","","","","2012-04-05 09:28:53",,"2012-04-05 09:28:53",0,0,"FAILED","DOCUMENTATION","",""<br>
<br>How can I fix it? Or, how can I set cdr not to log entries if a channel doesn't exist.<br>