Mike Trest - Personal wrote: > Hi, > Can someone point me to a zapata.conf example that will create a > single DIAL OUT > group including all 4 spans on a TE4XXP? > > One friend says to change the group number all to "1" on all 4 spans. > Another suggestions says it is possible to have these unique groups (1-4) > and to combine all 4 into a single group "5". > > I like the second suggestion best. > > Can you guide me to the correct changes for my current zapata.conf? > The 4 spans are stand alone E1/PRI trunks (Not NFAS). > > The CURRENT channel and group statements are: > ;Span 1 group=1 channel => 1-15,17-31 > ;Span 2 group=2 channel => 32-46,48-62 > ;Span 3 group=3 channel => 63-77,79-93 > ;Span 4 group=4 channel => 94-103,110-124 > > > > > Thanks, ..mike.. > > > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > Try:
group=0,1 channel => 1-15,17-31 group=0,2 channel => 32-46,48-62 group=0,3 channel => 63-77,79-93 group=0,4 channel => 94-103,110-124 This allows you to use group 0 to dial out over all 4 spans, but each span still has it's own group that you can use to troubleshoot. You can break this down even further if you need. _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
