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

...

PBX follows the “fax dialplan” procedure selected in the WMS -> Users for the user who had sent the email. 

Note

Note: if Mail2Fax is sent via Remote PBX (selected in WMS Settings -> System -> FAX/ SMS server), PBX uses the Dialplan procedure assigned to a user who sends Mail2Fax, instead of one specified in FAX/ SMS Server Settings.


Option 2 – OLD

  • Create an ad hoc dialplan procedure “faxout” or edit an existing Dialplan procedure, for instance “users”. Specify the prefix for line engagement.
  • Send an email in plain text format with an attachment (PDF or TIFF) to the PBX email address (specified in “Fax/SMS Server”) containing the text as provided in the example below
    • PRINTEDFAX: TRUE
    • FAXNUMBER: 00461019978 (destination number)
    • FROMNAME:PBX
    • STATIONID: Wildix PBX
    • HEADERINFO: Fax Server
    • FROMNUMBER:100 (fax sender)
    • LANGUAGE: it
    • ANSRETRY: 3 (number of attempts of fax sending)
    • NOANSRETRY: 5 (number of attempts of fax sending in case there is no response from the called party)
    • FAXPASSWORD: wildix (protection password)
    • CONTEXT: faxout (dialplan procedure used to manage fax calls)
    • CCNUMBER: 00461019978 00461019978 00461019978 (additional destination numbers) 

...