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>

...

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

...

  • Set -> CURLOPT(userpwd) with admin credentials of your PBX - allows sending API request. You can use credentials of any user with admin rights 
  • 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)})\ (API Originate is applied. Consult APIs Online Documentation https://manuals.wildix.com/apis/POST%2B%252FOriginate%252F.htmlI)

Where:

CURL(http://127.0.0.1/api/v1/Originate - the path to API Originate, (no need to modify it);

channel=Local/448@users - one of the extensions to be called; 

...

 

...

exten=98123 - the number of a Conference (Feature code Conference 98 and 123 - the conference room number);

...

callerid=\"Conference\" <98123>"&async=true - the standard formatting for the callerID (name and number)

Note

Note: You can also initiate a conference for external numbers. For this purpose, use API Originate/Call: https://manuals.wildix.com/apis/POST%2B%252FOriginate%252FCall%252F.html instead of API Originate.

The maximum amount of external 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).

  • Jump to -> Dialplan procedure "pbxinternal" (which makes it possible to dial other users and Feature Codes of the system) and add the Conference number (98123, in our example)

...