Versions Compared

Key

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

...

Status
colourBlue
titleFrom Release 3.34

The tab "Current Calls" provides a view of all calls in the ACD queue for groups in which the agent is a member. The agent can be a permanent, reserve, or read only member of the group.

...

Agent Home

The calls are displayed as "cards". 

...

The right hand side of the “card” can be customized using AsciiDoc by defining the Clients Parameter Layout.AgentHome.CurrentCalls.Call

Mini Client

On the left hand side of the call “card”, the following information is shown:

...

The right hand side of the “card” can be customized using AsciiDoc by defining the Clients Parameter Layout.MiniClient.CurrentCalls.Call

Call Pick-Up

Agents can “pick” the call from the queue. The requirements for the agent are:

...

Using this function is usually better when in the status “pause” or another status, where new calls will not be routed to the agent directly by the system.

Asciidoc Customisation

Customization of the layout is performed using Asciidoc.

...

For layout possibilities see this page: https://docs.asciidoctor.org/ for details.

Standard Layout Agent Home

Code Block
[cols="100%"]
|===
|
#{currentCall.UserData}
|
#{currentCall.AddInfo}
|===

Standard Layout Mini-Client

Code Block
[cols="100%"]
|===
|
#{currentCall.UserData}
|
#{currentCall.AddInfo}
|===

...