Welcome to the new forum!
mysql> select * from queue_log where call_id = '1314683706.47546';+-----------+------------+------------------+-------+-----------+------------+-------+------------+-------+-------+-------+----------+------------------+| partition | time_id | call_id | queue | agent | verb | data1 | data2 | data3 | data4 | data5 | serverid | unique_row_count |+-----------+------------+------------------+-------+-----------+------------+-------+------------+-------+-------+-------+----------+------------------+| P001 | 1314683706 | 1314683706.47546 | 958 | Agent/897 | ENTERQUEUE | - | 0736509200 | | | | | 1 || P001 | 1314683713 | 1314683706.47546 | 958 | Agent/897 | ABANDON | 1 | 1 | 7 | | | | 1 |+-----------+------------+------------------+-------+-----------+------------+-------+------------+-------+-------+-------+----------+------------------+
mysql> select * from agenti_noti where nome_agente = 'Agent/897';+-----------+-------------+-------------------+----------+----------+------------------+---------+---------------+--------------+--------------+---------------------+--------------------+---------------------+-------------------+--------------+---------------+| id_agente | nome_agente | descr_agente | location | group_by | current_terminal | vnc_url | supervised_by | xmpp_address | payroll_code | sys_dt_creazione | sys_user_creazione | sys_dt_modifica | sys_user_modifica | sys_optilock | chiave_agente |+-----------+-------------+-------------------+----------+----------+------------------+---------+---------------+--------------+--------------+---------------------+--------------------+---------------------+-------------------+--------------+---------------+| 286 | Agent/897 | Sandiswa Mtombeni | 1 | 1 | - | | 0 | | | 0000-00-00 00:00:00 | 0 | 0000-00-00 00:00:00 | 0 | 0 | |+-----------+-------------+-------------------+----------+----------+------------------+---------+---------------+--------------+--------------+---------------------+--------------------+---------------------+-------------------+--------------+---------------+1 row in set (0.00 sec)mysql>