Log in to asterisk CLI
asterisk -r
Use the following command to show the members in the queue.
queue show <queue name>
To remove a member listed in that queue
queue remove member <member name> from <queue name>
Hitting 'tab' after 'queue remove member' will list the members that are available.
asterisk -r
Use the following command to show the members in the queue.
queue show <queue name>
To remove a member listed in that queue
queue remove member <member name> from <queue name>
Hitting 'tab' after 'queue remove member' will list the members that are available.