![]() |
|
StatusCallback URL for Twilio Conference - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: StatusCallback URL for Twilio Conference (/thread-6040.html) |
StatusCallback URL for Twilio Conference - valmeras - 04-04-2026 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? |