]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli: Auto-complete File not Module for core set debug. 39/4139/1
authorAlexander Traud <pabstraud@compuserve.com>
Tue, 18 Oct 2016 08:01:47 +0000 (10:01 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Tue, 18 Oct 2016 08:34:59 +0000 (03:34 -0500)
commit662b560c3531d8b70bdf8b91e68ae965926663cd
tree737b03cdecd7eecfefe925b44f9d3a72616bc72e
parent633c9062ab402e66b48b640ae4c0147cb1b15507
cli: Auto-complete File not Module for core set debug.

Since Asterisk 1.8, the command "core set debug" on the command-line interface
asks not for a file (.c) but a module name. This change shows modules (.so) on
the auto-completion via a tabulator or the question mark. Now, when you
partially type a module name, TAB or ?, you get the correct candidiates.

ASTERISK-26480

Change-Id: I1213f1dd409bd4ff8de08ad80cb0c73cafb1bae0
main/cli.c