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

Fax Server application allows you to send and receive faxes and SMS messages via Wildix Collaboration, to use Fax2Mail, Mail2Fax and Mail2SMS services.

Updated: May 2018

Permalink: https://confluence.wildix.com/x/2wCIAQ

Table of Contents

Prerequisites

...

It is possible to send SMS via CURL request using third-party service. For more information, please refer to the document FAX/SMS server .

Send SMS from Dialplan using SMS API

It is possible to send SMS from Dialplan using SMS API. Consult the document How to send SMS from Dialplan using SMS API for details.

Inbound SMS 

Warning

Replying to an SMS is only possible with W01GSM gateway and is not possible in case SMS was sent via HTTP request. Note that CURL SMS sending has priority over W01GSM gateway, in case both modes are configured. If SMS was sent via HTTP request, there is no possibility for a recipient to reply.

...