300-070 · Question #297
Which do you add to your cisco unified communication manager dial plan if you want to match any e.164 number string
The correct answer is A. \+! In CUCM dial plans, '\+!' is the pattern used to match any E.164 number. E.164 is the international public telecommunication numbering plan where numbers begin with a '+' followed by a country code and subscriber number. In CUCM pattern syntax, '\+' is an escaped literal '+'…
Question
Which do you add to your cisco unified communication manager dial plan if you want to match any e.164 number string
Options
- A+!
- B*+
- C=+!
- D/+!
How the community answered
(35 responses)- A89% (31)
- B3% (1)
- C3% (1)
- D6% (2)
Explanation
In CUCM dial plans, '+!' is the pattern used to match any E.164 number. E.164 is the international public telecommunication numbering plan where numbers begin with a '+' followed by a country code and subscriber number. In CUCM pattern syntax, '+' is an escaped literal '+' character (the backslash prevents '+' from being interpreted as a wildcard), and '!' is a wildcard that matches one or more digits (0–9). Together, '+!' matches the '+' sign followed by any sequence of digits, which covers all valid E.164 numbers.
Topics
Community Discussion
No community discussion yet for this question.