]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli: Fix various CLI documentation and completion issues 35/4935/1
authorSean Bright <sean.bright@gmail.com>
Sat, 11 Feb 2017 15:57:03 +0000 (10:57 -0500)
committerSean Bright <sean.bright@gmail.com>
Mon, 13 Feb 2017 15:57:16 +0000 (10:57 -0500)
commitea8a610776ca80ddb2302543e32b487896ad2f5c
tree99e81d8c71322715eedb8fa59cb2d72e807de512
parentc7fcc4468ffd54066129a982ff5b0a3cdfa7c5e0
cli: Fix various CLI documentation and completion issues

* app_minivm: Use built-in completion facilities to complete optional
arguments.

* app_voicemail: Use built-in completion facilities to complete
optional arguments.

* app_confbridge: Add missing colons after 'Usage' text.

* chan_alsa: Use built-in completion facilities to complete optional
arguments.

* chan_sip: Use built-in completion facilities to complete optional
arguments. Add completions for 'load' for 'sip show user', 'sip show
peer', and 'sip qualify peer.'

* chan_skinny: Correct and extend completions for 'skinny reset' and
'skinny show line.'

* func_odbc: Correct completions for 'odbc read' and 'odbc write'

* main/asterisk: Correct and extend completions for 'core show file
version.'

* main/astmm: Use built-in completion facilities to complete arguments
for 'memory' commands.

* main/bridge: Correct completions for 'bridge kick.'

* main/ccss: Use built-in completion facilities to complete arguments
for 'cc cancel' command.

* main/cli: Add 'all' completion for 'channel request hangup.' Correct
completions for 'core set debug channel.' Correct completions for 'core
show calls.'

* main/pbx_app: Remove redundant completions for 'core show
applications.'

* main/pbx_hangup_handler: Remove unused completions for 'core show
hanguphandlers all.'

* res_sorcery_memory_cache: Add completion for 'reload' argument of
'sorcery memory cache stale' and properly implement.

Change-Id: Iee58c7392f6fec34ad9d596109117af87697bbca
15 files changed:
apps/app_minivm.c
apps/app_voicemail.c
apps/confbridge/conf_config_parser.c
channels/chan_alsa.c
channels/chan_sip.c
channels/chan_skinny.c
funcs/func_odbc.c
main/asterisk.c
main/astmm.c
main/bridge.c
main/ccss.c
main/cli.c
main/pbx_app.c
main/pbx_hangup_handler.c
res/res_sorcery_memory_cache.c