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

The Guide describes how to configure and use the feature allowing you to change the identities.

Supported starting from WMS version 4.01.44215.30

Created: August 2019

Updated: February 2020

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


Note

Note: The previous configuration (ticket WMS-6527, Changelog https://confluence.wildix.com/x/k4A2Ag) stops working after the upgrade to WMS version 4.01.44251.31. Please make the reconfiguration.

...

Step 3. Add BLF keys "Identities" or "Line" (available starting from WMS v. 4.03.44914.04):

  • Go to Users -> select a user or multiple users
  • Click Edit preferences -> Settings -> Function keys

...

Note

Available starting from WMS v. 4.03.44914.04.

The configuration allows receiving internal and external incoming calls and perform call forwarding:

  • Create a separate Dialplan procedure "identities_routing"
  • Set the identity number as a called number in Dialplan
  • Use Set application to set the variable __TO_IDENTITY: Set  ->__TO_IDENTITY ->${EXTEN}
  • Use Dial the phone application to dial the real user number

...

Note

You can also use Custom application to set the variable:

  • Custom application ->Set(__TO_IDENTITY=${EXTEN})


  • Add "identities_routing" to Included procedures of Dialplan for managing incoming calls:

    Note

    Make sure "identities_routing" is placed before "pbxinternal" if you configure it for internal calls.



Usage 

Feature code "Identity" 78

...

Note

Supported from WMS v. 4.03.44914.04 and firmware for WP480GR3 v. 63.145.10.11, WP490GR3 v. 67.145.8.90, WelcomeConsole v.68.145.2.22.

  • Supported for both outgoing and incoming calls 
  • The identity number prefix is automatically added to the called number and saved in History
  • Currently not supported in Collaboration

...