cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
592
Views
15
Helpful
1
Replies

SRST Inbound 10 digit to 4 digit

tony.hanson
Level 1
Level 1

I have a customer who's PRI is sending 10 digits and when we are in SRST mode we need it to strip the first 6 digits. So if the CO is sending use 555-446-29XX we need to strip the 555-446 so it rings phones on 29XX. I thought that the Alias command would do that but only one to one?

1 Reply 1

dezoconnor
Level 4
Level 4

voice translation-rule 1

rule 1 /^55544629/ /29/

!

voice translation-rule 2

rule 1 /^.*/ /90\0/

!

!

voice translation-profile inbound-10digits-to-4digits

translate calling 2

translate called 1

!

The first translation rule will strip off the first 6 digits. The second will prepend 90 to all incoming numbers so that your users can just hit redial on missed calls.

Then apply this rule to the voice port:

voice-port 0/0/0:15

translation-profile incoming inbound-10digits-to-4digits

cptone GB

HTH. Please rate useful posts.