08-13-2016 07:54 AM - edited 03-17-2019 07:49 AM
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.
Solved! Go to Solution.
08-13-2016 09:04 PM
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
08-13-2016 09:25 AM
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
08-13-2016 09:04 PM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide