Hi
I am running Asterisk 1.6.1.9 and Queuemetrics 1.5.3. They were instaled in two separates servers,
and I am using qloader.
I have a problem with Realtime Call center. The agents part is working fine. I can see when they login and logout,and the pause status and codes. But i can't see any calls witch are procesed by the queue.
In the reports I can see all the calls answered and unaswered.
Same configurations works fine with Asterisk 1.4.X and Queuemetrics 1.5.3.
This is what i get from the asterisk console
VEe01astCC1*CLI> queue show VEcc
VEcc has 1 calls (max unlimited) in 'rrmemory' strategy (45s holdtime), W:0, C:9, A:25, SL:100.0% within 86400s
Members:
SIP/001 (Unavailable) has taken no calls yet
Callers:
1. SIP/711-b7d3d8b0 (wait: 3:09, prio: 0)
VEe01astCC1*CLI>
This is the same call in /var/log/asterisk/queue_log
1261057337|1261057337.329|VEcc|NONE|ENTERQUEUE||711
1261057560|1261057337.329|VEcc|NONE|ABANDON|1|1|223
The part from the extensions.conf when the queue is calling
exten => s,1,Queue(${COLA1})
exten => s,n,System( echo "${EPOCH}|${UNIQUEID}|${COLA1}|NONE|EXITCODE|${QUEUESTATUS}" >> /var/log/asterisk/queue_log )
Could you please give any ideas to solve this situation.
Thanks