Hangup

View as Markdown

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

1<?xml version="1.0" encoding="UTF-8"?>
2<Response>
3 <Hangup/>
4</Response>

SignalWire will answer the call then immediately hangup.