<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [InviteUserAgentServer](./sip.js.inviteuseragentserver.md) &gt; [reject](./sip.js.inviteuseragentserver.reject.md)

## InviteUserAgentServer.reject() method

13.3.1.3 The INVITE is Rejected A common scenario occurs when the callee is currently not willing or able to take additional calls at this end system. A 486 (Busy Here) SHOULD be returned in such a scenario. https://tools.ietf.org/html/rfc3261\#section-13.3.1.3

<b>Signature:</b>

```typescript
reject(options?: ResponseOptions): OutgoingResponse;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | <code>ResponseOptions</code> | Reject options bucket. |

<b>Returns:</b>

`OutgoingResponse`

