I'm using twilio-ruby (5.15.1)
My users call a Twilio phone number. Using the Incoming Call webhook my server picks up the call.
The Call Status Changes webhook is setup however that endpoint only receives completed
statuses.
I'm interested in reacting to in-progress
status but that never gets sent to my call status change endpoint.
I cannot execute the code I need to execute after the call starts, inside the incoming call webhook since the call status there is still ringing
.
What am I missing here?