cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
289
Views
0
Helpful
1
Replies

H323 dial peers - digit strip and prefix.

davidme
Level 1
Level 1

Hi,

I have some Pots dial peers that I need to perform the following tasks to:

Strip the first 2 digits

Use the last 4 digits and then prefix a number to it. I've looked at the digit strip command which is on by default and I just need to get this checked before I go live.

dial-peer voice 11 pots

destination-pattern 29....

progress_ind setup enable 3

progress_ind alert enable 8

prefix 01222453...

direct-inward-dial

port 0/0/0:15

The final number I need is 01222453666 from someone dialling 291666.

Cheers

D

1 Reply 1

paolo bevilacqua
Hall of Fame
Hall of Fame

dial-peer voice 1 pots

forward-digits 4

prefix ...

Hope this helps, please rate post if it does!