Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - silentaccord

Pages: [1]
1
I was able to work around this by modifying qloader.pl to rewrite local channels. For example, instead of putting "Local/555@from-queue/n" in the queue_log table, it now logs "Loc/555". Changing "Local" to "Loc" (or to anything else, it seems) fixes all the the issues I was seeing with live and realtime pages and reports. Dropping "@from-queue/n" allows QueueMetrics to remember the current extension auto-populate it when the agent clicks Remove Member, Pause, or Unpause.

Thanks

2
Are you referring to the records in queue_log? I put the HOTDESK events from queue_log in my initial post. Other than the channel and times, the call events are the same. After performing additional testing, I found other issues when using local channels, even when the channel and the agent are the same number, and it makes me wonder if local channels are even supposed to work with QueueMetrics. I certainly hope so because we really need them.

I'd like to get this sorted out as quickly as possible. Is this forum the best place for support? I'd rather not wait weeks for a response if it can be avoided. We are a paying customer. Please let me know exactly what information you need (queue_log, dialplan, configuration.properties, etc.) and the best way to get them to you.

Thank you.

3
I'm fairly certain that hotdesking is enabled. I have this in configuration.properties:

Quote
default.hotdesking=86400

Also, if I use SIP channels, there are no issues adding members when the extensions are different from the logins. I'm only seeing this with local channels.

Thanks

4
I'm using Asterisk 1.8 and QueueMetrics 1.7.0.2 with hotdesking. When adding members as local channels, the realtime page only shows the agent logged in if the extension matches the agent's login. For example, if agent/555 is at extension 555, it works. But if this agent logs in at extension 556, the realtime page does not update and continues to display "Agent is currently logged off". The agent really is added to the queue and receives calls but it's just not reflected in QueueMetrics.

Here is the call trace when adding a local channel that does not match the agent's login:
Quote
    -- Executing [35@queuemetrics:1] Answer("Local/35@queuemetrics-cd3e;2", "") in new stack
    -- Executing [10@queuemetrics:1] Answer("Local/35@queuemetrics-cd3e;1", "") in new stack
    -- Executing [10@queuemetrics:2] Wait("Local/35@queuemetrics-cd3e;1", "10") in new stack
    -- Executing [35@queuemetrics:2] NoOp("Local/35@queuemetrics-cd3e;2", " "QM: AddQueueMember (asterisk v1.4+) Agent/555 at extension Local/556@from-queue/n on queue 200 made by 'agent/555' with prioritylabel 'W' and prioritynum '1'" ") in new stack
    -- Executing [35@queuemetrics:3] Macro("Local/35@queuemetrics-cd3e;2", "queuelog,1306441830,1306441830.1091,NONE,Agent/555,HOTDESK,Local/556@from-queue/n") in new stack
    -- Executing [s@macro-queuelog:1] Set("Local/35@queuemetrics-cd3e;2", "ADDINFO=Local/556@from-queue/n||") in new stack
    -- Executing [s@macro-queuelog:2] QueueLog("Local/35@queuemetrics-cd3e;2", "NONE,1306441830.1091,Agent/555,HOTDESK,Local/556@from-queue/n||") in new stack
    -- Executing [35@queuemetrics:4] AddQueueMember("Local/35@queuemetrics-cd3e;2", "200,Local/556@from-queue/n,1") in new stack
    -- Executing [35@queuemetrics:5] Hangup("Local/35@queuemetrics-cd3e;2", "") in new stack

And here are the queue_log entries that are created:
Quote
1306441830|1306441830.1091|NONE|Agent/555|HOTDESK|Local/556@from-queue/n||
1306441830|1306441830.1091|200|Local/556@from-queue/n|ADDMEMBER|


For comparison, here is the call trace when adding a local channel that matches the agent's login:
Quote
    -- Executing [35@queuemetrics:1] Answer("Local/35@queuemetrics-eb13;2", "") in new stack
    -- Executing [10@queuemetrics:1] Answer("Local/35@queuemetrics-eb13;1", "") in new stack
    -- Executing [10@queuemetrics:2] Wait("Local/35@queuemetrics-eb13;1", "10") in new stack
    -- Executing [35@queuemetrics:2] NoOp("Local/35@queuemetrics-eb13;2", " "QM: AddQueueMember (asterisk v1.4+) Agent/555 at extension Local/555@from-queue/n on queue 200 made by 'agent/555' with prioritylabel 'W' and prioritynum '1'" ") in new stack
    -- Executing [35@queuemetrics:3] Macro("Local/35@queuemetrics-eb13;2", "queuelog,1306441760,1306441760.1089,NONE,Agent/555,HOTDESK,Local/555@from-queue/n") in new stack
    -- Executing [s@macro-queuelog:1] Set("Local/35@queuemetrics-eb13;2", "ADDINFO=Local/555@from-queue/n||") in new stack
    -- Executing [s@macro-queuelog:2] QueueLog("Local/35@queuemetrics-eb13;2", "NONE,1306441760.1089,Agent/555,HOTDESK,Local/555@from-queue/n||") in new stack
    -- Executing [35@queuemetrics:4] AddQueueMember("Local/35@queuemetrics-eb13;2", "200,Local/555@from-queue/n,1") in new stack
    -- Executing [35@queuemetrics:5] Hangup("Local/35@queuemetrics-eb13;2", "") in new stack

And here are the queue_log entries that are created when the login and the extension match:
Quote
1306441760|1306441760.1089|NONE|Agent/555|HOTDESK|Local/555@from-queue/n||
1306441760|1306441760.1089|200|Local/555@from-queue/n|ADDMEMBER|

The only difference I can see is the channel. Is there something I need to change in the QueueMetrics configuration to make this work?

Thanks

5
Improving QueueMetrics / Implement wrap-up via automatic pause
« on: March 31, 2011, 21:12:03 »
Would it be possible to implement wrap-up in QueueMetrics by automatically pausing agents for a configurable amount of time at the end of each call? This would solve two issues we are seeing:

1) There is no wrap-up time for outbound queues. An agent that is a member of inbound and outbound queues can receive an incoming call immediately after hanging up an outbound call.

2) For inbound queues, Asterisk seems to track wrap-up on a per-queue basis instead of globally. An agent that is a member of multiple inbound queues can receive a call from one queue immediately after finishing a call on another queue.

I know we can create pause codes for wrap-up and outbound calling but these require the agents to manually pause and unpause which we can't always count on them doing. If there were a way to automate this, it would make their jobs a lot easier and also help keep our call center operating efficiently.

Thanks

Pages: [1]