Skip to main content

hangup

End the call with an optional reason.

Parameters

NameTypeRequired?Description
reason"hangup" | "busy" | "decline"OptionalHangup reason

Examples

No parameters

version: 1.0.0
sections:
main:
- answer
- hangup

Implicit first parameter

version: 1.0.0
sections:
main:
- answer
- hangup: "busy"

Named parameter

version: 1.0.0
sections:
main:
- answer
- hangup:
reason: "busy"