The element will reject an incoming call. The reason attribute determines if the caller hears a busy signal or a not-in-service message.
###Element Attributes

AttributeDescription
reason
optional
The reason to list when the call is rejected.
Valid values: REJECTED, BUSY
Default value: REJECTED

Nesting

The element cannot be nested within any other elements besides the default element.

📘

Note

No other elements may be nested within the element.

<Response>
  <Reject reason="BUSY"></Reject>
</Response>