Versions Compared

Key

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

...

Note

Note: in this case, if the Timeout set up in Dialplan application is less than 30 seconds, the second group of agents will never receive an incoming call.


Note

Note: When By default, when a Call group member hangs up, they won’t receive an incoming call until the Call group timeout is reached. If you want to configure a Call group member to receive incoming calls as soon as they get available, use one of the options below:

  • 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.

...

  • 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
    • When By default, when a Call group member hangs up, they won’t receive an incoming call until the Call group timeout is reached. To configure a Call group member to receive incoming calls as soon as they get available, there are two options:
      • 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. 


    Warning

    Limitations:

    • Feature “Contact Center” (Collaboration -> Settings -> Contact center) doesn’t work for this strategy
    • 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


  • Round Robin: the next agent is selected on the list following the individual that received the last incoming call
  • 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

...