05-07-2018 11:41 PM - edited 03-17-2019 12:46 PM
We are running CME setup version 10.5 & having CUCM set up for same organization in other country..
Extn in CME are configured as 3 digit like 782 India setup
Extn in CUCM are configured as 6 digit like 474753 Belgium Setup
when we call from 782 to 474753 they are seen caller ID number like 0782 & they are not able to call back on it..
below are the TR & TP from CME
!
voice translation-rule 1
rule 1 /^00\(.*\)/ /\1/
rule 2 /^091\(.*\)/ /0\1/
!
voice translation-rule 10
rule 1 /^7\(..\)/ /2147\1/
!
voice translation-rule 11
rule 1 /^000\(.*\)/ /00\1/
!
voice translation-rule 12
rule 1 /^00\(.*\)/ /0\1/
!
voice translation-rule 20
rule 1 /^614\(...\)/ /\1/
!
voice translation-rule 21
rule 1 /^\*474\(...\)/ /474\1/
voice translation-rule 23
rule 1 /^[0-9]/ /0&/
rule 2 /^\(...\)/ /614\1/
!
voice translation-rule 100
rule 1 /^9\(.*\)/ /09\1/
rule 2 /^8\(.*\)/ /08\1/
rule 3 /62\(.*\)/ /002\1/
rule 4 /\(.*\)/ /000\1/ type international international
rule 5 /\(.*\)/ /00\1/ type national national
!
voice translation-rule 713
rule 1 /^47\(..\)/ /7\1/
!
voice translation-rule 735
rule 1 reject /^735/
!
!
voice translation-profile 10
translate calling 10
!
voice translation-profile 11
translate calling 10
translate called 11
!
voice translation-profile 12
translate calling 10
translate called 12
!
voice translation-profile BLOCK-735
translate calling 735
!
voice translation-profile Inbound
translate calling 100
!
voice translation-profile incoming_CUCM
translate calling 1
translate called 20
!
voice translation-profile out-ger-sip-trunk
translate calling 20
!
voice translation-profile outgoing_CUCM
translate calling 23
translate called 21
!
voice translation-profile strip0
translate calling 1
!
voice translation-profile toCME2
translate called 713
!
Solved! Go to Solution.
05-07-2018 11:49 PM
05-08-2018 07:09 AM
If your voice translation-profiles are named with intent, the profile "voice translation-profile outgoing_CUCM" will be your problem:
voice translation-profile outgoing_CUCM
translate calling 23
translate called 21
voice translation-rule 23
rule 1 /^[0-9]/ /0&/
rule 2 /^\(...\)/ /614\1/
Rule 1 of voice translation-rule 23 is prefixing a 0 to all callerIDs before (presumably) sending the call up to CUCM, which is the behavior you are observing.
05-07-2018 11:49 PM
05-08-2018 11:54 PM
Thanks ...,i used debug voice ccapi inout which helps to find out what number we are sending & on that result done the changes in Translation Rule
05-08-2018 07:09 AM
If your voice translation-profiles are named with intent, the profile "voice translation-profile outgoing_CUCM" will be your problem:
voice translation-profile outgoing_CUCM
translate calling 23
translate called 21
voice translation-rule 23
rule 1 /^[0-9]/ /0&/
rule 2 /^\(...\)/ /614\1/
Rule 1 of voice translation-rule 23 is prefixing a 0 to all callerIDs before (presumably) sending the call up to CUCM, which is the behavior you are observing.
05-08-2018 11:55 PM
Thanks MAren...
Done with the changes in Translation Rule 23 & it works
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide