]> 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:13 +0000 (09:12 -0500)
commita3af7ef7e79d4036a06112b2c06a616c13a9c3d1
tree28dc57e63389ef1769974383d77892a00bbe07e6
parent1a40a6d55a0909d4a90f7430b1aefcbfa306407a
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