Member
Last active 15 years ago
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
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
That's great, all working now - thanks!
Thanks Nicolas. If I've understood right, I think I am doing what you describe:
Part of: buttons.cfg
[SIP/83205]
type=extension
context=default
label=83205 Patrick
extenvoicemail=8500@default
mailbox=83205@default
Part of /usr/local/fop2/fop2.cfg:
user=83205:83205:all
user=83206:83206:all
user=83207:83207:all
user=83208:83208:all
user=83209:83209:all
buttonfile=buttons.cfg
Any other ideas? I'd love to get this working properly & be able to sign up for a licence...
Patrick
Hi,
I've installed fop2 on a server that is remote to my asterisk box (astlinux based on asterisk 1.4). manager.conf has the read/write permissions set as
read = system,call,command,agent,user,originate
write = system,call,command,agent,user,originate
for the remote user.
fop2.cfg has user=<name>:<pass>:all
I'm assuming that the lack of a toolbar is somehow down to a permissions problem, but I can't see where the issue might be. Line status is correctly displayed on the panel so at a basic level communication is OK. Any ideas?
Thanks
Patrick