cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
420
Views
0
Helpful
3
Replies

Voice Translation Rule help

sebastiandm
Level 1
Level 1

Hi Guys,

I am trying to get some voice translation rules working for incoming calls for one of my clients. This is for incoming international calls, the telco is stripping the leading 00 therefore only presenting the 44 in the case of incoming calls from the UK. Currently i am using the following:

voice translation-rule 1

rule 1 /^.*/ /90\0/ type national national

rule 2 /^.*/ /900\0/ type international international

but these are presenting 90090044xxxxxxxxxx instead of 90044xxxxxxxxxx which is what i am trying to achieve.

I also tried the following from the cisco documentation:

rule 2 /^./ /900/ type international international

but that did not work either. I have rules which do in fact work but i would prefer to have one rule to match all international numbers and prefix them with 900.

Any ideas welcome, thanks.

3 Replies 3

bigcappa1
Level 4
Level 4

Sebastian,

An example of what I use on some voice gateways in the UK

voice translation-rule 2

rule 1 /\(^......$\)/ /9\1/

rule 2 /\(^..........$\)/ /9\1/

rule 3 /\(^...........$\)/ /9\1/

rule 4 /\(^............$\)/ /9\1/

voice translation-profile 1

translate calling 2

voice-port 0/0/0:15

translation-profile incoming 1

Also have attached a useful PDf from Cisco.

Hope this helps

Paul

Hi,

I would like to combine all those rules into 1 in other words have one rule to match all instances of incoming numbers and then prefix the 900 to them.

Any ideas ??

I append a 0 to all incoming calls as the telco here in the UK chops it off.

I have configured up:

voice translation-rule 2

rule 1 // /90/

voice translation-profile ADDZERO

translate calling 2

I guess you could just use:

rule 1 // /900/

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: