[asterisk-bugs] [JIRA] (ASTERISK-19803) asterisk cli no tab completion for removing queue member with MEMBER_NAME variable
Joshua Colp (JIRA)
noreply at issues.asterisk.org
Tue Dec 19 05:57:08 CST 2017
[ https://issues.asterisk.org/jira/browse/ASTERISK-19803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua Colp updated ASTERISK-19803:
-----------------------------------
Affects Version/s: 13.18.4
> asterisk cli no tab completion for removing queue member with MEMBER_NAME variable
> -----------------------------------------------------------------------------------
>
> Key: ASTERISK-19803
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-19803
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Applications/app_queue
> Affects Versions: 1.8.11.1, 13.18.4
> Environment: Ubuntu 10.04 i386 server`
> Reporter: Aleksander Mischenko
> Severity: Minor
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list