[Home]

Summary:ASTERISK-05669: meetme list tab completion broken
Reporter:Matt Ranney (mjrmjr2)Labels:
Date Opened:2005-11-21 12:06:59.000-0600Date Closed:2006-04-04 11:27:45
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:In asterisk 1.0 the CLI would give a tab completed list of all meetme conferences that were active when doing:

meetme list <TAB>

In 1.2 and CVS head this no longer works for me.
Comments:By: Tilghman Lesher (tilghman) 2005-11-21 14:05:55.000-0600

This is broken for all CLI commands which have multiple completions, not just meetme.  For example "add extension foo <tab>" should auto complete to "add extension foo into ".

Broken in cli.c.

By: Tilghman Lesher (tilghman) 2005-11-21 14:14:49.000-0600

Reverting ASTERISK-5270 fixes this one.

By: Russell Bryant (russell) 2005-11-24 09:15:13.000-0600

Reverting ASTERISK-5270 leaves the original problem described there, so we'll have to come up with the correct fix for these issues.

By: Jason Parker (jparker) 2006-01-06 01:10:52.000-0600

drumkilla, Corydon, had any more thoughts on this?

/Housekeeping

By: Mark Spencer (markster) 2006-01-07 08:17:24.000-0600

Try latest SVN trunk, I think I've gotten the CLI put back together.

By: Jason Parker (jparker) 2006-01-07 13:33:05.000-0600

It works if I do "meetme list 6<tab>" but not "meetme list<tab>" or "meetme list <tab>"

By: Luigi Rizzo (rizzo) 2006-01-07 17:16:58.000-0600

north, mark: would you like to try the version of pbx_config.c in
http://bugs.digium.com/view.php?id=6066
and see if it fixes the problem ?
it is a drop-in replacement for the old pbx_config.c,
based on svn7331, and the only recent change to
pbx_config.c (svn7832) is already included.

By: Olle Johansson (oej) 2006-03-04 16:57:18.000-0600

north, mark - any feedback?

By: Matt O'Gorman (mogorman) 2006-03-07 16:26:30.000-0600

rizzo your pbx_config.c does not solve this problem.  Thought you might want to look into it.

By: Luigi Rizzo (rizzo) 2006-03-07 16:54:32.000-0600

mogorman, then probably we need also some changes i have in cli.c,
but i have no time now to extract the relevant pieces.
If you want to give a try to my branch asterisk/team/rizzo/base
and see how it works for you (it does for me), then we can see if the problem is
fixed there and try to extract and merge the relevant changes.

By: Matt O'Gorman (mogorman) 2006-03-07 17:04:28.000-0600

okay that sounds good thanks for quick response

By: Olle Johansson (oej) 2006-04-04 08:55:35

mogorman: Any updates on this issue?

/Housekeeping

By: Luigi Rizzo (rizzo) 2006-04-04 11:19:39

for the record, the code i mentioned in ASTERISK-5908 has been committed to trunk
so it would be useful if people could check how it works now.

By: Matt O'Gorman (mogorman) 2006-04-04 11:27:34

fixed with fix from 6066 thanks rizzo