[Home]

Summary:ASTERISK-02200: Tab Completion Repeating
Reporter:damin (damin)Labels:
Date Opened:2004-08-07 12:08:15Date Closed:2004-09-25 02:11:25
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Enter "pri debug span" and hit Tab several times to demonstate.

asterisk*CLI> pri debug span 1 1 1 1 1 1 1 1 1 1 1 1 1

Comments:By: egnarf (egnarf) 2004-08-07 12:10:45

Happens here too.
It seems to ignore the aditional 1's though

By: damin (damin) 2004-08-07 12:20:50

On a different asterisk box, I can reproduce this with the following:

tori*CLI> soft hangup Zap/1-1 Zap/1-1 Zap/1-1 Zap/1-1 Zap/1-1 Zap/1-1 Zap/1-1 Zap/1-1 Zap/1-1

By: Clod Patry (junky) 2004-08-07 14:10:40

I've remark this too:
debian*CLI> show cha <tab>
 (its gonna write "show channels" which is normal)
debian*CLI> show  ch <tab>
(it's wont complete the words channels, cause it has a space 2 spaces, so it can't complete the word.)

example:
debian*CLI> show channels
       Channel  (Context    Extension    Pri )   State Appl.         Data
0 active channel(s)
debian*CLI> show  ch
(nothing happens here)

we should trim the space too, to be able to get a word completion/words list.

edited on: 08-07-04 14:36

By: Mark Spencer (markster) 2004-08-07 15:41:53

Fixed in CVS