Implementing and Operating Cisco Collaboration Core Technologies (CLCOR) — Question 186
An administrator must make a pattern to route calls to two different destinations:[email protected]and[email protected]. Which type of patterns are needed in the Cisco UCM, and what must the pattern look like?
Answer options
- A. A SIP route pattern that looks like this: *@company.com
- B. A regular route pattern with the URI feature enabled in the configuration page. The pattern must look like this: MATCH(*[email protected])
- C. A regular route pattern with the URI feature enabled in the configuration page. The pattern must look like this: (*@company.com)
- D. A SIP route pattern that looks like this: company.com
Correct answer: D
Explanation
The correct answer is D because a SIP route pattern is suitable for directing calls based on domain names and the pattern 'company.com' correctly captures that requirement. Options A and C are incorrect as they do not specify a valid SIP pattern for the given destination, while option B incorrectly suggests using a regular route pattern for this scenario.