TelephonyCallJobStatus type
The lifecycle status of a durable outbound call job.
type TelephonyCallJobStatus =
| "accepted"
| "waiting_for_schedule"
| "queued"
| "dispatching"
| "in_progress"
| "waiting_for_retry"
| "cancellation_requested"
| "completed"
| "blocked"
| "expired"
| "failed"
| "cancelled"