Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 896 Bytes

sip.js.inviteuseragentserver.reject.md

File metadata and controls

24 lines (14 loc) · 896 Bytes

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:

OutgoingResponse