A2P 10DLC Campaign Vetting Delays: We are experiencing delays while vetting 10DLC campaigns. Our third party is reviewing campaigns manually, and due to the high volume of requests, a queue has built up. Campaign reviews are expected to take longer. Twilio is working with the provider to help expedite this process. New details will be shared in our incident report as soon they become available.

Tracking the Status of an Outbound Twilio Voice Call

Twilio provides Programmable Voice outbound call status tracking with Status Callbacks. These callbacks can be helpful to see if a call has failed, successfully connected, or been ringing for too long so you can redirect it. They also allow you to build advanced analytics to easily see the state of all your in-progress calls.

How do Status Callbacks Work?

Once a call is created, it progresses through multiple states until it is finally completed. Outbound calls initiated via the REST API cycle through these states in order:

  1. Queued: Twilio has accepted your API request, and is determining the correct Super Network partner to connect your call.
    NOTE: Outbound Child (bridged or forwarded) calls created with the <Dial> TwiML verb skip the queued state and go straight to initiated, then ringing and in-progress.
  2. Initiated: Twilio has forward your call request to one of our Super Network partners.
  3. Ringing: Twilio has received a signal from our Super Network partner advising the destination phone is ringing.
  4. In-progress: Twilio has received a signal from our Super Network partner advising the call has been answered.
  5. Completed: The call has ended.

How to Request Status Callbacks

You can use the StatusCallbackEvent parameter to get notifications when a call reaches the initiated, ringing, answered and completed states. The StatusCallbackEvent is available for calls created via the REST API as well as outbound TwiML calls that use <Dial><Number>, <Dial><Sip> and <Dial><Client>.

For every call progress event specified in the StatusCallbackEvent parameter, Twilio will make an asynchronous webhook to the StatusCallback url parameter provided with information about the call state as well as several helpful request parameters.

Have more questions? Submit a request
Powered by Zendesk