cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
511
Views
3
Helpful
2
Replies

Translation Pattern script

perryvdb
Level 1
Level 1

Hi,

I like to translate numbers to new numbers, many to many, by using an prompt announcement om the changed number(s). Does someone has an sample script or an idea how to translate 123xxx to 321xxx by IPCC Express.

Thx

2 Replies 2

Chris Deren
Hall of Fame
Hall of Fame

You could copy the called number or calling number (you did not specify whcih one you want to translate) into string varaible, then do an IF statement such as if var > 122999 && var < 124000 then use Java method to replace the "public String replace (char, char)". I don't have a script but this is just an idea.

Chris

Hi Chris,

Thx. I will try and let you know..