Voice Messaging Statuses

Voice message and campaign lifecycle statuses with delivery outcomes.

Every voice message and campaign has its own lifecycle. Routee reports progress as statuses — delivered via callbacks or when you poll tracking endpoints.

Voice message lifecycle

Unknown Queued Initiated Ringing InProgress Completed· final | Busy· final | NoAnswer· final | Failed· final | Unsent· final | Terminated· final

Status Description
QueuedThe API request was successful. The voice message is queued and ready to be sent for processing.
InitiatedThe voice message is being processed and prepared for delivery to the upstream carrier.
RingingThe voice message was sent by the carrier and the destination is ringing.
InProgressThe recipient answered and the call is in progress.
Completed· finalThe voice message was delivered and answered.
Busy· finalThe destination was busy and the call was not answered.
NoAnswer· finalThe destination rejected the call and the message was not answered.
Failed· finalThe voice message could not be sent due to an internal error.
UnknownThe voice message could not be sent due to an unknown network or carrier error.
Unsent· finalThe voice message could not be initiated due to insufficient balance.
Terminated· finalThe voice message terminated due to insufficient balance.

Voice campaign lifecycle

Scheduled Queued Running Sent Finished· final | Failed· final

Status Description
ScheduledThe campaign is scheduled to run in the future.
QueuedThe campaign is queued and individual voice messages are about to be sent.
RunningThe campaign is running. Routee is sending all individual voice messages.
SentAll individual messages were sent. Routee is waiting for each message's final status.
Finished· finalRoutee has received the final status for every individual voice message.
Failed· finalRoutee was unable to process the campaign (or part of it).

Campaign status vs message status

A voice campaign has its own lifecycle, but each voice message it creates also has its own message status lifecycle described above.

👍

Related

Voice Callbacks (WebHooks) · Failover Statuses