Implementing Cisco Advanced Call Control and Mobility Services (CLACCM) — Question 159
An administrator is trying to apply configuration changes on Cisco CME. When the users registered on Cisco CME to dial a local number to a PSTN call, the Cisco CME sends an incorrect number of digits. What translation rule fixes the issue and sends the correct number of digits?
Answer options
- A. voice translation-rule 1 rule 1 // // type any subscriber plan any isdn
- B. voice translation-rule 1 rule 1 /^4...$/ /2404\0/ type any national plan any isdn
- C. voice translation-rule 1 rule 1 /^4...$/ /9132404\0/ type any subscriber plan any isdn
- D. voice translation-rule 1 rule 1 /^4...$/ /2404\0/ type any subscriber plan any isdn
Correct answer: C
Explanation
The correct answer is C because it properly translates the dialed number by adding the necessary prefix (913) before the local number, which ensures the call is routed correctly. Options A, B, and D do not provide the correct prefix or fail to accommodate the necessary modifications for the PSTN call, leading to incorrect dialing behavior.