Hi!
We were using queue realtime with cURL backend in Asterisk 11 like:
queues => curl, …
queue_members => curl, …
This worked fine.
Now we are upgrading to Asterisk 13. Is this queue backend still supported?? How is the the naming convention?? So I could use it like:
sorcery.conf
queues=realtime,ps_queues
queue_members=realtime,ps_queue_members
extconfig.conf
ps_queues => curl, “127.0.0.1:9080/api/queues”,"“
ps_queue_members => curl,“127.0.0.1:9080/api/queuem”,”"
Any other configuration issue that I should be aware of??
Thanks,
Timo