]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ast_coredumper: Fix output directory and variable precedence
authorGeorge Joseph <gjoseph@digium.com>
Tue, 15 May 2018 13:45:20 +0000 (07:45 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Thu, 24 May 2018 19:00:06 +0000 (13:00 -0600)
commitacfdfcd19e4064d77a8bda2c937bab59d0db3462
treeedb73ba0cdb55b506a643b274fa51a17bb7ad72a
parentbb33dafa8f90a03a0254f87370ddc8a9e32856bf
ast_coredumper:  Fix output directory and variable precedence

The OUTPUTDIR variable in ast_debug_tools.conf.sample is now set
to "/tmp" instead of "/some/directory".

Variables set on the command line or that are already in the
environment now take predecence over variables set in the config files.

ASTERISK-27846
Reported by: Ted G

Change-Id: Ie8baec52d531886bf5849ec1d59bb59dc87ad387
configs/samples/ast_debug_tools.conf.sample
contrib/scripts/ast_coredumper