Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Agent interface can be pretty simple to very complex depending on your use case,

Excerpt

most of how the Agents Interface interacts with the dialer will be via dispositions or just reacting to state changes from the dialer

, the more effectively it reacts to the dialers agent state changes the less issues you will have from agents trying to do things they shouldn't.

Limiting Agents

While this is very dependant on the use case, the principle is that you should limit the agent as much as possible:

...

Info
titleCallee Info Lookup Speed

One 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.
There are various strategies around this but the most effective is to use the preview notification to cache upcoming callee's information in batches.