]> git.ipfire.org Git - thirdparty/asterisk.git/commit
"show" completion option for "queue" shouldn't appear twice
authorKinsey Moore <kmoore@digium.com>
Tue, 25 Sep 2012 18:24:59 +0000 (18:24 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 25 Sep 2012 18:24:59 +0000 (18:24 +0000)
commita645b4c5c9e8d14f3b016aceb1442e26446ac57c
tree4d6b26cec59658d888d9ec1d5c5306f9ba37d137
parent1db1f76ee70358b0cd94ae540e9ca6dd6004b7d1
"show" completion option for "queue" shouldn't appear twice

When tab-completing CLI commands starting with "queue", "show" appeared
twice in the list due to the way that Asterisk's tab completion
functions and the order in which the commands were registered. The
registration order has been altered to resolve this issue.

(closes issue AST-940)
Reported-by: Steve Pitts
........

Merged revisions 373666 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 373675 from http://svn.asterisk.org/svn/asterisk/branches/10

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@373688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c