<Reject>

The <Reject> 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 <Reject> element cannot be nested within any other elements besides the default <Response> element.

📘

Note

No other elements may be nested within the <Reject> element.

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