I have 10 digit DN's, I am trying to configure 3 digit internal dial translations, when in SRST mode.
e.g. phone registered as 123-4567-890 and someone internally dial as 890 it should go through...
I have tried to configure translation rules and tested it worked as expected. However when I applied it globally it didn't work.
I am missing some thread here or applying it incorrectly.
Rule:
voice translation-rule 5
rule 1 /^8..$/ /1234567&/
Profile
voice translation-profile internal1
translate called 5
Applied globally:
voip-incoming translation-profile internal1
Thanks!
Solved! Go to Solution.
Sky
Unhook your translation profile and try this instead
!
call-manager-fallback
dialplan-pattern 1 12345678.. extension-length 3 extension-pattern 8..
!
Now when in srst 806 is dialled it will call the registered dn 1234567806
Regards,
Alex.
Please rate useful posts.
Sky
Unhook your translation profile and try this instead
!
call-manager-fallback
dialplan-pattern 1 12345678.. extension-length 3 extension-pattern 8..
!
Now when in srst 806 is dialled it will call the registered dn 1234567806
Regards,
Alex.
Please rate useful posts.
Hi Alex,
Great! +5 for this one.
I recollect I used the similar pattern in CME under telephony-service. However was unaware of such option in SRST.
Great help.