[Home]

Summary:ASTERISK-12793: Bang not showing up in <tab> on CLI
Reporter:Michiel van Baak (mvanbaak)Labels:
Date Opened:2008-09-28 18:04:59Date Closed:2008-10-03 17:00:07
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:During a CLI audit we found out ! is no longer showing up when you hit the TAB key

****** STEPS TO REPRODUCE ******

run 'asterisk -r' and then hit the TAB key

****** ADDITIONAL INFORMATION ******

1.4 and earlier do this correctly. Must be a bug in the new cli handling.
Comments:By: Digium Subversion (svnbot) 2008-10-03 17:00:05

Repository: asterisk
Revision: 146198

U   trunk/main/cli.c

------------------------------------------------------------------------
r146198 | seanbright | 2008-10-03 17:00:05 -0500 (Fri, 03 Oct 2008) | 7 lines

Resolve a subtle bug where we would never successfully be able to get
the first item in the CLI entry list.  This was preventing '!' from
showing up in either 'help' or in tab completion.

(closes issue ASTERISK-12793)
Reported by: mvanbaak

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=146198