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:
Type | Description | Example |
---|---|---|
SIP URI | A SIP URI in the format of john.doe@contoso.com | john.doe@contoso.com |
Number | A phone number | +3617005555 3617005555 The numbers cannot contain spaces or '-' (dash) characters and can include a single '+' (plus) character in the beginning. |
Number Range | A number range separated by the '-' (dash) character | 12001-12150 Any number between 12001 and 12150 (inclusive). |
Regular Expression | A regular expression | ^.*\@contoso\.com Any SIP URI from the @contoso.com domain. |
DOS Wildcard | A DOS wildcard such as '*' (asterisk) representing any number of characters and '?' (question mark) representing a single character |
Contains String | A string of characters to match any substring | @contoso.com Any SIP URI containing the '@contoso.com' string. |