]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_dadhi: Fix setvar in dahdi channels
authorGuido Falsi <madpilot@FreeBSD.org>
Thu, 18 Jun 2020 10:14:26 +0000 (12:14 +0200)
committerJoshua Colp <jcolp@sangoma.com>
Fri, 19 Jun 2020 14:12:31 +0000 (09:12 -0500)
commitd88e230037a9810abb69454a8c766492aa16fc5e
treec2ea31465330fa4a6817f6c1b15af3476aa38c7c
parentee8ea9275ffb0adf20faae2e8fce4bbad330e994
chan_dadhi: Fix setvar in dahdi channels

The change to how setvar works for various channels performed in
ASTERISK~23756 missed some required change in the dahdi channel,
where the variables are actually set while reading configuration.
This change should fix the issue.

ASTERISK-28955

Change-Id: Ibfeb7f8cbdd735346dc4028de6a265f24f9df274
channels/chan_dahdi.c