Hi,<br><br>I'm having problems with CDR's and Queues in Asterisk 1.6.1.<br><br>Heres three examples:<br><br>Normal call:<br> User A calls in to asterisk, gets a PlayFile, and hangs up. This gives 1 CDR as expected.<br>
<br>Call to a Queue and then a playfile afterwards:<br> User A calls into asterisk, goes into a queue, asterisk calls user B. When user B hangs up a CDR for User A is generated. (no CDR for user B)<br> User A continues to a PlayFile, and then hangs up. No CDR.<br>
<br>Call directly to a Queue:<br> User A calls into asterisk, goes into a queue, asterisk calls user B. When anyone hangs up, a CDR for User A is generated.<br> No more CDR, both calls are hung up.<br><br>1. Why is CDR for user A written when user B hangs up, while A is still on the line?<br>
2. Why isn't there any more CDRs for the call?<br><br>Is there some special configuration I need to do, that I can't seem to find any documentation of?<br>I tried searching for "asterisk queue cdr" on google, but I only get info about queue_log, which is not what I want. I want numbers and channels written as usual in the cdr log.<br>
<br>Anyone have any ideas why this is happening, and what I can do?<br><br>Håkon<br>