Up to jtel portal release 3.33 the Agent Home - Tab "Current Call" looked as follows and was changed as of release 3.34 to a much more flexible and user definable layout.

up to release 3.33 => thereafter this layout is discontinuedas from release 3.34 a new layout via AsciiDoc customisation


Agent Home

The calls are displayed as "cards". 

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

The right hand side of the “card” shows the following information:

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” shows the following information:

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.

The currentCall object in particular is available. The best way to see which fields are available in the current call, is to add only the #{currentCall} object to the layout. This will look horrible, but will show you all available fields.

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

Standard Layout Agent Home

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

Standard Layout Mini-Client

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