]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Ensure "rules" is tab-completable for "queue show"
authorKinsey Moore <kmoore@digium.com>
Thu, 6 Sep 2012 14:28:33 +0000 (14:28 +0000)
committerKinsey Moore <kmoore@digium.com>
Thu, 6 Sep 2012 14:28:33 +0000 (14:28 +0000)
commitdaf2b4fb9e083c3350d59c7e27c2a282e87bd3eb
tree50b78ab6eb30028d15bb6c45e5e1fa8397190a2c
parentbabb1aa1ec847e9092054aa52345307b237d5cf1
Ensure "rules" is tab-completable for "queue show"

Previously, tabbing at the end of "queue show" produced a list of
available queues about which information could be shown, but did not
include an alternative command, "rules", to access information about
queue rules. The "rules" item should now be shown in the list of
tab-completable items.

(closes issue AST-958)
Reported-by: John Bigelow
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@372444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c