]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Don't ignore setvar when using configuration section scheme.
authorRichard Mudgett <rmudgett@digium.com>
Fri, 19 Dec 2014 17:31:28 +0000 (17:31 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Fri, 19 Dec 2014 17:31:28 +0000 (17:31 +0000)
commit7074bf956b1ec215b55176c5f0137924450a2749
tree3348f98bc14a06faa07ea3e46bce16dc09a11126
parent6a99df47c09e9d9f51ea6afba76b259832eadb51
chan_dahdi: Don't ignore setvar when using configuration section scheme.

When the configuration section scheme of chan_dahdi.conf is used (keyword
dahdichan instead of channel) all setvar= options are completely ignored.
No variable defined this way appears in the created DAHDI channels.

* Move the clearing of setvar values to after the deferred processing of
dahdichan.

AST-1378 #close
Reported by: Guenther Kelleter
Patch by: Guenther Kelleter
........

Merged revisions 429825 from http://svn.asterisk.org/svn/asterisk/branches/11

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