Advance the IVR flow after caller input
Internal jambonz gather action-hook that drives the visual IVR flow-builder. It fires when a caller responds at an IVR menu node with DTMF digits or speech; the handler matches the input against the node’s branches, walks to the next node in the flow, and returns that node’s jambonz verbs (another menu, a message, a transfer, or a record step), or a hangup when the flow ends or no branch matches. Signed with the jambonz webhook HMAC and not intended for direct client use. Fails OPEN (continues the walk or hangs up cleanly) on malformed input so a valid caller response is never turned into a dropped call.
Authorizations
Dashboard JWT token from Clerk
Query Parameters
jambonz call SID (also accepted in the body as call_sid).
Id of the IVR flow node the caller is responding to.
The kind of step being resumed (e.g. step).
Body
Response
The jambonz verbs for the next IVR node reached by the caller's input, or a hangup verb when the flow ends or no branch matches.