[asterisk-users] Use one group for ISN truncs

Tzafrir Cohen tzafrir.cohen at xorcom.com
Mon Jun 28 03:10:58 CDT 2010


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.cohen at xorcom.com
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



More information about the asterisk-users mailing list