]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dahdi: Don't ignore setvar when using configuration section scheme.
authorAsterisk Autobuilder <asteriskteam@digium.com>
Fri, 19 Dec 2014 20:37:24 +0000 (20:37 +0000)
committerAsterisk Autobuilder <asteriskteam@digium.com>
Fri, 19 Dec 2014 20:37:24 +0000 (20:37 +0000)
commitd05f5cf00f72e2bfc02ef4563c1a087701b61e9a
treefe92fb9e7b17c8b0404eeed3d8771733a4cb8425
parentd17bfb44d8a38b323c32a9362ba6df7c98900e52
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
........

Merged revisions 429829 from http://svn.asterisk.org/svn/asterisk/branches/13

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