Reject

The <Reject > verb rejects an incoming call to your CallAPI endpoint and can be used for blocking unwanted calls. If the first verb in a RCML response is , CallAPI will not pick up the call. The call ends with ‘busy', 'no-answer' or other status, depending on the verb’s 'reason' attribute. Any verbs after are ignored and will not be executed.

Reject Attributes

Reason

The reason attribute takes the values from a table below.

Nesting

The <Reject> verb can not have any other verbs or nouns nested.

Example

Example of how to use the <Reject> verb:

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

Last updated