Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

It's possible to mask x number/characters in specifications and it can be defined on on the following level (later has higher priority). 

LevelPriority (higher has precedence)
System1
Reseller2
Customer3
User4
Some platforms like MiCloud/Telepo has custom masking policies that can be applied. Se sections below.

System level

To set in on the system level go to System Administration → Property management and set the following property to the number of digits that should be masked.

callspec.mask_last_x_numbers_of_digits

Reseller level

To set in on the system level go to System Administration → Resellers and open the reseller that should be configured. Set the following property to the number of digits that should be masked. Note that this value might already be set in the list, if so click Edit to  change the value for the property.

callspec.mask_last_x_numbers_of_digits

Customer level

To set in on the system level go to System Administration → Customers and open the customer that should be configured. Go to the Properties tab and add/edit the following property (KEY=VALUE) to the number of digits that should be masked. Go back to the Settings tab and click Save

callspec.mask_last_x_numbers_of_digits=3

User level

To set in on the system level go to Administration → Users and open the user that should be configured. Go to the Properties tab and add/edit the following property (KEY=VALUE) to the number of digits that should be masked. Go back to the Settings tab and click Update

callspec.mask_last_x_numbers_of_digits=4

Platform specific masking policies

MiCloud Telepo

Using the same procedure as desribed above but using the key telepo.call_masking_policy instead of the default masking key will have precedence for MiCloud/Telepo reports.

Key=ValueDescription
telepo.call_masking_policy=full-incoming-partial-outgoing-user-privacyFull masking of incoming calls and partially masked for outgoing user calls.
telepo.call_masking_policy=full-incoming-outgoing-user-privacyFull masking of incoming calls and fully masked outgoing user calls.
telepo.call_masking_policy=full-incoming-outgoing-privacyFull masking of incoming and outgoing calls.
telepo.call_masking_policy=full-incoming-no-outgoing-privacyFull masking of incoming and no masking on outgoing calls.
telepo.call_masking_policy=full-incoming-no-outgoing-internal-excluded-privacyFull masking of incoming and no masking on outgoing calls. ????
telepo.call_masking_policy=full-outgoing-no-incoming-privacyFull masking of outgoing and no masking on incoming calls.
telepo.call_masking_policy=no-incoming-partial-outgoing-privacyFull masking of outgoing and no masking on incoming calls.
telepo.call_masking_policy=all-but-last-5-incoming-outgoing-privacy
telepo.call_masking_policy=all-but-last-4-incoming-outgoing-privacy
telepo.call_masking_policy=all-but-last-3-incoming-outgoing-privacy
telepo.call_masking_policy=all-but-last-2-incoming-outgoing-privacy
  • No labels