]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli: Enable ast_cli_completion_add on public completion generators.
authorCorey Farrell <git@cfware.com>
Wed, 14 Mar 2018 17:38:01 +0000 (13:38 -0400)
committerCorey Farrell <git@cfware.com>
Thu, 15 Mar 2018 11:27:33 +0000 (05:27 -0600)
commit73885c60559436efd1ea989ae8e46dcf29f354cf
treee8574f34f011e99cf49122aa51f62c338f0ea3ba
parent8a2abfccc46024874c0b02711b9bc1dd4cb4c4c1
cli: Enable ast_cli_completion_add on public completion generators.

* ast_cli_complete
* ast_complete_channels
* ast_complete_applications

These generators will now use ast_cli_completion_add if state == -1.

Change-Id: I7ff311f0873099be0e43a3dc5415c0cd06d15756
main/cli.c
main/pbx_app.c