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

Voice Translation problem

Pierrot.damen
Level 1
Level 1

Hi,

For our emergency numbers we need to send 1992(emergency Number)(zipcode) out.

i've made a route pattern on the cucm: 1XX transforms to 1992(zip)1XX (format required by provider)

i'm trying to swap the order of the digits on the cube with this translation rule "rule 1 /(1992\)(....\)(1..\)/ /\1\3\2/ "
but it's not accepting this translation rule

Any help would be appreciated!

Regards,

Pierrot

1 Accepted Solution

Accepted Solutions

or if you want to do it your way, just ensure you have put backslash correctly as follows;

rule 1 /\(1992\)\(....\)\(1..\)/ /\1\3\2/

- Vivek

View solution in original post

5 Replies 5

Vivek Batra
VIP Alumni
VIP Alumni

Can you also quote an example like;

What user will dial?

What all manipulations you've applied in CUCM and where (on route pattern, route list etc)?

- Vivek

ex1.

User will dial 100 or 0100 on his phone. this will go to the cube as 19929150100 if the user is located in the 9150 zipcode. where it needs to be transformed to 19921009150.

ex2

User will dial 112 or 0112 on his phone. this will go to the cube as 19929150112 if the user is located in the 9150 zipcode. where it needs to be transformed to 19921129150.

I applied a route pattern for 0.1XX and 1XX to 199291501XX

is this what you mean? 

regards,

Pierrot

Perfect...

Try the following;

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

- Vivek

or if you want to do it your way, just ensure you have put backslash correctly as follows;

rule 1 /\(1992\)\(....\)\(1..\)/ /\1\3\2/

- Vivek

Thx Vivek! that did the trick. :)

Got it working now