Skip to main content

Hangup

The Hangup verb is used to hang up the current call.

The Hangup verb is also used to reject incoming, unanswered calls. An empty <Response/> is equivalent to a <Response> containing a <Hangup/>.

You will not be charged for rejected calls.

Attributes

ATTRIBUTEDescription
NoneNone

Webhooks Received

WebhookCan reply with more BXML
CallCompleteNo

Examples

Hangup a Call

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Hangup/>
</Response>