# keep answer and hangup together End the call with an optional reason. ## **Parameters** | Name | Type | Description | |:-|:--|:--| | reasonOptional | hangup \| busy \| decline | Hangup reason | ## **Examples** ### No parameters yaml andJson version: 1.0.0 sections: main: - answer - hangup ### Implicit first parameter yaml andJson version: 1.0.0 sections: main: - answer - hangup: busy ### Named parameter yaml andJson version: 1.0.0 sections: main: - answer - hangup: reason: busy