]> 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)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Fri, 19 Jun 2020 14:17:28 +0000 (09:17 -0500)
commit075510fd415677f9b119e7ef88a34bd13ab34e97
tree7d39c9d471a60c7c18e9137494820eab1d426667
parentbc7ce4619956b949002ca278b39f69f2732ee921
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