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

voice port configuration

rajkumardamera
Level 1
Level 1

Below is the partial configuration.

My Query is when 3/0/0 and 3/0/1 ports are busy with local calls (calls starting with non zero numbers), then the local calls should be established on 2/1/x which are configured for calls starting with '0'. This configuration is not working, needs modification. Pls help in this

dial-peer voice 210 pots

preference 8

destination-pattern 0[1-4,6-9][0-9]?

no digit-strip

direct-inward-dial

port 2/1/0

!

dial-peer voice 211 pots

preference 8

destination-pattern 00[1-4,6-9][0-9]?

no digit-strip

port 2/1/1

!

dial-peer voice 300 pots

preference 8

destination-pattern [1-4,6-9][0-9]?

no digit-strip

port 3/0/0

!

dial-peer voice 301 pots

preference 8

destination-pattern [1-4,6-9][0-9]?

no digit-strip

port 3/0/1

dial-peer voice 210 pots

preference 8

destination-pattern 0[1-4,6-9][0-9]?

no digit-strip

direct-inward-dial

port 2/1/0

!

dial-peer voice 211 pots

preference 8

destination-pattern 00[1-4,6-9][0-9]?

no digit-strip

port 2/1/1

!

dial-peer voice 300 pots

preference 8

destination-pattern [1-4,6-9][0-9]?

no digit-strip

port 3/0/0

!

dial-peer voice 301 pots

preference 8

destination-pattern [1-4,6-9][0-9]?

no digit-strip

port 3/0/1

dial-peer voice 210 pots

preference 8

destination-pattern 0[1-4,6-9][0-9]?

no digit-strip

direct-inward-dial

port 2/1/0

!

dial-peer voice 211 pots

preference 8

destination-pattern 00[1-4,6-9][0-9]?

no digit-strip

port 2/1/1

!

dial-peer voice 300 pots

preference 8

destination-pattern [1-4,6-9][0-9]?

no digit-strip

port 3/0/0

!

dial-peer voice 301 pots

preference 8

destination-pattern [1-4,6-9][0-9]?

no digit-strip

port 3/0/1

2 Replies 2

m.singer
Level 4
Level 4

Play with preference command, if you give low preference value the call will routed via that port, higher the preference value at port for back-up route.

paolo bevilacqua
Hall of Fame
Hall of Fame

You should use trunkgroups (configure under voice-port and in place of port unde DP). That way you will:

- have single DP eliminating redundant configuration

- be able to use multiple trunk-group for a same DP, if desired.

- define precedence for individual lines with trunk-group

- define an hunt-scheme on how to use the lines

- pull statistics on trunkgroup usage and it's individual lines.

Hope this helps, please rate post if it does!