Hide unregisterd queue list members
Hi there.
We have a bunch of static agents that use softphones to answer queue calls. We'd like to have it when the computer is off and the softphone isn't registered that the extension not show up in the queue list. How can we do that? We already have it not show up in the extension list when offline, but it's still in the queues with a busy icon over it?
We have a bunch of static agents that use softphones to answer queue calls. We'd like to have it when the computer is off and the softphone isn't registered that the extension not show up in the queue list. How can we do that? We already have it not show up in the extension list when offline, but it's still in the queues with a busy icon over it?
Comments
sip phone registration is not reflected in the queue member status information in asterisk. Fop2 will read status from the queue events only, and will display all members as returned by asterisk. try in the asterisk cli:
asterisk -rx "queue show"
What you see there is what you will see on screen.