Call Center queue does not work on first creation

wagner.correia

New Member
Oct 2, 2024
1
0
1
30
Hello,

I have a situation in the FusionPBX API integration, where whenever I create a new “call center” queue, this queue does not work. I need to open the FusionPBX panel and click “save” for it to work.

In my API call, after creating the queue, I still call the following commands via API:

Reload Xml Reload Queue

Even so, I need to open the FusionPBX panel only once and click save on the queue, after that I can do everything via API, but the first time I create it, I need to go to the panel and click “save”.

If I do not click save, when I try to establish a connection with the queue, the call does not even start.

Is there any other command I should execute?
 
Queues need to be reloaded via the CLI command. Saving info in DB is not enough. When you hit save on the portal, it does it in the background.