]> 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)
committerN A <mail@interlinked.x10host.com>
Tue, 11 Jan 2022 15:29:45 +0000 (09:29 -0600)
commit18593883419fca60696e771ee5eac873ab0be0d4
tree00772392af89db2ca73b3587cebaa9bb8eb074d0
parentd014cedf5da56f09b5561bf33bb69fa535407534
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