When in SRST, inbound calling works fine, outbound also works, but presents the incorrect calling number.
For manipulating the outbound calling number, should I use an translation pattern, such as
voice translation-rule 10
rule 1 /^0\(....\)/ /415232\1/
!
voice translation-profile SRST_OUT
translate calling 10
!
call-manager-fallback
translation-profile outgoing SRST_OUT
Or, a dialplan-pattern statement.
Thanks