[asterisk-bugs] [Asterisk 0017441]: [patch] priexclusive in chan_dahdi.conf ignored when reloading dahdi module
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Jul 7 00:20:45 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17441
======================================================================
Reported By: mtryfoss
Assigned To: rmudgett
======================================================================
Project: Asterisk
Issue ID: 17441
Category: Channels/chan_dahdi
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
Target Version: 1.8
Asterisk Version: 1.6.2.7
JIRA: SWP-1624
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-06-02 03:06 CDT
Last Modified: 2010-07-07 00:20 CDT
======================================================================
Summary: [patch] priexclusive in chan_dahdi.conf ignored when
reloading dahdi module
Description:
Set priexclusive=yes i chan_dahdi.conf.
Steps:
1: restart asterisk
2: make call. Is placed with "Exclusive" in SETUP message
3: reload module (or "reload" in older versions)
4: make new call. Is placed with "Preferred" in SETUP message
This prooves that it should be possible to change that parameter on
regular reload instead for full restart? :-)
======================================================================
----------------------------------------------------------------------
(0124285) mtryfoss (reporter) - 2010-07-07 00:20
https://issues.asterisk.org/view.php?id=17441#c124285
----------------------------------------------------------------------
yeah, but when you're reloading asterisk, the priexclusive parameter is
ignored when reading the config file. Without my code, the exclusive var is
always set to 0 regardless of what your config file says.
So, you have to options:
1) Make the config file reader always take priexclusive into consideration
when reloading
or
2) Don't change the value of exclusive if it's already set (my patch)
Issue History
Date Modified Username Field Change
======================================================================
2010-07-07 00:20 mtryfoss Note Added: 0124285
======================================================================
More information about the asterisk-bugs
mailing list