04-04-2026, 01:14 PM
I am using Intraweb 15.6.1 with C++ Builder (Rad Studio 10.2.3).
In my application I am making voice calls using Twilio conferences.
When setting up a Twilio conference one of the parameters is the statuscallback which is of the type:
statusCallback="https://myapp.com/events"
The purpose of that URL is to receive notifications from Twilio server to the Intraweb application about the progress of the voice call: Initiated, Ringing, Answered, etc...
The calls from my Intraweb application to Twilio server are made using TNetHTTPClient and TNetHTTPRequest components.
So, the question is: How to setup my Intraweb application so that I can provide a statuscallback to monitor the outgoing voice call with Twilio conference?
In my application I am making voice calls using Twilio conferences.
When setting up a Twilio conference one of the parameters is the statuscallback which is of the type:
statusCallback="https://myapp.com/events"
The purpose of that URL is to receive notifications from Twilio server to the Intraweb application about the progress of the voice call: Initiated, Ringing, Answered, etc...
The calls from my Intraweb application to Twilio server are made using TNetHTTPClient and TNetHTTPRequest components.
So, the question is: How to setup my Intraweb application so that I can provide a statuscallback to monitor the outgoing voice call with Twilio conference?

