<span id="result_box" class="" lang="en"><span style="" title="">Good afternoon list.<br><br></span><span style="" title="">I am facing a problem with the CDR and Queue_log tables (MySQL). </span><span style="" title="">The
 ABANDON events is being saved correctly in queue_log, but in the table CDR is not saving the registry of such 
abandoned calls.<br><br></span><span style="" title="">Apparently the CDR table is functioning normally, I have several records of links in it. </span><span style="" title="">From what I noticed, is only the events abandonment that are malfunctioning.<br>
<br></span><span style="" title="">With this SELECT [1] I can pick up the records on other servers without problems. </span><span style="" title="">With this another SELECT [2], I get the events Abaddon normally. </span><span style="" title="">With this other [3] I can get all the channels that joined the queue with no problems.<br>
<br></span><span style="" title="">Both tables are recording normally and Asterisk has no errors in the logs. </span><span style="" title="">Only happens with the event Abandon.</span></span><br><br><br>[1] SELECT from_unixtime(ql.time),ql.callid,ql.event FROM cdr c,queue_log ql WHERE c.uniqueid = ql.callid AND ql.event = &#39;ABANDON&#39;;<br>
[2] SELECT * FROM queue_log WHERE event = &#39;ABANDON&#39;;<br>[3] SELECT from_unixtime(ql.time),ql.callid,ql.event FROM cdr c,queue_log ql WHERE c.uniqueid = ql.callid AND ql.event = &#39;ENTERQUEUE&#39;;<br><br clear="all">
<br>Thanks in advanced,<br>-- <br>Rodrigo Lang<br><a href="http://openingyourmind.wordpress.com/" target="_blank">Opening your mind - Just another Open Source site</a><br><br>