Hello everyone,<br><br>I've just upgraded from 1.6.1.9 to 1.6.2.13.<br><br>I have noticed that (after the upgrade) abandoned calls within the Queue produce no cdr at all.<br><br>I am using unanswered = no (the default) in cdr.conf.<br>
<br>The call shows, as expected, in the queue_log as ABANDON<br><br>The dialplan is:<br> Ringing();<br> Answer(); // need to answer or no music!<br> goto s,no-ivr;<br><br> Queue(hotelq,t,,,${QUEUE_TIMEOUT});<br>
Background(vm-nobodyavail);<br> Voicemail(${HOTELVM});<br> Playback(goodbye);<br> Hangup();<br><br>Note that if the queue times out, I am calling Voicemail and if the caller hangs up a CDR is produced.<br>
<br><br><br>