[asterisk-bugs] [Asterisk 0017441]: [patch] priexclusive in chan_dahdi.conf ignored when reloading dahdi module
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Jul 16 15:18:54 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: minor
Priority: normal
Status: feedback
Target Version: 1.6.2.11
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-16 15:18 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? :-)
======================================================================
----------------------------------------------------------------------
(0124650) svnbot (reporter) - 2010-07-16 15:18
https://issues.asterisk.org/view.php?id=17441#c124650
----------------------------------------------------------------------
Repository: asterisk
Revision: 277419
U branches/1.4/channels/chan_dahdi.c
------------------------------------------------------------------------
r277419 | rmudgett | 2010-07-16 15:18:53 -0500 (Fri, 16 Jul 2010) | 15
lines
priexclusive in chan_dahdi.conf ignored when reloading dahdi module
During a reload, the priexclusive and outsignalling parameters are not
read in from the config file as intended. Unfortunately, they get set to
defaults as a result. This patch makes sure that they do not get set to
defaults during a reload.
(closes issue https://issues.asterisk.org/view.php?id=17441)
Reported by: mtryfoss
Patches:
issue17441_v1.4.patch uploaded by rmudgett (license 664)
issue17441_v1.6.2.patch uploaded by rmudgett (license 664)
issue17441_trunk.patch uploaded by rmudgett (license 664)
Tested by: rmudgett
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=277419
Issue History
Date Modified Username Field Change
======================================================================
2010-07-16 15:18 svnbot Checkin
2010-07-16 15:18 svnbot Note Added: 0124650
======================================================================
More information about the asterisk-bugs
mailing list