[asterisk-bugs] [Asterisk 0009503]: [patch] separate sections in zapata.conf
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Nov 19 12:12:26 CST 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=9503
======================================================================
Reported By: tzafrir
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 9503
Category: Channels/chan_zap
Reproducibility: always
Severity: feature
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 60795
Disclaimer on File?: Yes
Request Review:
======================================================================
Date Submitted: 04-08-2007 14:29 CDT
Last Modified: 11-19-2007 12:12 CST
======================================================================
Summary: [patch] separate sections in zapata.conf
Description:
As chan_zap already supports parsing separate sections from users.conf,
there's no reason why it should parse sections in zapata.conf as well.
Possible issues:
* The name of the section is meaningless. This is quite unexpected.
* Which should be parsed first: users.conf's sections or zapata.conf's
sections?
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
related to 0007290 [patch] asterisk should not fail on cha...
======================================================================
----------------------------------------------------------------------
tzafrir - 11-19-07 12:12
----------------------------------------------------------------------
After a brief look at the parsing code, it seems that "signalling" is the
only parameter that mixes pri parameters and channel parameters.
But in fact this mixing is probably wrong: only in the case where chan.sig
is set to SIG_PRI , will pri.nodetype be set to something different.
So in such a case we should have:
[channel]
signalling = pri
[span]
prisignalling = pri_cpe
Just a thought. This is a different matter from the small (!) change
described in the patch above.
Issue History
Date Modified Username Field Change
======================================================================
11-19-07 12:12 tzafrir Note Added: 0073980
======================================================================
More information about the asterisk-bugs
mailing list