On Mon, Jun 28, 2010 at 09:16:37AM +0200, Arjan Kroon | Mobillion wrote:
> Hi,
> 
> A question.
> We are using TE420 cards.
> Normally we configure for each truncs one group.
> group=1
> channel => 1-15,17-31
> group=2
> channel => 32-46,48-62
> group=3
> channel => 63-77,79-93
> group=4
> channel => 94-108,110-124
> 
> My question now, is it possible to join more groups to one group?
> Example:
> Group 1
> channel => 1-15,17-31
> channel => 32-46,48-62
> group=2
> channel => 63-77,79-93
> channel => 94-108,110-124

Err... sure:

group=1
channel => 1-15,17-31
group=1
channel => 32-46,48-62
group=2
channel => 63-77,79-93
group=2
channel => 94-108,110-124

Or:

group=1
channel => 1-15,17-31
channel => 32-46,48-62
group=2
channel => 63-77,79-93
channel => 94-108,110-124

Or:

group=1
channel => 1-15,17-31,32-46,48-62
group=2
channel => 63-77,79-93,94-108,110-124

> 
> We are using the group number for the dial en originate command.
> For example: Zap/g3/0612345678

For obvious reasons, this will not work on Asterisk versions >= 1.6.0 [1]

Note you can use something along the lines of:

group=1,11
channel => 1-15,17-31
group=2,11
channel => 32-46,48-62
group=3,12
channel => 63-77,79-93
group=4,12
channel => 94-108,110-124

In this case you can dial throgh g1, which will use channels of the
first port, or g11, which will use channels of the first two ports.

[1] The ChannelType Zap. Use DAHDI.

-- 
               Tzafrir Cohen
icq#16849755              jabber:tzafrir.co...@xorcom.com
+972-50-7952406           mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com  iax:gu...@local.xorcom.com/tzafrir

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to