]> git.ipfire.org Git - thirdparty/asterisk.git/commit
priexclusive in chan_dahdi.conf ignored when reloading dahdi module
authorRichard Mudgett <rmudgett@digium.com>
Fri, 16 Jul 2010 20:18:54 +0000 (20:18 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 16 Jul 2010 20:18:54 +0000 (20:18 +0000)
commit308d8124033ab6e5508f1ca39c07a1de381cb436
treeeb5588fc484923ba914595457581b7d922d648c6
parent9f51a79d884fb176227ff6fd655f3e2f13e4f576
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 #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

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@277419 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_dahdi.c