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

Phone number masking allows displaying a different number instead of a real caller/ called ID to a user in call dialog and CDR. The masking is implemented via the variable "force_lookup_number" added to Dialplan application "Set".

Supported starting from WMS 3.86

Created: November 2018

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


Table of Contents


Phone number masking ensures user privacy and is very useful in cases when revealing personal numbers of agents or customers is not preferable. The masking is implemented via a special variable "force_lookup_number" which allows displaying a specified number instead of real called / caller ID in call dialog and CDR. It is set up via Dialplan application "Set". Masking can be performed for both outgoing and incoming calls.

...

Phone number masking for outgoing external calls

When a user dials a phone number, a different number (specified in Dialplan) is called instead of the number known to the user.

...

  • Set -> FORCE_LOOKUP_NUMBER -> XXXXX 
    where "XXXXX" is the number to be displayed to a user 
  • Dial the trunk/ Trunk group → Set (Number - indicate the real phone number to be called) -> dials the real phone number via the specified trunk/ group of trunks 

Phone number masking for incoming external calls

When a user receives an incoming external call, a different number is displayed instead of a real caller's number.

...