Skip to main content

<Hangup>

The <Hangup> verb ends a call. While <Reject>ed calls are never answered, calls that use the <Hangup> verb for disconnection are still answered, becoming subject to billing.

Verb Attributes​

The <Hangup> verb does not support any attributes.

Nesting​

No other verbs can be nested within <Hangup> and you cannot nest <Hangup> within any other verbs.

Examples​

A Simple Hangup​

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

SignalWire will answer the call then immediately hangup.