QueueMetrics forum

QueueMetrics => Running QueueMetrics => Topic started by: luiz@tribecapediatrics on August 14, 2012, 15:51:03

Title: Any way to log out agents from admin page?
Post by: luiz@tribecapediatrics on August 14, 2012, 15:51:03
I was wondering if there is anyway we can force an agent to logout from the queue they are logged into. Or if there anyway we can force a global log out at certain time, like running a cron job.

Thanks.

Luiz
Title: Re: Any way to log out agents from admin page?
Post by: QueueMetrics on August 24, 2012, 11:46:49
In recent versions of QM you can usually log-off agents from the administrator's page. As an alternative, you can create a cron job that does something like:

Code: [Select]
asterisk -rx "queue remove member Agent/101 from q127"
asterisk -rx "queue remove member Local/103@from-internal/n from q127"
....

and so on...
Title: Re: Any way to log out agents from admin page?
Post by: luiz@tribecapediatrics on September 04, 2012, 19:18:24
I am running the latest version but I still can't find where to log off the agents from the Administrator screen.

Thank you

Title: Re: Any way to log out agents from admin page?
Post by: Anthony on September 05, 2012, 09:30:46
The latest version offers drop-down menus available to administrators from the Realtime monitoring page.

These features are described and shown in the following link:

http://www.queuemetrics.com/manuals/QM_WhatsNew-chunked/ar01s04.html#B1624_733 
Title: Re: Any way to log out agents from admin page?
Post by: SCG on July 31, 2015, 15:51:56
In recent versions of QM you can usually log-off agents from the administrator's page. As an alternative, you can create a cron job that does something like:

Code: [Select]
asterisk -rx "queue remove member Agent/101 from q127"
asterisk -rx "queue remove member Local/103@from-internal/n from q127"
....

and so on...


Thanks for these cron stuffs.  Another way to do this from the VOIP phone is to dial the QueueExtension followed by **, and then follow the IVR instructions.