QueueMetrics forum
QueueMetrics => QueueMetrics installation => Topic started by: tonils on August 30, 2011, 19:45:03
-
QueueMetrics version: 1.7.3
On all unanswered call reports (inbound or out bound) the "AGENT" column has no content. I expect to see the agent name for outbound calls.
Is there something I have missed in configuration.properties?
Tony
-
It is weird because for connected calls, there is always something in the Agent field - the call must have gone somewhere. This is not true for lost calls which, by definition, never went anywhere. Can you post a screenshot?
-
(http://proxy.clarotech.co.za/images/QueueMetricsScreenShot01.png)
-
Hi,
could you, please, send us a piece of your queue_log reporting one of the outbound calls above?
Thank you and regards,
Marco.
-
Here is the database extract for the top call
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 |
+-----------+------------+------------------+-------+-----------+------------+-------+------------+-------+-------+-------+----------+------------------+
Tony
-
Do you have anything on the agenti_note table for Agent/897?
-
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>
-
any suggestions?
-
Those are OUTBOUND calls, right? so you should use the CALLOUTBOUND verb instaead of the ENTERQUEUE verb above.
-
Works! Many thanks
When did that change?
Tony
-
Like, a couple of years ago? :)