Versions Compared

Key

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



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Note

Note: It is possible to exit from the queue and change Dialplan procedure using the function QUEUE_MEMBER (available also in WMS 3.8X):

  • 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

Limitation on the number of Call group members

The maximum number of Call group members depends on the license type (Per Service/ Per User) and the amount of concurrent calls it offers + 2 additional call group members. The number of concurrent calls can be checked  in WMS -> Settings -> Tools and utilities -> Activation / Licenses. Example: the PBX supports 15 concurrent calls, this means you can add up to 17 static call group members.

Read more about the licensing: PBX Licensing and Activation Admin Guide.

Limitation for PBXs with Per Service licences: 

...

Note

Note: detailed information on each described Dialplan application can be found in Dialplan applications Admin Guide.

Callback feature for Call groups allowing customer to press DTMF to request a callback

Consult How to enable Callback feature for Call groups for detailed information on how to configure the Dialplan.

...