Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (16 loc) · 510 Bytes

hangup.md

File metadata and controls

29 lines (16 loc) · 510 Bytes

XML: <Hangup>

The Hangup verb is used to hangup current call.

Attributes

This verb does not support attributes.

Events Recevied

Event Can reply with more BXML
Hangup Yes

Example: Hangup Verb

This shows how to use Bandwidth XML to hang up an existing call.

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

<Response>

<Hangup></Hangup>

</Response>