- Joined
- Apr 8, 2021
- Messages
- 7
- Reaction score
- 20
I'm testing the 3CX API V20.
I set up a "client ID" in API Integrations and connected it to our web system, OK everything works fine.
So, I send a number to call from this web system via API to dial an external number using 3CX provider (i.e. an outgoing call from the API to an external number). This works OK too.
But I need to transfer this ongoing call to a 3CX IVR, but it doesn't work, Nginx blocks the SECOND attempt. The FIRST always works after restarting the 3CX Configuration server service.
I'm using /callcontrol/{dnnumber}/participants/{id}/{action} with the "transferto" action According to the doc: https://www.3cx.com/docs/call-control-api-endpoints/#h.ckrosi8ylmt9
Should this work? Could someone help me?
I set up a "client ID" in API Integrations and connected it to our web system, OK everything works fine.
So, I send a number to call from this web system via API to dial an external number using 3CX provider (i.e. an outgoing call from the API to an external number). This works OK too.
But I need to transfer this ongoing call to a 3CX IVR, but it doesn't work, Nginx blocks the SECOND attempt. The FIRST always works after restarting the 3CX Configuration server service.
I'm using /callcontrol/{dnnumber}/participants/{id}/{action} with the "transferto" action According to the doc: https://www.3cx.com/docs/call-control-api-endpoints/#h.ckrosi8ylmt9
Should this work? Could someone help me?