Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SCG

Pages: [1]
1
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.

Pages: [1]