[Home]

Summary:ASTERISK-19803: asterisk cli no tab completion for removing queue member with MEMBER_NAME variable
Reporter:Aleksander Mischenko (mealstrom)Labels:
Date Opened:2012-04-27 03:02:42Date Closed:
Priority:MinorRegression?
Status:Open/NewComponents:Applications/app_queue
Versions:1.8.11.1 13.18.4 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Ubuntu 10.04 i386 server`Attachments:
Description:When adding member to queue without member_name it appears like
queuname1 has 0 calls (max 10) in 'rrmemory' strategy (41s holdtime, 124s talktime), W:0, C:584, A:58, SL:83.6% within 30s
  Members:
     SIP/4220 (dynamic) (paused) (Busy) has taken 8 calls (last was 2715 secs ago)

Now you can delete member like
#queue remove member SIP/42[TAB] -> SIP/4220 from queuename1

When you adding some member to queue with AGI and MEMBER_NAME variable it looks like:
MEMBER_NAME=my.operator
queuname1 has 0 calls (max 10) in 'rrmemory' strategy (41s holdtime, 124s talktime), W:0, C:584, A:58, SL:83.6% within 30s
  Members:
     my.operator (SIP/4220) (dynamic) (paused) (Busy) has taken 8 calls (last was 2715 secs ago)

And now you cant delete it from CLI like first one with <TAB> key.
#queue remove member <TAB> -- and nothing here. If you specifies like
#queue remove member SIP/4220 from queuename1 -> this will work.
Comments: