Handle the outcome of a dial verb
Internal jambonz action-hook fetched when a dial verb completes on a forwarded, ring-group, or queued inbound leg. The handler records the dial outcome (answered, busy, no-answer, failed) against the call log and dialer feedback, corrects the parent call’s status, and returns the route’s fallback verbs — typically voicemail — when the dial did not connect, or an empty verb array to hang up cleanly when it did. Signed with the jambonz webhook HMAC and not intended for direct client use. Bounded by a handler deadline and fails OPEN with a clean hangup so a transient fault never drops the caller mid-transaction.
Authorizations
Dashboard JWT token from Clerk
Body
Response
The jambonz fallback verbs to run when the dial did not connect (e.g. voicemail), or an empty array to end the call cleanly when it was answered.