Member
Last active 5 years ago
Hi
The issue is the function DbDel which had been depreciated since Asterisk 1.4 has now be removed, at least in Asterisk 16.
so in
/etc/asterisk/extensions_override_fop2.conf
this two lines must be changed
192: exten => *79,n,Noop(${DB_DELETE(fop2state/${CHAN})})
267: exten => *76,n,Noop(${DB_DELETE(fop2state/${CHAN})})
Please change in the next update
THX
Hi
using 2.31.18 plugins Presence Box DND Integration,Queue Pause from Presence box
Agent logged in via fop to queues , make pause or DND unpause and "undnd" - all ok
Now Agent goes to DND and later logged aut from queue - in fop the DND is gone the databse /fop2state/SIP/XX is deleted,
the DND/XX is not deleted - so the extension XX is still DND but not longer show in FOP
br
Marcelo
Hola,
pero igual el usuario con el permiso "all" puede desviar cualquier teléfono. Lo que se necesita es que el usuario pueda desviar SOLO su telefono
saludos
Hi,
using FOP2Callbacks.pm ,
...Code: Select all
} elsif($command eq "auth") {.....
I manage to create a auto dynamic agent login.
Now I would like to do an auto logoff when leaving fop2.
There is no flash send command when leaving fop2.
How can this be done
Thanks
Marcelo