cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
562
Views
5
Helpful
1
Replies

multi fxo port for one destination

consider we have one destination for example

 

 

dial-peer voice 100 pots
destination-pattern .%
port 0/1/0

 

and we have 7 fxo port

we want for this destination pattern we use all the fxo port and use them in randomly

 

what should I do ?


multi fxo port for one destination

1 Accepted Solution

Accepted Solutions

Georgios Fotiadis
VIP Alumni
VIP Alumni

 

Firstly, create an FXO group:

trunk group FXO_GROUP
 hunt-scheme random

Then apply this group to every FXO voice port:

voice-port x/x/x
 trunk-group FXO_GROUP

 

Georgios
Please rate if you find this helpful.

View solution in original post

1 Reply 1

Georgios Fotiadis
VIP Alumni
VIP Alumni

 

Firstly, create an FXO group:

trunk group FXO_GROUP
 hunt-scheme random

Then apply this group to every FXO voice port:

voice-port x/x/x
 trunk-group FXO_GROUP

 

Georgios
Please rate if you find this helpful.