Hi,
I want to match this translation pattern 9[3-9].! and transform it to +00[3-9].!
Is it possible to do such translation in one translation pattern?
example1:
called number is this: 9312345
Translated number should be: +00312345
example2:
called number is this: 94111
Translated number should be: +004111
example3:
called number is this: 9722222222
Translated number should be: +00722222222
Thanks.
Raymond
Solved! Go to Solution.
Hi Raymond
Yes, you can do this/:
Pattern: 9.[3-9].!
Called Party Transforms:
Discard Digit Instruction: Predot
Prefix \+00
Obviously assigning an appropriate partition and CSS to the translation as well...
Regards
Principal Engineer at Logicalis UK
Please rate helpful posts...
Hi Raymond
Yes, you can do this/:
Pattern: 9.[3-9].!
Called Party Transforms:
Discard Digit Instruction: Predot
Prefix \+00
Obviously assigning an appropriate partition and CSS to the translation as well...
Regards
Principal Engineer at Logicalis UK
Please rate helpful posts...
Hi Aaron Harrison,
Yes, It works.
Thank you.
Regards,
Raymond