Home > sip.js > InviteUserAgentServer > reject
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;
Parameter | Type | Description |
---|---|---|
options | ResponseOptions | Reject options bucket. |
Returns: