Implementing Cisco Advanced Call Control and Mobility Services (CLACCM) — Question 4
An engineer must route all SIP calls in the form of <user>@example.com to the SIP trunk gateway corporate local. Which two SIP route patterns can be used to accomplish this task? (Choose two.)
Answer options
- A. [email protected]
- B. *@example.com
- C. gateway.corporate.local
- D. example.com
- E. *.*
Correct answer: D, E
Explanation
The correct options are D and E because 'example.com' matches any calls directed to that domain, and '*.*' captures all possible SIP calls. Options A, B, and C do not fulfill the requirement to route all SIP calls to the specified gateway.