]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli: Auto-complete File not Module for core set debug. 38/4138/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:45 +0000 (03:34 -0500)
commitbce0fd417956f8245b0f85292792e00e95720de5
tree78f712ce1416d684a4a25dd3c90d2ea897343ad6
parent249ee4c4d874d8e36dcd0d08080b0bb2ebfd7ba6
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