Which configuration is needed on the Cisco Unified Border Element for calls to be successful?

Users dial a 9 before a 10-digit phone number to make an off-net call. All 11 digits are sent to the Cisco Unified Border Element before going out to the PSTN.
The PSTN provider accepts only 10 digits. Which configuration is needed on the Cisco Unified Border Element for calls to be successful?
A. voice translation-rule 1 rule 1 /^9………./ //
B. voice translation-rule 1 rule 1 /^9.+/ //
C. voice translation-rule 1 rule 1 /^9(……….)/ //
D. voice translation-rule 1 rule 1 /^9/ //

cisco-exams

One thought on “Which configuration is needed on the Cisco Unified Border Element for calls to be successful?

  1. “D” is he correct answer:

    lab-router#sh run | s voice translation-rule 99
    voice translation-rule 99
    rule 3 /^9/ //
    lab-router#test voice translation-rule 99 “91234567890”
    Matched with rule 3
    Original number: 91234567890 Translated number: 1234567890

  2. lab-router#sh run | s voice translation-rule 99
    voice translation-rule 99
    rule 2 /^9\(……….\)/ /\1/
    lab-router#test voice translation-rule 99 “91234567890”
    Matched with rule 2
    Original number: 91234567890 Translated number: 1234567890

    ….this is what I managed to work

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.