cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1015
Views
20
Helpful
5
Replies

CME- Translation Profile Help

fathar
Level 1
Level 1

Hi Every one,

I am new bee in voice and need urgent help to solve one issue for my company..

I am running CME 8.5 and two 100 number ranges are terminating for inbound/outbound calls.

Incoming calls are appearing with right number to the users but outgoing calls to every where

including mobile and local are not showing individual extensions(Full numbers), instead they going with

general main line number..I have tried couple of settings in outgoing profile and not using any dial-pattern or

num-exp commands in the configs. Also profile is applied to POTS peers in a correct way.

The two number ranges are  03888668XX  and 03888669xx  - could some one please suggest what shoud

be the configurations for outbound translation-profile ?

cheers,

Athar

1 Accepted Solution

Accepted Solutions

sumimanc
Cisco Employee
Cisco Employee

Hi,

From What I understand is you want expand 800 and 900 number so that when the calls go out it should display full did.

router#conf t

router-config)#

voice translation-rule 10
rule 1 /^8\(..\)$/ /03888668\1/
rule 2 /^9\(..\)$/ /03888669\1/
voice translation-profile expandcalling
translate calling 10

and apply that in the outgoing dial-peer

dial-peer voice 10 pots
translation-profile outgoing expandcalling
destination-patter
port

Here are the results of this rule

BR2-RTR#test voice translation-rule 10 899
Matched with rule 1
Original number: 899    Translated number: 0388866899
Original number type: none      Translated number type: none
Original number plan: none      Translated number plan: none

BR2-RTR#test voice translation-rule 10 999
Matched with rule 2
Original number: 999    Translated number: 0388866999
Original number type: none      Translated number type: none
Original number plan: none      Translated number plan: none

HTH

Please Rate if you find this info useful.

Regards,

sumit

View solution in original post

5 Replies 5

gsidhu
Level 3
Level 3

I suggest that you first run 'debug isdn q931' (and 'term mon' if you are telneted to the gateway) and see what calling number CME is sending the Telco

Also check with the Telco if outbound caller id has been set - you should'nt need to configure outbound profiles.

Please rate helpful posts

sumimanc
Cisco Employee
Cisco Employee

Hi,

From What I understand is you want expand 800 and 900 number so that when the calls go out it should display full did.

router#conf t

router-config)#

voice translation-rule 10
rule 1 /^8\(..\)$/ /03888668\1/
rule 2 /^9\(..\)$/ /03888669\1/
voice translation-profile expandcalling
translate calling 10

and apply that in the outgoing dial-peer

dial-peer voice 10 pots
translation-profile outgoing expandcalling
destination-patter
port

Here are the results of this rule

BR2-RTR#test voice translation-rule 10 899
Matched with rule 1
Original number: 899    Translated number: 0388866899
Original number type: none      Translated number type: none
Original number plan: none      Translated number plan: none

BR2-RTR#test voice translation-rule 10 999
Matched with rule 2
Original number: 999    Translated number: 0388866999
Original number type: none      Translated number type: none
Original number plan: none      Translated number plan: none

HTH

Please Rate if you find this info useful.

Regards,

sumit

Hi Guys,

Thanks for the prompt response.

I am checking with our Telco if write configurations are in place before trying the tranlsation

rule.

Would get back with updates and rating.

cheers,

Athar

Hey Sumit,

Your reply worked perfectly fine.... Test command was especially helpful

cheers,

Athar

Hi Athar,

Glad to help

Cheers,

sumit