Member
Last active 12 years ago
Yes, all manually configured.
mysql> select name,context from queue_table;
+------+---------+
| name | context |
+------+---------+
| 1 | |
+------+---------+
The context in the realtime database is empty. Shoud I set one? Or use the context from the dialplan where the calls come in or which one?
The extension is the name of the queue:
[QUEUE/1]
type=queue
label=BuZe I 30
extension=1
context=out
is that ok?
It show queus and agents, but updates only when poll_interval takes place (I believe).
Udo
... adding a queue member in realtime will not make it appear in fop2, unless you signal the manager with a reload or you modify your realtime application to fire some manager events.
I'm facing exactly this problem: Queues and members in realtime, but they are not updated in FOP2 (latest version, licensed). What manager events do I need to 'fire' to signal it to FOP2 ?
Udo