cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
560
Views
0
Helpful
2
Replies

Dial-Peers to support 10 and 7 digit Local Dialing

Kris Thompson
Level 1
Level 1

I just implemented SRST and have one remaining sticking point.

Using these peers:

dial-peer voice 12 pots

description Local Dialing

destination-pattern 9[2-9]......

port 0/0/0:23

forward-digits 7

!

dial-peer voice 13 pots

trunkgroup SRST-PSTN

description Local 10 Digit Dialing

destination-pattern 9[2-9]..[2-9]......

port 0/0/0:23

forward-digits 10

The router will IMMEDIATELY match dial peer 12 and I am unable to use 10 digit dialing.

How can I concurrently support both 10 and 7 digit local dialing?

2 Replies 2

Kris Thompson
Level 1
Level 1

Sometimes it only takes asking the question to get the answer. I added a T on the end of the 7 digit destination pattern to force the pattern to be longer than the 10 digit local dial. It now works (with an interdigit delay which is acceptable).

dial-peer voice 12 pots

destination-pattern 9[2-9]......T

by the way have u noticed that it will will take a while till dial out with the T !!!

this is because interdigit timeout

u can dial # after the number

or u can decrease the inter digit time out under the fallback mode

hope this helpful