Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 924 Bytes

sip.js.noninviteservertransaction.ontransporterror.md

File metadata and controls

24 lines (14 loc) · 924 Bytes

Home > sip.js > NonInviteServerTransaction > onTransportError

NonInviteServerTransaction.onTransportError() method

First, the procedures in [4] are followed, which attempt to deliver the response to a backup. If those should all fail, based on the definition of failure in [4], the server transaction SHOULD inform the TU that a failure has occurred, and SHOULD transition to the terminated state. https://tools.ietf.org/html/rfc3261\#section-17.2.4

Signature:

protected onTransportError(error: Error): void;

Parameters

Parameter Type Description
error Error

Returns:

void