Fop2 seems to remember the names of all agents in the queue, even if they are deleted from the asterisk agent.conf - how can force it to resynchronise so that agents that no longer exist are not displayed?
Thanks
Patrick
Fop2 seems to remember the names of all agents in the queue, even if they are deleted from the asterisk agent.conf - how can force it to resynchronise so that agents that no longer exist are not displayed?
Thanks
Patrick
OK - I solved this. Asterisk persists queue members in astdb, so they survive a restart. Deleting the persistent queue tree in astdb (database deltree) and then restarting asterisk removed the phantom queue members from FOP2.
Patrick