Remove member from queue

Hello everyone.

I have some bug on FreePBX asterisk - can’t remove member from queue (dynamic member).

CLI> queue show 312

312 has 0 calls (max unlimited) in ‘rrmemory’ strategy (68s holdtime, 208s talktime), W:1, C:20, A:10, SL:60.0% within 60s
Members:
Local/998@from-queue/n from hint:998@ext-local (ringinuse enabled) (dynamic) (paused) (Not in use) has taken no calls yet

CLI> queue remove member Local/998@from-queue/n from 312
Unable to remove interface ‘Local/998@from-queue/n’ from queue ‘312’: Not there
Command ‘queue remove member Local/998@from-queue/n from 312’ failed.

Does anyone had the same problem?
Any solution?

If you are logged into the console, you can use “tab completion” to solve this:

queue remove member <tab>

That will list the first unique letters of the members of the queue that logged in. Just keep using <tab> to finish out the command string until you are happy with the result.

That’s exactly what i did.