Versions Compared

Key

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


Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

...

Note

Notes:

...

  • Round Robin: the next agent is selected on the list following the individual that received the last incoming call
  • Call All 32: all available agents are called simultaneously until one answers (no user features processed)

    Note

    Notes:

    • Available for all devices including Web ZD and mobile apps (it is possible to disable push notifications for mobile apps, see details in the Example of the Dialplan procedure for managing Call group calls)
    • This strategy supports up to 32 users (previously it supported up to 32 devices and each device of CG member was counted)
    • The current delay between CG members equals 20ms to achieve almost simultaneous ringing


    Warning

    Limitations:

    • User preferences (call forwarding etc) are not processed when this strategy is used (they are turned off)
    • Feature is not available on old HW PBX
    • When Call All 32 strategy is used, it is not possible to pick up a ringing call using the pickup group feature. Documentation: Call and Pickup Groups


  • Longest Idle: the agent who answered the call the longest time ago is called
  • Fewest Calls: call the agent who has the lowest number of answered calls
  • Linear: agents are called sequentially starting from the first member on the list until an earlier person is no longer on the phone
    • dynamically added users are called in the order in which they are added

15 - Default priority for dynamic users (appears if you set "Priority" strategy) - set priority for dynamically added call group members

...

Note

Note: It is possible to exit from the queue and change Dialplan procedure using the function QUEUE_MEMBER:

  • Jump to if -> "${QUEUE_MEMBER(<call_group_id>,free)}"="0"

Detailed information can be found in Smart Dialplan - use of Custom Applications.

Add agents to Call groups

To add agents to a call group:

1. Go to WMS -> Dialplan -> Call groups

2. Select the necessary call group and press Edit

3. Enter call group members names or extension in the field under call group name:

Image Added

4. Once done, click Save.

To change order of call group members, just drag and drop the necessary member in the desired order.

Limitation on the number of Call group members

...

Note

Note: Starting from WMS 6.03.20230630.3, Cloud Analytics (CDR-View 2.0) was introduced, which replaces the functionality of CDR-View. See documentation for more details: Cloud Analytics (CDR-View 2.0) in Collaboration.

Call Group notifications manager 
Anchor
cgnotificationmanager
cgnotificationmanager

...

  • Modify the Dialplan procedure used for the group, by adding Set -> QUEUE_FAST_RECALL -> yes/true before the Call group application. For more details, see Dialplan applications - Admin Guide
  • Add QUEUE_FAST_RECALL as a Global Dialplan Variable (applies the settings to all Call groups with Call All 10/ 32 strategy). Check out Custom Global Dialplan Variables List for instructions.

Prioritize calls to a user belonging to different call groups by the longest waiting time

...