Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Available in version 9.3 and later

The announcement white list allows excluding phone numbers and SIP URIs from an announcement. If a phone number is added to the whitelist, the system will not play the recording announcement for that number.

...

The table below shows the available entry types in the whitelists:

TypeDescriptionExample
SIP URIA SIP URI in the format of john.doe@contoso.comjohn.doe@contoso.com
NumberA phone number

+3617005555

3617005555

The numbers cannot contain spaces or '-' (dash) characters and can include a single '+' (plus) character in the beginning.

Number RangeA number range separated by the '-' (dash) character

12001-12150

Any number between 12001 and 12150 (inclusive).

Regular ExpressionA regular expression

^.*\@contoso\.com

Any SIP URI from the @contoso.com domain.

DOS WildcardA DOS wildcard such as '*' (asterisk) representing any number of characters and '?' (question mark) representing a single character
 

Contains StringA string of characters to match any substring

@contoso.com

Any SIP URI containing the '@contoso.com' string.