On-call escalation stack: which guide to open first
Devotel Orbit’s on-call surface is three guides that each own one sub-task. None of them duplicates the others, but nothing helps until you open the right one. This page is the router: it picks the guide for the ask, then walks one rotation end-to-end across all three.Pick the right guide
The supervisor-ladder handoff is in the runbook: a step whose
target is a users list (named responders and supervisors) rather than a live rotation. Four-eye-style approvals are a different lane — see the two-officer approvals guide — but the “page the supervisor on shift” step belongs in your escalation policy, and the runbook is where that policy tuning lives.
One rotation, three guides — the worked example
Walk one rotation from nothing to rehearsed, using each guide once:- Configure the trigger. In the alerting guide define the rotation (
anchor,cadence, orderedmembers) and resolve it to confirm who holds the pager now and who is next. That is your trigger: an ordered roster the escalation policy can point at. - Define the ladder. In the runbook chain the steps: rotation target over
push/smson the early steps, ausersfallback (your supervisor) overvoiceon the late step, explicitescalate_after_secondswindows, and arepeatcount for the whole policy to loop. Preview the flattened timeline before an incident depends on it. - Run a drill. In the deep dive open the dashboard hub (Voice → On-call & escalation), open a test incident, and walk acknowledge, resolve, and the negative paths (
409 incident_transition_invalidon an ack of a resolved incident) until the sequence runs clean. - Close the loop. Wire the same four endpoints (
resolve,escalation/plan,incident/tick,incident/transition) into your scheduler against your own incident store — you own persistence on every on-call endpoint, and each page fans out through the Messages API.
When the runbook is the wrong page
If you are wiring a contact center for the first time — softphones, queues, agent login, the whole surface — the on-call runbook is not the answer. First-time contact-center setup follows the voice go-live checklist, which sequences the wiring end-to-end; on-call escalation is a dispatch layer you attach after that surface is up. The reverse also holds: when a live incident needs a human paged, the checklist is the wrong page and this trio is the right one.See also
- On-call alerting — the endpoint-by-endpoint trigger setup
- Escalation runbook — ladder definition, timeouts, and channels
- On-call deep dive — operating the loop day-to-day
- Two-officer approvals — four-eye approvals outside the on-call path
- Voice go-live checklist — first-time contact-center wiring
- Escalation model concept page — the design rationale
- On-Call API reference — endpoint, scope, and field reference