[Home]

Summary:ASTERISK-06615: group= variable in zapata.conf not initialized
Reporter:Michael Hempel (mhempel)Labels:
Date Opened:2006-03-24 11:06:16.000-0600Date Closed:2006-03-24 12:39:20.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I stumbled across this when setting up our Asterisk server again.
Apparently the group variable in zapata.conf is not initialized to 0 when the parsing/processing of zapata.conf begins. This had an effect when I had the following lines in the config:

channel=>1-23
group=0

instead of:

group=0
channel=>1-23

When it is setup in the last fashion it works okay, but when setup in the first fashion then the group is basically assigned at random to this channel trunk.

We have Asterisk@Home 2.7 with a Digium TE406P.

Comments:By: Matt O'Gorman (mogorman) 2006-03-24 12:39:20.000-0600

not a bug.  Zapata.conf is read top down.  It does not have the same [general] [item]
features= var

[item2]
....


that the rest of asterisk config files have.