TelcoCraig
IS-IT--Management
I have a sales manager that would like to let his agents leave their agent_id with customers to call them back. Simple enough but he wants the call to roll to available agents if the person isn't idle when the callback comes in. This to me means I need to use a queue to agent rather than a route call because the route call is blind.
I don't know of a way to convert a digit buffer (DN type) to agent_id type that would allow me to check for an agents status based on incoming digits. Since the group is large and growing I don't want to do a static where clause listing each possible agent. Any ideas?
I tried to get them to use reference codes so the call could be transferred to the right person when the call came in but apparently these sales folks snipe each others sales too often for that to be effective
-Craig
I don't know of a way to convert a digit buffer (DN type) to agent_id type that would allow me to check for an agents status based on incoming digits. Since the group is large and growing I don't want to do a static where clause listing each possible agent. Any ideas?
I tried to get them to use reference codes so the call could be transferred to the right person when the call came in but apparently these sales folks snipe each others sales too often for that to be effective
-Craig