QueueMetrics > Running QueueMetrics
Vicidial y Queuemetrics.
emel_punk:
Queuemetrics its perfect. and our clients are very happy. But happiness is lastless. Now i need to join stadistics with vicidal. with another asterisk and ive been folllowing the manuals about that. so QM connects perfectly to my vicidialserver, extract my agents and so. on i Also configured vicidal to record the log into QM database. and great. But ..... when i want to check out the calls from a Queue in the QM web , shows nothing. Ive checked the Database -> queue_log and the calls are there.
So what could it be?
here is the config i did on configuration.properties:
cluster.servers=pixies|mudhoney
cluster.mudhoney.manager=tcp:usuario:clave@10.0.50.14
#cluster.mudhoney.queuelog=sql:VIC
cluster.mudhoney.queuelog=sql:PO1
cluster.mudhoney.monitored_calls=z:/qm_streamcall/server_mudhoney
cluster.mudhoney.callfilesdir=/media/mudhoney/monitor
cluster.mudhoney.audioRpcServer=
cluster.mudhoney.agentSecurityKey=
cluster.pixies.manager=tcp:usuario:clabv@127.0.0.1
cluster.pixies.queuelog=sql:P002
cluster.pixies.monitored_calls=z:/qm_streamcall/server_trix
cluster.pixies.callfilesdir=
cluster.pixies.audioRpcServer=
cluster.pixies.agentSecurityKey=
Thanks !!! ;D
QueueMetrics:
Look at the DB table "queue_log" and make sure that you have data in both partitions.
emel_punk:
what do you mean with partition? the two servers?
ive checked queuemetrics DB->queue_log table
and this is what ive found.
http://i279.photobucket.com/albums/kk121/emel_punk/fotoqm.jpg
my calls from the other server are there in QM.
QueueMetrics:
I see only the data that ViciDial generates, but nothing else.....
Try running
--- Quote ---SELECT partition, count(*) FROM queue_log GROUP BY partition
--- End quote ---
And let's see if there is anything else in there.
emel_punk:
this is the mysql output:
mysql> SELECT partition, count(*) FROM queue_log GROUP BY partition;
+-----------+----------+
| partition | count(*) |
+-----------+----------+
| P01 | 26 |
+-----------+----------+
1 row in set (0.00 sec)
Navigation
[0] Message Index
[#] Next page
Go to full version