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>

...

Support for remote call answer / hangup and volume control from headset via USB connector on Windows. Supported Wildix Headset: WHS-BT (only with USB dongle from Jabra / Plantronics / Sennheiser); Supported 3rd party headsets matrix: Wildix Compatible Headsets - Jabra, Plantronics, EPOS Sennheiser, JPL, Axtel.

MSI file for Windows:

Outlook Integration

Features: Outlook calendar sync with Collaboration, user presence, pictures sync with Outlook, click2call, IM, call popup, caller name lookup, live search in outlook contacts, URL to create / edit contact during a call. Documentation and videos: Outlook integration for Microsoft Windows.

...

Silent installation mode

  • To set the silent installation mode, run the command: 

    Code Block
    msiexec /i "WIService.msi" wiserviceSilentMode=true


  • To reset the silent installation mode, run the command: 

    Code Block
    msiexec /i "WIService.msi" wiserviceSilentMode=false


...

To enable the option, tick off the box "Keep Wildix Integration Service up to date" when completing WIService setup. Windows Task Scheduler checks for updates every day at 01:00-06:00 or after starting PC. If a new version is available, it downloads a new installation package and runs it in silent mode.

You can also pass enableAutoupdate parameter during installation via cmd:

Code Block
msiexec /i WIService.msi enableAutoupdate=true/false /qn

...

  • enableAutoupdate=true (enabled) / false (disabled)
  • wiserviceSilentMode=false

If wiserviceSilentMode is set to true, auto update is not started up.

TAPI Driver

TAPI driver provides computer telephony integration and enables PCs running Microsoft Windows to manage calls and use other telephone services of a Wildix PBX. DocumentationTAPI driver.

...

Browser content redirection - deploying Chrome extension using Group Policy

Browser Content Redirection can be enabled to achieve point to point audio and video with the PBX reducing latency and moving CPU usage to the clienthttps://docs.citrix.com/en-us/citrix-virtual-apps-desktops/multimedia/browser-content-redirection.html

...