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>

...

Html
<div class="fb-like" data-href="#https://confluence.wildix.com/x/dQqIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...

Info

This Article describes how to automatically create an audio conference for several internal/ external phones using API Originate.

Created: September 2018

Permalink: https://confluence.wildix.com/x/dQqIAQ

Table of Contents

Dialplan configuration

Create a new Dialplan procedure "conference"

To implement the initiation of an audio conference, create a separate Dialplan procedure "conference" (WMS -> Dialplan -> Dialplan rules -> click + to add a new procedure).

...

  • Set -> CURLOPT(userpwd) with admin credentials - admin credentials of  of your PBX to access API - allows sending API request
  • Custom application -> Set(message=${CURL(http://127.0.0.1/api/v1/Originate, channel=Local/448@users&exten=98123&context=users&context=users&callerid=\"Conference\" <98123>"&async=true)})\

...

Note

Note: You can also add external numbers instead of extensions. The maximum amount of numbers depends on the license type (Per Service/ Per User) and the amount of concurrent calls over trunk (the information can be checked  in WMS -> Settings -> Tools and utilities -> Activation / Licenses).

...

callerid=\"Conference\" <98123>"&async=true - the standard formatting for the callerID (name and number). \ (backslash) before the " (quotation marks) serves to make read " " as quotes, and it's not a separator that calls upon a string. 

  • Jump to -> Associate the current procedure with the one that is used for making outgoing calls and add the Conference number (98123)

...

  • Jump to -> Associate the procedure with "conference" procedure
  • Go to voicemail -> select any number/ email address
  • Play sound -> select a sound to be played played to users

Note

Note: In case you want to create a conference for external numbers, you need to add Dialplan application "Dial the trunk" after "Jump to".

...

Html
<div class="fb-like" data-href="#https://confluence.wildix.com/x/dQqIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...