QueueMetrics professional call center suite for the Asterisk PBX
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Welcome to the new forum!
Home
Help
Search
Login
Register
QueueMetrics forum
»
QueueMetrics
»
Running QueueMetrics
»
Need to "fix" QueueMetrics data when Asterisk Queue Call Redirected via AMI
« previous
next »
Print
Pages: [
1
]
Author
Topic: Need to "fix" QueueMetrics data when Asterisk Queue Call Redirected via AMI (Read 3703 times)
eschurke
Newbie
Posts: 18
Karma: 0
Need to "fix" QueueMetrics data when Asterisk Queue Call Redirected via AMI
«
on:
September 27, 2009, 17:20:16 »
We're using an in-house app that allows managers to cherry-pick calls from queue that is performing an AMI channel redirect on the channel that is in queue.
What I've noticed is that those calls which are answered by an agent through AMI redirection are reflected by QueueMetrics as unanswered calls because the Queue App doesn't see the call get answered.
What data should we insert into the MySQL table to reflect the call as 'answered'?
Logged
QueueMetrics
Loway
Hero Member
Posts: 2999
Karma: 39
Re: Need to "fix" QueueMetrics data when Asterisk Queue Call Redirected via AMI
«
Reply #1 on:
September 28, 2009, 17:09:15 »
You should fake the CONNECT and COMPLETEAGENT lines after the ENTERQUEUE line that should already be there. You can add them at the end of the call if this is easier ( the call will be shown as unanswered in this case). Just keep the same format as of other lines in your queue-log (agent names, etc).
Logged
QueueMetrics
Loway
Hero Member
Posts: 2999
Karma: 39
Re: Need to "fix" QueueMetrics data when Asterisk Queue Call Redirected via AMI
«
Reply #2 on:
September 28, 2009, 17:10:38 »
Also, more than on mysql, I would add the lines to the queue_log itself - this way it is easier to restore from a backup, as you have everything on one place. But you choose.
Logged
eschurke
Newbie
Posts: 18
Karma: 0
Re: Need to "fix" QueueMetrics data when Asterisk Queue Call Redirected via AMI
«
Reply #3 on:
September 28, 2009, 17:56:35 »
Thanks! We have logrotate setup anyway so if we loose it... we loose it.
Logged
eschurke
Newbie
Posts: 18
Karma: 0
Re: Need to "fix" QueueMetrics data when Asterisk Queue Call Redirected via AMI
«
Reply #4 on:
September 29, 2009, 22:56:04 »
Just to make sure we've got it right, could you explain uses for data1,data2,data3,unique_row_count for these two verbs?
Thanks!
Logged
QueueMetrics
Loway
Hero Member
Posts: 2999
Karma: 39
Re: Need to "fix" QueueMetrics data when Asterisk Queue Call Redirected via AMI
«
Reply #5 on:
October 01, 2009, 12:47:41 »
CONNECT + wait time
COMPLETEAGENT + wait time + talk time
Qm should not care if the times are wrong, it will recomput ethem from the timestamp.
Logged
Print
Pages: [
1
]
« previous
next »
QueueMetrics forum
»
QueueMetrics
»
Running QueueMetrics
»
Need to "fix" QueueMetrics data when Asterisk Queue Call Redirected via AMI