300-810 · Question #237
The collaboration infrastructure of a large company was hacked, which lead to toll fraud and a bill that was substantially higher than usual. An engineer must configure Cisco Unity Connection to…
The correct answer is B. 0????????? C. 0XXXXXXXXX. In Cisco Unity Connection restriction tables, two wildcard characters are used for digit matching: '?' matches exactly one digit (0–9), and 'X' also matches exactly one digit (0–9). Both 0????????? (choice B) and 0XXXXXXXXX (choice C) define patterns that match any 10-digit…
Question
Options
- A9!
- B0?????????
- C0XXXXXXXXX
- D9*
- E0-9*
How the community answered
(32 responses)- A13% (4)
- B78% (25)
- D3% (1)
- E6% (2)
Explanation
In Cisco Unity Connection restriction tables, two wildcard characters are used for digit matching: '?' matches exactly one digit (0–9), and 'X' also matches exactly one digit (0–9). Both 0????????? (choice B) and 0XXXXXXXXX (choice C) define patterns that match any 10-digit number beginning with 0: the leading '0' is a literal match, and the nine wildcard characters (? or X) each match exactly one additional digit, giving exactly 10 digits total. These two patterns together cover the requirement to block 10-digit numbers starting with 0, which includes international numbers dialed with a leading 0 access code. Choice A (9!) and D (9*) would match numbers starting with 9 (outbound PSTN access codes), which is not what is required. Choice E (0-9*) is not valid Unity Connection restriction table syntax.
Topics
Community Discussion
No community discussion yet for this question.