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.


Topics - hsanchez

Pages: [1]
1
Improving QueueMetrics / LDAP - Agent mapping
« on: May 25, 2010, 17:49:05 »
We use ldap authentication, but currently agents have 2 logins (Agent/XXXX and ldap).  They use the agent one to monitor their inbound calls, but to run reports and do pretty much everything else they use the ldap one.

My suggestion is to have some agent - ldap mapping, so they can login use their ldap login to monitor their inbound calls.  I know it can easily be done the other way around (get rid of the ldap one), but for business reasons we can't do this.  Something like adding an "agent" field to the users table would be more just fine.  I'm probably the only person on earth who would find this useful, but it seems like it would be trivial to implement  ;D

2
Improving QueueMetrics / Set member priorities
« on: May 25, 2010, 17:47:42 »
We use queue rules to escalate within queues; QM has an AddMember option, I would love to be able to do two things with it:
- Set a priority, my idea is to have some kind of customizable drop down for different penalties (ie. 0 - No Delay, 1 - 1 minute, 2 - 90 Seconds, etc.)
- Have access control to this, only supervisors/managers should be able to move people around.

That way I wouldn't need a separate webapp just to move people around queues :)

3
Realtime Live / Unavailable agents showing up under realtime
« on: May 22, 2010, 02:23:12 »
We've recently switched to dynamic agents and we've noticed that sometimes QM thinks some Unavailable agents are still logged in.  They show up under realtime as ready agents, and running reports counts them like they were logged in the entire time (which is really messing with the center's weekly reports).

I've done some detective work, and it looks like QM assumes an agent is logged on if there's any activity in the queue_log that concerns this agent, for example:

- Agent logs off (AGENTLOGOFF)
- Agent disappears from realtime (as it should)
- Agent is added/removed from a queue (ADDMEMBER/REMOVEMEMBER) while the agent is logged off.  This is what I think is messing with QM.
- Realtime and reports now believe the agent is logged on.

Is there a workaround for this? I would really really really like not to have to go back to static agents just because of this.


On an unrelated note, I'd love to see 2 new features:

1.  QM has an AddMember option, I would love to be able to do two things with it:
- Set a priority, ideally a drop down with customizable names (like 1. Immediate, 2. 1 minute) my users are not the brightest and having a number would confuse them to no end.
- Have access control to this, only supervisors/managers should be able to move people around.

That way I wouldn't need a separate webapp just to move people around queues :D


2.  We use ldap authentication, but currently agents have 2 logins (Agent/XXXX and ldap).  They use the agent one to monitor their inbound calls, but to run reports and do pretty much everything else they use the ldap one.

My suggestion is to have some agent - ldap mapping, so they can login use their ldap login to monitor their inbound calls.  I know it can easily be done the other way around (get rid of the ldap one), but for business reasons we can't do this.  Something like adding an "agent" field to the users table would be more just fine.  I'm probably the only person on earth who would find this useful, but it seems like it would be trivial to implement.

4
Running QueueMetrics / Reporting inconsistencies
« on: September 15, 2009, 20:17:01 »
We just noticed that QM will show different results for "Unanswered Call Wait Time Per Hour" for a specific time period:

we ran the report at 9:22 and it showed 3 unanswered calls:
8:15, 8:30, 9:15 (1 missed call each)

then the report was run again at 9:26, and it only showed 2:
8:15, 8:30

Needless to say, this is causing a lot of problems :(


Both reports were run exactly the same way (Quick activity reports: today for a specific set of queues).  This was happening with QM 1.4.7, we've upgraded to 1.5.4 and it still shows inconsistencies.

Pages: [1]