<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
Attribute | Description |
|---|---|
reason optional | The reason to list when the call is rejected.
|
Nesting
The <Reject> element cannot be nested within any other elements besides the default <Response> element.
NoteNo other elements may be nested within the <Reject> element.
<Response>
<Reject reason="BUSY"></Reject>
</Response>Updated 6 months ago
