300-820 · Question #62
Refer to the exhibit. When configuring a search rule that routes calls to a zone, what occurs when 13358 is dialed?
The correct answer is D. 13358 is sent directly to the traversal zone. RegEx pattern is 1?3+5. The 1 has a question mark after it, meaning the 1 is optional and not required, but matches in this case. The 3+ says that 3 is mandatory and must occur at least 1 or more times prior to the 5. The 5 is mandatory, and matches after the double 33. Dialing…
Question
Refer to the exhibit. When configuring a search rule that routes calls to a zone, what occurs when 13358 is dialed?
Exhibit
Options
- A13358 is replaced by 135, and then is sent to the local zone.
- B13358 is replaced by 135 and remains in the same zone.
- C13358 is replaced by 135, and then is sent to the traversal zone.
- D13358 is sent directly to the traversal zone.
How the community answered
(27 responses)- A15% (4)
- B7% (2)
- C4% (1)
- D74% (20)
Explanation
RegEx pattern is 1?3+5. The 1 has a question mark after it, meaning the 1 is optional and not required, but matches in this case. The 3+ says that 3 is mandatory and must occur at least 1 or more times prior to the 5. The 5 is mandatory, and matches after the double 33. Dialing 13358 does NOT match RegEx because the 8 was included, so the Rule does not do the replace, and the 13358 is sent unchanged.
Topics
Community Discussion
No community discussion yet for this question.
