Advance a sequential ring group to the next endpoint
Internal jambonz dial action-hook for a sequential ring group. When the endpoint currently being rung does not answer, this hook advances to the next endpoint in the configured sequence and returns the verbs to dial it; when the sequence is exhausted it returns the route’s fallback verbs (voicemail or a polite hangup). If the leg was answered it clears the sequential state and returns an empty array. Signed with the jambonz webhook HMAC and not intended for direct client use. Fails OPEN with safe-default verbs on a Redis flap so a live caller is never dropped.
Authorizations
Dashboard JWT token from Clerk
Query Parameters
jambonz call SID (also accepted in the body as call_sid).
Inbound route id whose sequential ring group is being walked.
Zero-based index of the endpoint that was just attempted.
Body
Response
The jambonz verbs to dial the next endpoint in the sequence, the route's fallback verbs when the sequence is exhausted, or an empty array when the call was already answered.