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/MwFuAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>
Html
 <div class="lang-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=23986483" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>

...

This document explains how to add and use Collaboration WebAPI which allow integrating of Wildix Unified Communications capabilities into web applications and external software (CRM, ERP, Fias/Fidelio).

Updated: April 2018

WMS Version: 3.88

...



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/MwFuAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>


Html
 <div class="lang-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=23986483" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>


Info

This document explains how to add and use Collaboration WebAPI which allow integrating of Wildix Unified Communications capabilities into web applications and external software (CRM, ERP, Fias/Fidelio).

Updated: April 2018

WMS Version: 3.88

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


Warning

Starting from March 2018, the latest versions of the most popular web browsers drop support for cross-requests for the protocol schema "file://".

To continue using WebAPI, you need to add the domain to the whitelist; see documentation: Domain Whitelist (Allow Origin).

In case you are using WebAPI locally, you have several options:

  • Option 1 - upload WebAPI to a web server reachable via HTTP/HTTPS and add the domain to the whitelist
  • Option 2 - connect to the PBX via SSH:
    • create a folder /var/www/scripts
    • copy the folder HMS to /home/admin (delete the version number) using the command scp
    • move the folder via SSH from /home/admin to /var/www/scripts
    • edit the owner (chown wms:wms -R /var/www/scripts) 
  • Option 3 - start using the online demo version instead, available at https://wildix.com/webapi/# (add the domain to the whitelist)

Table of Contents

Introduction

Collaboration WebAPI allows you to integrate Wildix Unified Communications capabilities into web applications and external software (CRM, ERP, Fias/Fidelio).

...

Warning

Starting from March 2018, the latest versions of the most popular web browsers drop support for cross-requests for the protocol schema "file://".

To continue using WebAPI, you need to add the domain to the whitelist; see documentation: Domain Whitelist (Allow Origin).

In case you are using WebAPI locally, you have several options:

  • Option 1 - upload WebAPI to a web server reachable via HTTP/HTTPS and add the domain to the whitelist
  • Option 2 - connect to the PBX via SSH:
    • create a folder /var/www/scripts
    • copy the folder HMS to /home/admin (delete the version number) using the command scp
    • move the folder via SSH from /home/admin to /var/www/scripts
    • edit the owner (chown wms:wms -R /var/www/scripts) 
  • Option 3 - start using the online demo version instead, available at https://wildix.com/webapi/# (add the domain to the whitelist)


Predictive Dialer

Predictive Dialer allows you to generate a number of outgoing calls equal to the number of free call agents plus a number of spare calls.
The number of spare calls allows boosting the call center performance by pre-dialing final customers.

...

Warning

Starting from March 2018, the latest versions of the most popular web browsers drop support for cross-requests for the protocol schema "file://".

To continue using Hotel Manager, you need to add the domain to the whitelist; see documentation: Domain Whitelist (Allow Origin).

In case you are using Hotel Manager locally, you have several options:

  • Option 1 - upload WebAPI to a web server reachable via HTTP/HTTPS and add the domain to the whitelist
  • Option 2 - connect to the PBX via SSH:
    • create a folder /var/www/scripts
    • copy the folder HMS to /home/admin (delete the version number) using the command scp
    • move the folder via SSH from /home/admin to /var/www/scripts
    • edit the owner (chown wms:wms -R /var/www/scripts) 
  • Option 3 - start using the online demo version instead, available at https://wildix.com/webapi/# (add the domain to the whitelist)

Features currently supported

...

Warning

Starting from March 2018, the latest versions of the most popular web browsers drop support for cross-requests for the protocol schema "file://".

To continue using Wallboard, you need to add the domain to the whitelist; see documentation: Domain Whitelist (Allow Origin).

In case you are using Wallboard locally, you have several options:

  • Option 1 - upload WebAPI to a web server reachable via HTTP/HTTPS and add the domain to the whitelist
  • Option 2 - connect to the PBX via SSH:
    • create a folder /var/www/scripts
    • copy the folder HMS to /home/admin (delete the version number) using the command scp
    • move the folder via SSH from /home/admin to /var/www/scripts
    • edit the owner (chown wms:wms -R /var/www/scripts) 
  • Option 3 - start using the online demo version instead, available at https://wildix.com/webapi/# (add the domain to the whitelist)

Supported features: https://www.wildix.com/portfolios/call-center-wallboard/  

...