]> git.ipfire.org Git - thirdparty/asterisk.git/commit
pbx_variables: add missing ASTSBINDIR variable
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 8 Jan 2022 15:09:13 +0000 (15:09 +0000)
committerNaveen Albert <asterisk@phreaknet.org>
Sat, 8 Jan 2022 15:09:13 +0000 (15:09 +0000)
commitfbaf74bd3a24ee9ef02fe63aab15e60288b00af5
treeb33c1231224ae1d110afb20d6f9b8704e787087f
parentbc59b66de32e320a959118a7315426e02127f101
pbx_variables: add missing ASTSBINDIR variable

Every config variable in the directories
section of asterisk.conf currently has a
counterpart built-in variable containing
the value of the config option, except
for the last one, astsbindir, which should
have an ASTSBINDIR variable.

However, the actual corresponding ASTSBINDIR
variable is missing in pbx_variables.c.

This adds the missing variable so that all
the config options have their corresponding
variable.

ASTERISK-29847 #close

Change-Id: I36006faf471825b36ebc8aa5e87a3bcb38d446fc
main/pbx_variables.c