10-25-2007 08:44 AM - edited 03-15-2019 07:01 AM
I need a translation for an h.323 gateway that will strip the first 5 digits from calls originating from 31238..... and 84795.....
I tried
translation-rule 1
rule 0 ^847950.... 0
rule 1 ^847951.... 1
.
.
.
.
rule 9 ^847959..... 9
but that leaves me no room for the 31238..... sequence since the translation-rule will only accept 10 rules.
All help is appreciated.
Solved! Go to Solution.
10-25-2007 09:10 AM
Hi,
please use voice traslation-profile and rule that is the current way. You just need two rules:
voice translation-profile makedid
translate calling 100
voice translation-rule 100
rule 1 /^84759/ //
rule 2 /^31283/ //
Or even a single one if these eg:
rule 1 /^[38]..../ //
Hope this helps, please rate post if it does!
10-25-2007 09:10 AM
Hi,
please use voice traslation-profile and rule that is the current way. You just need two rules:
voice translation-profile makedid
translate calling 100
voice translation-rule 100
rule 1 /^84759/ //
rule 2 /^31283/ //
Or even a single one if these eg:
rule 1 /^[38]..../ //
Hope this helps, please rate post if it does!
10-25-2007 10:36 AM
That worked... here is exactly what I put in:
voice translation-rule 100
rule 1 /^84795/ // type national unknown
rule 2 /^31238/ // type national unknown
!
!
voice translation-profile makedid
translate calling 100
!
I had to change the calling type since my CallManager is set to insert a 91 on National call types.
Thanks for you help. Very much appreciated.
cheers,
mgl
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide