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

Latest commit

 

History

History
36 lines (23 loc) · 881 Bytes

reject.md

File metadata and controls

36 lines (23 loc) · 881 Bytes

XML: <Reject>

The Reject verb is used to reject incoming calls.

This feature is coming soon.

Attributes

ATTRIBUTE DESCRIPTION
reason (optional) Describe the reason for rejecting the call (busy or rejected to play different tones to the caller).

Events Recevied

Event Can reply with more BXML
None No

Example: Reject Verb

This shows how to use Bandwidth XML to reject an incoming call.

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

<Response>
     <Reject></Reject>
</Response>