cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
528
Views
0
Helpful
1
Replies

Voice Translation Rule

abhishekbanik
Level 1
Level 1

i want to create a rule so that users can redial the number which displays on the phone screen. Currently they are not able to do as they have to press 9 and then the number to dial out.

For example - when the call comes in the phone display shows 1622773234 and to dial out users have to dial 901622773234.

I'm using CME and voice translation that have been created are ;-

voice translation-rule 1

rule 2 /^4203\(.*\)/ /3\1/

!

voice translation-rule 2

rule 1 /396/ //

!

voice translation-rule 3

rule 1 /^0/ /33960/

!

voice translation-rule 9

rule 1 /9/ //

!

voice translation-rule 10

rule 1 /^420396\(..\)/ /396\1/

rule 2 /^420396\(.\)/ /3960\1/

!

!

voice translation-profile DID

translate calling 1

translate called 10

!

voice translation-profile UNITY

translate called 9

!

voice translation-profile outbound

translate calling 2

translate called 9

1 Reply 1

Emmanuel Akum
Level 1
Level 1

You need something like this:

voice translation-rule 10

rule 1 /^.*/ /9&/ type subscriber subscriber

rule 2 /^.*/ /91&/ type national national

rule 3 /^.*/ /9011&/ type international international

!

voice translation-profile PSTN-IN

translate calling 10

translate called --- --Here the translation rule for called numbers

And then you assign the translation profile for example to the T1 voice port

voice-port 0/0/0:23

translation-profile incoming PSTN-IN