Krucker13,
Thanks for posting. You should be able to distribute calls equally between two PRIs by selecting the proper resource selection on the grouped-trunk. Below is an example of the PRI portion of the configuration.
!
interface t1 0/3
tdm-group 1 timeslots 1-24
no shutdown
!
interface t1 0/4
tdm-group 1 timeslots 1-24
no shutdown
!
interface pri 1
connect t1 0/3 tdm-group 1
no shutdown
!
interface pri 2
connect t1 0/4 tdm-group 1
no shutdown
!
isdn-group 1
connect pri 1
!
isdn-group 2
connect pri 2
!
voice trunk T02 type isdn
connect isdn-group 1
!
voice trunk T03 type isdn
connect isdn-group 2
!
voice grouped-trunk PRI
trunk T02
trunk T03
accept $
resource-selection circular
Feel free to respond to this post if you have any questions.
Thanks!
David
Krucker13,
Thanks for posting. You should be able to distribute calls equally between two PRIs by selecting the proper resource selection on the grouped-trunk. Below is an example of the PRI portion of the configuration.
!
interface t1 0/3
tdm-group 1 timeslots 1-24
no shutdown
!
interface t1 0/4
tdm-group 1 timeslots 1-24
no shutdown
!
interface pri 1
connect t1 0/3 tdm-group 1
no shutdown
!
interface pri 2
connect t1 0/4 tdm-group 1
no shutdown
!
isdn-group 1
connect pri 1
!
isdn-group 2
connect pri 2
!
voice trunk T02 type isdn
connect isdn-group 1
!
voice trunk T03 type isdn
connect isdn-group 2
!
voice grouped-trunk PRI
trunk T02
trunk T03
accept $
resource-selection circular
Feel free to respond to this post if you have any questions.
Thanks!
David
Krucker13,
I went ahead and flagged the "Correct Answer" on this post to make it more visible and help other members of the community find solutions more easily. If you don't feel like the answer I marked was correct, feel free to come back to this post and unmark it and select another in its place with the applicable buttons. If you still need assistance, we would be more than happy to continue working with you on this - just let us know in a reply.
Thanks,
David
Thanks for the help David, sorry for the late reply.