cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1372
Views
10
Helpful
2
Replies

16x FXO Ports Configuration on CME

VCsupport17
Level 3
Level 3

Hi Community,

We have CME router having 16x FXO ports to be connected to PSTN to enable external calling.

=========================================================================

voice-port 0/0/0
!
voice-port 0/0/1
!
voice-port 0/0/2
!
voice-port 0/0/3
!
voice-port 0/1/0
!
voice-port 0/1/1
!
voice-port 0/1/2
!
voice-port 0/1/3
!
voice-port 0/2/0
!
voice-port 0/2/1
!
voice-port 0/2/2
!
voice-port 0/2/3
!
voice-port 0/3/0
!
voice-port 0/3/1
!
voice-port 0/3/2
!
voice-port 0/3/3

=======================================================================

How to configure all the ports to enable them all like for example if voice-port 0/0/0 is currently busy, available voice-ports will take over once another incoming or outgoing call take place. Or the available channels/FXO ports automatically take over? 

I have this config script to enable incoming and outgoing PSTN call  on voice-port 0/0/0 then any incoming calls will ring my IP phone with extension 100. Do i need to apply these configuration to all the voice-ports?

enable
configure terminal
voice-port 0/0/0
connection plar 100
caller-id enable
exit

dial-peer voice 1 pots
destination-pattern 9[2-9]......
port 0/0/0
end

dial-peer voice 2 pots
destination-pattern 91..........
port 0/0/0

Thank you in advance.

1 Accepted Solution

Accepted Solutions

Nadeem Ahmed
Cisco Employee
Cisco Employee

Trunk group FXO-16PORTS
hunt-scheme sequential both down

voice-port 0/0/0
Trunk-group FXO-16PORTS
connection plar 100
caller-id enable

voice-port 0/0/1
Trunk-group FXO-16PORTS
connection plar 100
caller-id

and so on .....create same config for rest other ports and associate with trun-group name FXO-16PORTS (you can also define the preference )



dial-peer voice 1 pots
destination-pattern 9[2-9]......
trunkgroup FXO-16ports
end

dial-peer voice 2 pots
destination-pattern 91..........
trunkgroup FXO-16ports

for incoming you can need with telco as already mentioned Mohammed how they are sending call .

Br,
nadeem

Br, Nadeem Please rate all useful post.

View solution in original post

2 Replies 2

For outgoing call, configure trunk group which includes all FXO ports. Then in your pots dialpeers point to the trunk group.

For incoming calls, it depends on your telco if they enable hunt across FXO ports

Nadeem Ahmed
Cisco Employee
Cisco Employee

Trunk group FXO-16PORTS
hunt-scheme sequential both down

voice-port 0/0/0
Trunk-group FXO-16PORTS
connection plar 100
caller-id enable

voice-port 0/0/1
Trunk-group FXO-16PORTS
connection plar 100
caller-id

and so on .....create same config for rest other ports and associate with trun-group name FXO-16PORTS (you can also define the preference )



dial-peer voice 1 pots
destination-pattern 9[2-9]......
trunkgroup FXO-16ports
end

dial-peer voice 2 pots
destination-pattern 91..........
trunkgroup FXO-16ports

for incoming you can need with telco as already mentioned Mohammed how they are sending call .

Br,
nadeem

Br, Nadeem Please rate all useful post.