sip.js.inviteuseragentserver.reject.md
September 26, 2022 ยท View on GitHub
Home > sip.js > InviteUserAgentServer > reject
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
Signature:
reject(options?: ResponseOptions): OutgoingResponse;
Parameters
| Parameter | Type | Description |
|---|---|---|
| options | ResponseOptions | Reject options bucket. |
Returns: