The Agent interface can be pretty simple to very complex depending on your use case,
most of how the Agents Interface interacts with the dialer will be via dispositions or just reacting to state changes from the dialer |
While this is very dependant on the use case, the principle is that you should limit the agent as much as possible:
At the most simple you only need the following:
An agent will stay in a conference call and get the callees automatically transferred in, having the agent hangup the call just means they have to re-login with the dialer and make themselves available again, and it wastes time. Hide the Softphone or WebRTC softphone. Agents should not hangup the call until they want to exit the campaign. In our experience agents keep making this mistake. |
One of the biggest issues integrators have faced is the speed at which their DB can do lookups, since a notification is sent when an agent is connected to a callee and now their system has to take that reference and find all the related info to show the agent. |