"show" completion option for "queue" shouldn't appear twice
authorKinsey Moore <kmoore@digium.com>
Tue, 25 Sep 2012 18:33:59 +0000 (18:33 +0000)
committerKinsey Moore <kmoore@digium.com>
Tue, 25 Sep 2012 18:33:59 +0000 (18:33 +0000)
commit0a9d89d6be870d3b55dccd150ae5202aa5e46e65
tree7d5f234ade01ebea5e0172e6755ba15b69766996
parent23be67622dc9916f9b206c995de925071acf4796
"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
........

Merged revisions 373688 from http://svn.asterisk.org/svn/asterisk/branches/11

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