12 |
- /*! For license information please see sip.min.js.LICENSE.txt */
- !function (e, t) { "object" == typeof exports && "object" == typeof module ? module.exports = t() : "function" == typeof define && define.amd ? define([], t) : "object" == typeof exports ? exports.SIP = t() : e.SIP = t() }(this, (() => (() => { "use strict"; var e = { d: (t, s) => { for (var i in s) e.o(s, i) && !e.o(t, i) && Object.defineProperty(t, i, { enumerable: !0, get: s[i] }) }, o: (e, t) => Object.prototype.hasOwnProperty.call(e, t), r: e => { "undefined" != typeof Symbol && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(e, "__esModule", { value: !0 }) } }, t = {}; e.r(t), e.d(t, { Ack: () => l, Bye: () => g, Cancel: () => u, ContentTypeUnsupportedError: () => o, Core: () => s, EmitterImpl: () => p, Grammar: () => y, Info: () => f, Invitation: () => Q, Inviter: () => ee, Message: () => W, Messager: () => te, NameAddrHeader: () => v, Notification: () => K, Parameters: () => m, Publisher: () => le, PublisherState: () => se, Referral: () => Y, Registerer: () => ge, RegistererState: () => ie, RequestPendingError: () => a, SIPExtension: () => J, Session: () => z, SessionDescriptionHandlerError: () => c, SessionState: () => Z, SessionTerminatedError: () => h, StateTransitionError: () => d, Subscriber: () => pe, Subscription: () => ue, SubscriptionState: () => ne, TransportState: () => oe, URI: () => w, UserAgent: () => dt, UserAgentRegisteredOptionTags: () => X, UserAgentState: () => ae, Web: () => i, equivalentURI: () => b, name: () => At, version: () => Ct }); var s = {}; e.r(s), e.d(s, { ByeUserAgentClient: () => Pe, ByeUserAgentServer: () => _e, C: () => G, CancelUserAgentClient: () => lt, ClientTransaction: () => Ie, Dialog: () => Ae, DigestAuthentication: () => we, Exception: () => n, Grammar: () => y, IncomingMessage: () => H, IncomingRequestMessage: () => P, IncomingResponseMessage: () => x, InfoUserAgentClient: () => qe, InfoUserAgentServer: () => Me, InviteClientTransaction: () => De, InviteServerTransaction: () => $e, InviteUserAgentClient: () => Ye, InviteUserAgentServer: () => Ze, Levels: () => ce, Logger: () => be, LoggerFactory: () => Te, MessageUserAgentClient: () => Ne, MessageUserAgentServer: () => Oe, NameAddrHeader: () => v, NonInviteClientTransaction: () => Ce, NonInviteServerTransaction: () => xe, NotifyUserAgentClient: () => Ue, NotifyUserAgentServer: () => je, OutgoingRequestMessage: () => k, Parameters: () => m, Parser: () => he, PrackUserAgentClient: () => Fe, PrackUserAgentServer: () => Le, PublishUserAgentClient: () => Je, ReInviteUserAgentClient: () => Be, ReInviteUserAgentServer: () => Ge, ReSubscribeUserAgentClient: () => Qe, ReSubscribeUserAgentServer: () => gt, ReferUserAgentClient: () => Ve, ReferUserAgentServer: () => We, RegisterUserAgentClient: () => ze, RegisterUserAgentServer: () => Xe, ServerTransaction: () => Ee, SessionDialog: () => Ke, SessionState: () => O, SignalingState: () => U, SubscribeUserAgentClient: () => tt, SubscribeUserAgentServer: () => st, SubscriptionDialog: () => et, SubscriptionState: () => re, Timers: () => L, Transaction: () => ye, TransactionState: () => de, TransactionStateError: () => B, TransportError: () => Re, URI: () => w, UserAgentClient: () => He, UserAgentCore: () => rt, UserAgentServer: () => ke, constructOutgoingResponse: () => Se, equivalentURI: () => b, fromBodyLegacy: () => q, getBody: () => N, isBody: () => M }); var i = {}; e.r(i), e.d(i, { SessionDescriptionHandler: () => at, SessionManager: () => $t, SimpleUser: () => It, Transport: () => ht, WebAudioSessionDescriptionHandler: () => yt, addMidLines: () => Tt, cleanJitsiSdpImageattr: () => mt, defaultManagedSessionFactory: () => Et, defaultMediaStreamFactory: () => nt, defaultPeerConnectionConfiguration: () => ot, defaultSessionDescriptionHandlerFactory: () => ct, holdModifier: () => St, startLocalConference: () => Rt, stripG722: () => vt, stripRtpPayload: () => wt, stripTcpCandidates: () => pt, stripTelephoneEvent: () => ft, stripVideo: () => bt }); const r = "0.21.2"; class n extends Error { constructor(e) { super(e), Object.setPrototypeOf(this, new.target.prototype) } } class o extends n { constructor(e) { super(e || "Unsupported content type.") } } class a extends n { constructor(e) { super(e || "Request pending.") } } class c extends n { constructor(e) { super(e || "Unspecified session description handler error.") } } class h extends n { constructor() { super("The session has terminated.") } } class d extends n { constructor(e) { super(e || "An error occurred during state transition.") } } class l { constructor(e) { this.incomingAckRequest = e } get request() { return this.incomingAckRequest.message } } class g { constructor(e) { this.incomingByeRequest = e } get request() { return this.incomingByeRequest.message } accept(e) { return this.incomingByeRequest.accept(e), Promise.resolve() } reject(e) { return this.incomingByeRequest.reject(e), Promise.resolve() } } class u { constructor(e) { this.incomingCancelRequest = e } get request() { return this.incomingCancelRequest } } class p { constructor() { this.listeners = new Array } addListener(e, t) { const s = t => { this.removeListener(s), e(t) }; !0 === (null == t ? void 0 : t.once) ? this.listeners.push(s) : this.listeners.push(e) } emit(e) { this.listeners.slice().forEach((t => t(e))) } removeAllListeners() { this.listeners = [] } removeListener(e) { this.listeners = this.listeners.filter((t => t !== e)) } on(e) { return this.addListener(e) } off(e) { return this.removeListener(e) } once(e) { return this.addListener(e, { once: !0 }) } } class f { constructor(e) { this.incomingInfoRequest = e } get request() { return this.incomingInfoRequest.message } accept(e) { return this.incomingInfoRequest.accept(e), Promise.resolve() } reject(e) { return this.incomingInfoRequest.reject(e), Promise.resolve() } } class m { constructor(e) { this.parameters = {}; for (const t in e) e.hasOwnProperty(t) && this.setParam(t, e[t]) } setParam(e, t) { e && (this.parameters[e.toLowerCase()] = null == t ? null : t.toString()) } getParam(e) { if (e) return this.parameters[e.toLowerCase()] } hasParam(e) { return !(!e || void 0 === this.parameters[e.toLowerCase()]) } deleteParam(e) { if (e = e.toLowerCase(), this.hasParam(e)) { const t = this.parameters[e]; return delete this.parameters[e], t } } clearParams() { this.parameters = {} } } class v extends m { constructor(e, t, s) { super(s), this.uri = e, this._displayName = t } get friendlyName() { return this.displayName || this.uri.aor } get displayName() { return this._displayName } set displayName(e) { this._displayName = e } clone() { return new v(this.uri.clone(), this._displayName, JSON.parse(JSON.stringify(this.parameters))) } toString() { let e = this.displayName || "0" === this.displayName ? '"' + this.displayName + '" ' : ""; e += "<" + this.uri.toString() + ">"; for (const t in this.parameters) this.parameters.hasOwnProperty(t) && (e += ";" + t, null !== this.parameters[t] && (e += "=" + this.parameters[t])); return e } } class w extends m { constructor(e = "sip", t, s, i, r, n) { if (super(r || {}), this.headers = {}, !s) throw new TypeError('missing or invalid "host" parameter'); for (const e in n) n.hasOwnProperty(e) && this.setHeader(e, n[e]); this.raw = { scheme: e, user: t, host: s, port: i }, this.normal = { scheme: e.toLowerCase(), user: t, host: s.toLowerCase(), port: i } } get scheme() { return this.normal.scheme } set scheme(e) { this.raw.scheme = e, this.normal.scheme = e.toLowerCase() } get user() { return this.normal.user } set user(e) { this.normal.user = this.raw.user = e } get host() { return this.normal.host } set host(e) { this.raw.host = e, this.normal.host = e.toLowerCase() } get aor() { return this.normal.user + "@" + this.normal.host } get port() { return this.normal.port } set port(e) { this.normal.port = this.raw.port = e } setHeader(e, t) { this.headers[this.headerize(e)] = t instanceof Array ? t : [t] } getHeader(e) { if (e) return this.headers[this.headerize(e)] } hasHeader(e) { return !!e && !!this.headers.hasOwnProperty(this.headerize(e)) } deleteHeader(e) { if (e = this.headerize(e), this.headers.hasOwnProperty(e)) { const t = this.headers[e]; return delete this.headers[e], t } } clearHeaders() { this.headers = {} } clone() { return new w(this._raw.scheme, this._raw.user || "", this._raw.host, this._raw.port, JSON.parse(JSON.stringify(this.parameters)), JSON.parse(JSON.stringify(this.headers))) } toRaw() { return this._toString(this._raw) } toString() { return this._toString(this._normal) } get _normal() { return this.normal } get _raw() { return this.raw } _toString(e) { let t = e.scheme + ":"; e.scheme.toLowerCase().match("^sips?$") || (t += "//"), e.user && (t += this.escapeUser(e.user) + "@"), t += e.host, (e.port || 0 === e.port) && (t += ":" + e.port); for (const e in this.parameters) this.parameters.hasOwnProperty(e) && (t += ";" + e, null !== this.parameters[e] && (t += "=" + this.parameters[e])); const s = []; for (const e in this.headers) if (this.headers.hasOwnProperty(e)) for (const t in this.headers[e]) this.headers[e].hasOwnProperty(t) && s.push(e + "=" + this.headers[e][t]); return s.length > 0 && (t += "?" + s.join("&")), t } escapeUser(e) { let t; try { t = decodeURIComponent(e) } catch (e) { throw e } return encodeURIComponent(t).replace(/%3A/gi, ":").replace(/%2B/gi, "+").replace(/%3F/gi, "?").replace(/%2F/gi, "/") } headerize(e) { const t = { "Call-Id": "Call-ID", Cseq: "CSeq", "Min-Se": "Min-SE", Rack: "RAck", Rseq: "RSeq", "Www-Authenticate": "WWW-Authenticate" }, s = e.toLowerCase().replace(/_/g, "-").split("-"), i = s.length; let r = ""; for (let e = 0; e < i; e++)0 !== e && (r += "-"), r += s[e].charAt(0).toUpperCase() + s[e].substring(1); return t[r] && (r = t[r]), r } } function b(e, t) { if (e.scheme !== t.scheme) return !1; if (e.user !== t.user || e.host !== t.host || e.port !== t.port) return !1; if (!function (e, t) { const s = Object.keys(e.parameters), i = Object.keys(t.parameters); return !!s.filter((e => i.includes(e))).every((s => e.parameters[s] === t.parameters[s])) && (!!["user", "ttl", "method", "transport"].every((s => e.hasParam(s) && t.hasParam(s) || !e.hasParam(s) && !t.hasParam(s))) && !!["maddr"].every((s => e.hasParam(s) && t.hasParam(s) || !e.hasParam(s) && !t.hasParam(s)))) }(e, t)) return !1; const s = Object.keys(e.headers), i = Object.keys(t.headers); if (0 !== s.length || 0 !== i.length) { if (s.length !== i.length) return !1; const r = s.filter((e => i.includes(e))); if (r.length !== i.length) return !1; if (!r.every((s => e.headers[s].length && t.headers[s].length && e.headers[s][0] === t.headers[s][0]))) return !1 } return !0 } function T(e, t, s) { return s = s || " ", e.length > t ? e : (t -= e.length, e + (s += s.repeat(t)).slice(0, t)) } class S extends Error { constructor(e, t, s, i) { super(), this.message = e, this.expected = t, this.found = s, this.location = i, this.name = "SyntaxError", "function" == typeof Object.setPrototypeOf ? Object.setPrototypeOf(this, S.prototype) : this.__proto__ = S.prototype, "function" == typeof Error.captureStackTrace && Error.captureStackTrace(this, S) } static buildMessage(e, t) { function s(e) { return e.charCodeAt(0).toString(16).toUpperCase() } function i(e) { return e.replace(/\\/g, "\\\\").replace(/"/g, '\\"').replace(/\0/g, "\\0").replace(/\t/g, "\\t").replace(/\n/g, "\\n").replace(/\r/g, "\\r").replace(/[\x00-\x0F]/g, (e => "\\x0" + s(e))).replace(/[\x10-\x1F\x7F-\x9F]/g, (e => "\\x" + s(e))) } function r(e) { return e.replace(/\\/g, "\\\\").replace(/\]/g, "\\]").replace(/\^/g, "\\^").replace(/-/g, "\\-").replace(/\0/g, "\\0").replace(/\t/g, "\\t").replace(/\n/g, "\\n").replace(/\r/g, "\\r").replace(/[\x00-\x0F]/g, (e => "\\x0" + s(e))).replace(/[\x10-\x1F\x7F-\x9F]/g, (e => "\\x" + s(e))) } function n(e) { switch (e.type) { case "literal": return '"' + i(e.text) + '"'; case "class": const t = e.parts.map((e => Array.isArray(e) ? r(e[0]) + "-" + r(e[1]) : r(e))); return "[" + (e.inverted ? "^" : "") + t + "]"; case "any": return "any character"; case "end": return "end of input"; case "other": return e.description } } return "Expected " + function (e) { const t = e.map(n); let s, i; if (t.sort(), t.length > 0) { for (s = 1, i = 1; s < t.length; s++)t[s - 1] !== t[s] && (t[i] = t[s], i++); t.length = i } switch (t.length) { case 1: return t[0]; case 2: return t[0] + " or " + t[1]; default: return t.slice(0, -1).join(", ") + ", or " + t[t.length - 1] } }(e) + " but " + (((o = t) ? '"' + i(o) + '"' : "end of input") + " found."); var o } format(e) { let t = "Error: " + this.message; if (this.location) { let s, i = null; for (s = 0; s < e.length; s++)if (e[s].source === this.location.source) { i = e[s].text.split(/\r\n|\n|\r/g); break } let r = this.location.start, n = this.location.source + ":" + r.line + ":" + r.column; if (i) { let e = this.location.end, s = T("", r.line.toString().length, " "), o = i[r.line - 1], a = r.line === e.line ? e.column : o.length + 1; t += "\n --\x3e " + n + "\n" + s + " |\n" + r.line + " | " + o + "\n" + s + " | " + T("", r.column - 1, " ") + T("", a - r.column, "^") } else t += "\n at " + n } return t } } const R = function (e, t) { const s = {}, i = (t = void 0 !== t ? t : {}).grammarSource, r = { Contact: 119, Name_Addr_Header: 156, Record_Route: 176, Request_Response: 81, SIP_URI: 45, Subscription_State: 186, Supported: 191, Require: 182, Via: 194, absoluteURI: 84, Call_ID: 118, Content_Disposition: 130, Content_Length: 135, Content_Type: 136, CSeq: 146, displayName: 122, Event: 149, From: 151, host: 52, Max_Forwards: 154, Min_SE: 213, Proxy_Authenticate: 157, quoted_string: 40, Refer_To: 178, Replaces: 179, Session_Expires: 210, stun_URI: 217, To: 192, turn_URI: 223, uuid: 226, WWW_Authenticate: 209, challenge: 158, sipfrag: 230, Referred_By: 231 }; let n = 119; const o = ["\r\n", b("\r\n", !1), /^[0-9]/, T([["0", "9"]], !1, !1), /^[a-zA-Z]/, T([["a", "z"], ["A", "Z"]], !1, !1), /^[0-9a-fA-F]/, T([["0", "9"], ["a", "f"], ["A", "F"]], !1, !1), /^[\0-\xFF]/, T([["\0", "\xff"]], !1, !1), /^["]/, T(['"'], !1, !1), " ", b(" ", !1), "\t", b("\t", !1), /^[a-zA-Z0-9]/, T([["a", "z"], ["A", "Z"], ["0", "9"]], !1, !1), ";", b(";", !1), "/", b("/", !1), "?", b("?", !1), ":", b(":", !1), "@", b("@", !1), "&", b("&", !1), "=", b("=", !1), "+", b("+", !1), "$", b("$", !1), ",", b(",", !1), "-", b("-", !1), "_", b("_", !1), ".", b(".", !1), "!", b("!", !1), "~", b("~", !1), "*", b("*", !1), "'", b("'", !1), "(", b("(", !1), ")", b(")", !1), "%", b("%", !1), function () { return " " }, function () { return ":" }, /^[!-~]/, T([["!", "~"]], !1, !1), /^[\x80-\uFFFF]/, T([["\x80", "\uffff"]], !1, !1), /^[\x80-\xBF]/, T([["\x80", "\xbf"]], !1, !1), /^[a-f]/, T([["a", "f"]], !1, !1), "`", b("`", !1), "<", b("<", !1), ">", b(">", !1), "\\", b("\\", !1), "[", b("[", !1), "]", b("]", !1), "{", b("{", !1), "}", b("}", !1), function () { return "*" }, function () { return "/" }, function () { return "=" }, function () { return "(" }, function () { return ")" }, function () { return ">" }, function () { return "<" }, function () { return "," }, function () { return ";" }, function () { return ":" }, function () { return '"' }, /^[!-']/, T([["!", "'"]], !1, !1), /^[*-[]/, T([["*", "["]], !1, !1), /^[\]-~]/, T([["]", "~"]], !1, !1), function (e) { return e }, /^[#-[]/, T([["#", "["]], !1, !1), /^[\0-\t]/, T([["\0", "\t"]], !1, !1), /^[\v-\f]/, T([["\v", "\f"]], !1, !1), /^[\x0E-\x7F]/, T([["\x0e", "\x7f"]], !1, !1), function () { (t = t || { data: {} }).data.uri = new w(t.data.scheme, t.data.user, t.data.host, t.data.port), delete t.data.scheme, delete t.data.user, delete t.data.host, delete t.data.host_type, delete t.data.port }, function () { (t = t || { data: {} }).data.uri = new w(t.data.scheme, t.data.user, t.data.host, t.data.port, t.data.uri_params, t.data.uri_headers), delete t.data.scheme, delete t.data.user, delete t.data.host, delete t.data.host_type, delete t.data.port, delete t.data.uri_params, "SIP_URI" === t.startRule && (t.data = t.data.uri) }, "sips", b("sips", !0), "sip", b("sip", !0), function (e) { (t = t || { data: {} }).data.scheme = e }, function () { (t = t || { data: {} }).data.user = decodeURIComponent(f().slice(0, -1)) }, function () { (t = t || { data: {} }).data.password = f() }, function () { return (t = t || { data: {} }).data.host = f(), t.data.host }, function () { return (t = t || { data: {} }).data.host_type = "domain", f() }, /^[a-zA-Z0-9_\-]/, T([["a", "z"], ["A", "Z"], ["0", "9"], "_", "-"], !1, !1), /^[a-zA-Z0-9\-]/, T([["a", "z"], ["A", "Z"], ["0", "9"], "-"], !1, !1), function () { return (t = t || { data: {} }).data.host_type = "IPv6", f() }, "::", b("::", !1), function () { return (t = t || { data: {} }).data.host_type = "IPv6", f() }, function () { return (t = t || { data: {} }).data.host_type = "IPv4", f() }, "25", b("25", !1), /^[0-5]/, T([["0", "5"]], !1, !1), "2", b("2", !1), /^[0-4]/, T([["0", "4"]], !1, !1), "1", b("1", !1), /^[1-9]/, T([["1", "9"]], !1, !1), function (e) { return t = t || { data: {} }, e = parseInt(e.join("")), t.data.port = e, e }, "transport=", b("transport=", !0), "udp", b("udp", !0), "tcp", b("tcp", !0), "sctp", b("sctp", !0), "tls", b("tls", !0), function (e) { (t = t || { data: {} }).data.uri_params || (t.data.uri_params = {}), t.data.uri_params.transport = e.toLowerCase() }, "user=", b("user=", !0), "phone", b("phone", !0), "ip", b("ip", !0), function (e) { (t = t || { data: {} }).data.uri_params || (t.data.uri_params = {}), t.data.uri_params.user = e.toLowerCase() }, "method=", b("method=", !0), function (e) { (t = t || { data: {} }).data.uri_params || (t.data.uri_params = {}), t.data.uri_params.method = e }, "ttl=", b("ttl=", !0), function (e) { (t = t || { data: {} }).data.params || (t.data.params = {}), t.data.params.ttl = e }, "maddr=", b("maddr=", !0), function (e) { (t = t || { data: {} }).data.uri_params || (t.data.uri_params = {}), t.data.uri_params.maddr = e }, "lr", b("lr", !0), function () { (t = t || { data: {} }).data.uri_params || (t.data.uri_params = {}), t.data.uri_params.lr = void 0 }, function (e, s) { (t = t || { data: {} }).data.uri_params || (t.data.uri_params = {}), s = null === s ? void 0 : s[1], t.data.uri_params[e.toLowerCase()] = s }, function (e, s) { e = e.join("").toLowerCase(), s = s.join(""), (t = t || { data: {} }).data.uri_headers || (t.data.uri_headers = {}), t.data.uri_headers[e] ? t.data.uri_headers[e].push(s) : t.data.uri_headers[e] = [s] }, function () { "Refer_To" === (t = t || { data: {} }).startRule && (t.data.uri = new w(t.data.scheme, t.data.user, t.data.host, t.data.port, t.data.uri_params, t.data.uri_headers), delete t.data.scheme, delete t.data.user, delete t.data.host, delete t.data.host_type, delete t.data.port, delete t.data.uri_params) }, "//", b("//", !1), function () { (t = t || { data: {} }).data.scheme = f() }, b("SIP", !0), function () { (t = t || { data: {} }).data.sip_version = f() }, "INVITE", b("INVITE", !1), "ACK", b("ACK", !1), "VXACH", b("VXACH", !1), "OPTIONS", b("OPTIONS", !1), "BYE", b("BYE", !1), "CANCEL", b("CANCEL", !1), "REGISTER", b("REGISTER", !1), "SUBSCRIBE", b("SUBSCRIBE", !1), "NOTIFY", b("NOTIFY", !1), "REFER", b("REFER", !1), "PUBLISH", b("PUBLISH", !1), function () { return (t = t || { data: {} }).data.method = f(), t.data.method }, function (e) { (t = t || { data: {} }).data.status_code = parseInt(e.join("")) }, function () { (t = t || { data: {} }).data.reason_phrase = f() }, function () { (t = t || { data: {} }).data = f() }, function () { var e, s; for (s = (t = t || { data: {} }).data.multi_header.length, e = 0; e < s; e++)if (null === t.data.multi_header[e].parsed) { t.data = null; break } null !== t.data ? t.data = t.data.multi_header : t.data = -1 }, function () { var e; (t = t || { data: {} }).data.multi_header || (t.data.multi_header = []); try { e = new v(t.data.uri, t.data.displayName, t.data.params), delete t.data.uri, delete t.data.displayName, delete t.data.params } catch (t) { e = null } t.data.multi_header.push({ position: c, offset: m().start.offset, parsed: e }) }, function (e) { '"' === (e = f().trim())[0] && (e = e.substring(1, e.length - 1)), (t = t || { data: {} }).data.displayName = e }, "q", b("q", !0), function (e) { (t = t || { data: {} }).data.params || (t.data.params = {}), t.data.params.q = e }, "expires", b("expires", !0), function (e) { (t = t || { data: {} }).data.params || (t.data.params = {}), t.data.params.expires = e }, function (e) { return parseInt(e.join("")) }, "0", b("0", !1), function () { return parseFloat(f()) }, function (e, s) { (t = t || { data: {} }).data.params || (t.data.params = {}), s = null === s ? void 0 : s[1], t.data.params[e.toLowerCase()] = s }, "render", b("render", !0), "session", b("session", !0), "icon", b("icon", !0), "alert", b("alert", !0), function () { "Content_Disposition" === (t = t || { data: {} }).startRule && (t.data.type = f().toLowerCase()) }, "handling", b("handling", !0), "optional", b("optional", !0), "required", b("required", !0), function (e) { (t = t || { data: {} }).data = parseInt(e.join("")) }, function () { (t = t || { data: {} }).data = f() }, "text", b("text", !0), "image", b("image", !0), "audio", b("audio", !0), "video", b("video", !0), "application", b("application", !0), "message", b("message", !0), "multipart", b("multipart", !0), "x-", b("x-", !0), function (e) { (t = t || { data: {} }).data.value = parseInt(e.join("")) }, function (e) { (t = t || { data: {} }).data = e }, function (e) { (t = t || { data: {} }).data.event = e.toLowerCase() }, function () { var e = (t = t || { data: {} }).data.tag; t.data = new v(t.data.uri, t.data.displayName, t.data.params), e && t.data.setParam("tag", e) }, "tag", b("tag", !0), function (e) { (t = t || { data: {} }).data.tag = e }, function (e) { (t = t || { data: {} }).data = parseInt(e.join("")) }, function (e) { (t = t || { data: {} }).data = e }, function () { (t = t || { data: {} }).data = new v(t.data.uri, t.data.displayName, t.data.params) }, "digest", b("Digest", !0), "realm", b("realm", !0), function (e) { (t = t || { data: {} }).data.realm = e }, "domain", b("domain", !0), "nonce", b("nonce", !0), function (e) { (t = t || { data: {} }).data.nonce = e }, "opaque", b("opaque", !0), function (e) { (t = t || { data: {} }).data.opaque = e }, "stale", b("stale", !0), "true", b("true", !0), function () { (t = t || { data: {} }).data.stale = !0 }, "false", b("false", !0), function () { (t = t || { data: {} }).data.stale = !1 }, "algorithm", b("algorithm", !0), "md5", b("MD5", !0), "md5-sess", b("MD5-sess", !0), function (e) { (t = t || { data: {} }).data.algorithm = e.toUpperCase() }, "qop", b("qop", !0), "auth-int", b("auth-int", !0), "auth", b("auth", !0), function (e) { (t = t || { data: {} }).data.qop || (t.data.qop = []), t.data.qop.push(e.toLowerCase()) }, function (e) { (t = t || { data: {} }).data.value = parseInt(e.join("")) }, function () { var e, s; for (s = (t = t || { data: {} }).data.multi_header.length, e = 0; e < s; e++)if (null === t.data.multi_header[e].parsed) { t.data = null; break } null !== t.data ? t.data = t.data.multi_header : t.data = -1 }, function () { var e; (t = t || { data: {} }).data.multi_header || (t.data.multi_header = []); try { e = new v(t.data.uri, t.data.displayName, t.data.params), delete t.data.uri, delete t.data.displayName, delete t.data.params } catch (t) { e = null } t.data.multi_header.push({ position: c, offset: m().start.offset, parsed: e }) }, function () { (t = t || { data: {} }).data = new v(t.data.uri, t.data.displayName, t.data.params) }, function () { (t = t || { data: {} }).data.replaces_from_tag && t.data.replaces_to_tag || (t.data = -1) }, function () { (t = t || { data: {} }).data = { call_id: t.data } }, "from-tag", b("from-tag", !0), function (e) { (t = t || { data: {} }).data.replaces_from_tag = e }, "to-tag", b("to-tag", !0), function (e) { (t = t || { data: {} }).data.replaces_to_tag = e }, "early-only", b("early-only", !0), function () { (t = t || { data: {} }).data.early_only = !0 }, function (e, t) { return t }, function (e, t) { return function (e, t) { return [e].concat(t) }(e, t) }, function (e) { "Require" === (t = t || { data: {} }).startRule && (t.data = e || []) }, function (e) { (t = t || { data: {} }).data.value = parseInt(e.join("")) }, "active", b("active", !0), "pending", b("pending", !0), "terminated", b("terminated", !0), function () { (t = t || { data: {} }).data.state = f() }, "reason", b("reason", !0), function (e) { t = t || { data: {} }, void 0 !== e && (t.data.reason = e) }, function (e) { t = t || { data: {} }, void 0 !== e && (t.data.expires = e) }, "retry_after", b("retry_after", !0), function (e) { t = t || { data: {} }, void 0 !== e && (t.data.retry_after = e) }, "deactivated", b("deactivated", !0), "probation", b("probation", !0), "rejected", b("rejected", !0), "timeout", b("timeout", !0), "giveup", b("giveup", !0), "noresource", b("noresource", !0), "invariant", b("invariant", !0), function (e) { "Supported" === (t = t || { data: {} }).startRule && (t.data = e || []) }, function () { var e = (t = t || { data: {} }).data.tag; t.data = new v(t.data.uri, t.data.displayName, t.data.params), e && t.data.setParam("tag", e) }, "ttl", b("ttl", !0), function (e) { (t = t || { data: {} }).data.ttl = e }, "maddr", b("maddr", !0), function (e) { (t = t || { data: {} }).data.maddr = e }, "received", b("received", !0), function (e) { (t = t || { data: {} }).data.received = e }, "branch", b("branch", !0), function (e) { (t = t || { data: {} }).data.branch = e }, "rport", b("rport", !0), function (e) { t = t || { data: {} }, void 0 !== e && (t.data.rport = e.join("")) }, function (e) { (t = t || { data: {} }).data.protocol = e }, b("UDP", !0), b("TCP", !0), b("TLS", !0), b("SCTP", !0), function (e) { (t = t || { data: {} }).data.transport = e }, function () { (t = t || { data: {} }).data.host = f() }, function (e) { (t = t || { data: {} }).data.port = parseInt(e.join("")) }, function (e) { return parseInt(e.join("")) }, function (e) { "Session_Expires" === (t = t || { data: {} }).startRule && (t.data.deltaSeconds = e) }, "refresher", b("refresher", !1), "uas", b("uas", !1), "uac", b("uac", !1), function (e) { "Session_Expires" === (t = t || { data: {} }).startRule && (t.data.refresher = e) }, function (e) { "Min_SE" === (t = t || { data: {} }).startRule && (t.data = e) }, "stuns", b("stuns", !0), "stun", b("stun", !0), function (e) { (t = t || { data: {} }).data.scheme = e }, function (e) { (t = t || { data: {} }).data.host = e }, "?transport=", b("?transport=", !1), "turns", b("turns", !0), "turn", b("turn", !0), function (e) { (t = t || { data: {} }).data.transport = e }, function () { (t = t || { data: {} }).data = f() }, "Referred-By", b("Referred-By", !1), "b", b("b", !1), "cid", b("cid", !1)], a = [I('2 ""6 7!'), I('4"""5!7#'), I('4$""5!7%'), I('4&""5!7\''), I(";'.# &;("), I('4(""5!7)'), I('4*""5!7+'), I('2,""6,7-'), I('2.""6.7/'), I('40""5!71'), I('22""6273.\x89 &24""6475.} &26""6677.q &28""6879.e &2:""6:7;.Y &2<""6<7=.M &2>""6>7?.A &2@""6@7A.5 &2B""6B7C.) &2D""6D7E'), I(";).# &;,"), I('2F""6F7G.} &2H""6H7I.q &2J""6J7K.e &2L""6L7M.Y &2N""6N7O.M &2P""6P7Q.A &2R""6R7S.5 &2T""6T7U.) &2V""6V7W'), I('%%2X""6X7Y/5#;#/,$;#/#$+#)(#\'#("\'#&\'#/"!&,)'), I('%%$;$0#*;$&/,#; /#$+")("\'#&\'#." &"/=#$;$/�#*;$&&&#/\'$8":Z" )("\'#&\'#'), I(';.." &"'), I("%$;'.# &;(0)*;'.# &;(&/?#28\"\"6879/0$;//'$8#:[# )(#'#(\"'#&'#"), I('%%$;2/�#*;2&&&#/g#$%$;.0#*;.&/,#;2/#$+")("\'#&\'#0=*%$;.0#*;.&/,#;2/#$+")("\'#&\'#&/#$+")("\'#&\'#/"!&,)'), I('4\\""5!7].# &;3'), I('4^""5!7_'), I('4`""5!7a'), I(';!.) &4b""5!7c'), I('%$;).\x95 &2F""6F7G.\x89 &2J""6J7K.} &2L""6L7M.q &2X""6X7Y.e &2P""6P7Q.Y &2H""6H7I.M &2@""6@7A.A &2d""6d7e.5 &2R""6R7S.) &2N""6N7O/\x9e#0\x9b*;).\x95 &2F""6F7G.\x89 &2J""6J7K.} &2L""6L7M.q &2X""6X7Y.e &2P""6P7Q.Y &2H""6H7I.M &2@""6@7A.A &2d""6d7e.5 &2R""6R7S.) &2N""6N7O&&&#/"!&,)'), I('%$;).\x89 &2F""6F7G.} &2L""6L7M.q &2X""6X7Y.e &2P""6P7Q.Y &2H""6H7I.M &2@""6@7A.A &2d""6d7e.5 &2R""6R7S.) &2N""6N7O/\x92#0\x8f*;).\x89 &2F""6F7G.} &2L""6L7M.q &2X""6X7Y.e &2P""6P7Q.Y &2H""6H7I.M &2@""6@7A.A &2d""6d7e.5 &2R""6R7S.) &2N""6N7O&&&#/"!&,)'), I('2T""6T7U.\xe3 &2V""6V7W.\xd7 &2f""6f7g.\xcb &2h""6h7i.\xbf &2:""6:7;.\xb3 &2D""6D7E.\xa7 &22""6273.\x9b &28""6879.\x8f &2j""6j7k.\x83 &;&.} &24""6475.q &2l""6l7m.e &2n""6n7o.Y &26""6677.M &2>""6>7?.A &2p""6p7q.5 &2r""6r7s.) &;\'.# &;('), I('%$;).\u012b &2F""6F7G.\u011f &2J""6J7K.\u0113 &2L""6L7M.\u0107 &2X""6X7Y.\xfb &2P""6P7Q.\xef &2H""6H7I.\xe3 &2@""6@7A.\xd7 &2d""6d7e.\xcb &2R""6R7S.\xbf &2N""6N7O.\xb3 &2T""6T7U.\xa7 &2V""6V7W.\x9b &2f""6f7g.\x8f &2h""6h7i.\x83 &28""6879.w &2j""6j7k.k &;&.e &24""6475.Y &2l""6l7m.M &2n""6n7o.A &26""6677.5 &2p""6p7q.) &2r""6r7s/\u0134#0\u0131*;).\u012b &2F""6F7G.\u011f &2J""6J7K.\u0113 &2L""6L7M.\u0107 &2X""6X7Y.\xfb &2P""6P7Q.\xef &2H""6H7I.\xe3 &2@""6@7A.\xd7 &2d""6d7e.\xcb &2R""6R7S.\xbf &2N""6N7O.\xb3 &2T""6T7U.\xa7 &2V""6V7W.\x9b &2f""6f7g.\x8f &2h""6h7i.\x83 &28""6879.w &2j""6j7k.k &;&.e &24""6475.Y &2l""6l7m.M &2n""6n7o.A &26""6677.5 &2p""6p7q.) &2r""6r7s&&&#/"!&,)'), I("%;//?#2P\"\"6P7Q/0$;//'$8#:t# )(#'#(\"'#&'#"), I("%;//?#24\"\"6475/0$;//'$8#:u# )(#'#(\"'#&'#"), I("%;//?#2>\"\"6>7?/0$;//'$8#:v# )(#'#(\"'#&'#"), I("%;//?#2T\"\"6T7U/0$;//'$8#:w# )(#'#(\"'#&'#"), I("%;//?#2V\"\"6V7W/0$;//'$8#:x# )(#'#(\"'#&'#"), I('%2h""6h7i/0#;//\'$8":y" )("\'#&\'#'), I('%;//6#2f""6f7g/\'$8":z" )("\'#&\'#'), I("%;//?#2D\"\"6D7E/0$;//'$8#:{# )(#'#(\"'#&'#"), I("%;//?#22\"\"6273/0$;//'$8#:|# )(#'#(\"'#&'#"), I("%;//?#28\"\"6879/0$;//'$8#:}# )(#'#(\"'#&'#"), I("%;//0#;&/'$8\":~\" )(\"'#&'#"), I("%;&/0#;//'$8\":~\" )(\"'#&'#"), I("%;=/T#$;G.) &;K.# &;F0/*;G.) &;K.# &;F&/,$;>/#$+#)(#'#(\"'#&'#"), I('4\x7f""5!7\x80.A &4\x81""5!7\x82.5 &4\x83""5!7\x84.) &;3.# &;.'), I("%%;//Q#;&/H$$;J.# &;K0)*;J.# &;K&/,$;&/#$+$)($'#(#'#(\"'#&'#/\"!&,)"), I("%;//]#;&/T$%$;J.# &;K0)*;J.# &;K&/\"!&,)/1$;&/($8$:\x85$!!)($'#(#'#(\"'#&'#"), I(';..G &2L""6L7M.; &4\x86""5!7\x87./ &4\x83""5!7\x84.# &;3'), I('%2j""6j7k/J#4\x88""5!7\x89.5 &4\x8a""5!7\x8b.) &4\x8c""5!7\x8d/#$+")("\'#&\'#'), I("%;N/M#28\"\"6879/>$;O.\" &\"/0$;S/'$8$:\x8e$ )($'#(#'#(\"'#&'#"), I("%;N/d#28\"\"6879/U$;O.\" &\"/G$;S/>$;_/5$;l.\" &\"/'$8&:\x8f& )(&'#(%'#($'#(#'#(\"'#&'#"), I('%3\x90""5$7\x91.) &3\x92""5#7\x93/\' 8!:\x94!! )'), I('%;P/]#%28""6879/,#;R/#$+")("\'#&\'#." &"/6$2:""6:7;/\'$8#:\x95# )(#\'#("\'#&\'#'), I("$;+.) &;-.# &;Q/2#0/*;+.) &;-.# &;Q&&&#"), I('2<""6<7=.q &2>""6>7?.e &2@""6@7A.Y &2B""6B7C.M &2D""6D7E.A &22""6273.5 &26""6677.) &24""6475'), I('%$;+._ &;-.Y &2<""6<7=.M &2>""6>7?.A &2@""6@7A.5 &2B""6B7C.) &2D""6D7E0e*;+._ &;-.Y &2<""6<7=.M &2>""6>7?.A &2@""6@7A.5 &2B""6B7C.) &2D""6D7E&/& 8!:\x96! )'), I('%;T/J#%28""6879/,#;^/#$+")("\'#&\'#." &"/#$+")("\'#&\'#'), I("%;U.) &;\\.# &;X/& 8!:\x97! )"), I('%$%;V/2#2J""6J7K/#$+")("\'#&\'#0<*%;V/2#2J""6J7K/#$+")("\'#&\'#&/D#;W/;$2J""6J7K." &"/\'$8#:\x98# )(#\'#("\'#&\'#'), I('$4\x99""5!7\x9a/,#0)*4\x99""5!7\x9a&&&#'), I('%4$""5!7%/?#$4\x9b""5!7\x9c0)*4\x9b""5!7\x9c&/#$+")("\'#&\'#'), I('%2l""6l7m/?#;Y/6$2n""6n7o/\'$8#:\x9d# )(#\'#("\'#&\'#'), I('%%;Z/\xb3#28""6879/\xa4$;Z/\x9b$28""6879/\x8c$;Z/\x83$28""6879/t$;Z/k$28""6879/\\$;Z/S$28""6879/D$;Z/;$28""6879/,$;[/#$+-)(-\'#(,\'#(+\'#(*\'#()\'#((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u0790 &%2\x9e""6\x9e7\x9f/\xa4#;Z/\x9b$28""6879/\x8c$;Z/\x83$28""6879/t$;Z/k$28""6879/\\$;Z/S$28""6879/D$;Z/;$28""6879/,$;[/#$+,)(,\'#(+\'#(*\'#()\'#((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u06f9 &%2\x9e""6\x9e7\x9f/\x8c#;Z/\x83$28""6879/t$;Z/k$28""6879/\\$;Z/S$28""6879/D$;Z/;$28""6879/,$;[/#$+*)(*\'#()\'#((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u067a &%2\x9e""6\x9e7\x9f/t#;Z/k$28""6879/\\$;Z/S$28""6879/D$;Z/;$28""6879/,$;[/#$+()((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u0613 &%2\x9e""6\x9e7\x9f/\\#;Z/S$28""6879/D$;Z/;$28""6879/,$;[/#$+&)(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u05c4 &%2\x9e""6\x9e7\x9f/D#;Z/;$28""6879/,$;[/#$+$)($\'#(#\'#("\'#&\'#.\u058d &%2\x9e""6\x9e7\x9f/,#;[/#$+")("\'#&\'#.\u056e &%2\x9e""6\x9e7\x9f/,#;Z/#$+")("\'#&\'#.\u054f &%;Z/\x9b#2\x9e""6\x9e7\x9f/\x8c$;Z/\x83$28""6879/t$;Z/k$28""6879/\\$;Z/S$28""6879/D$;Z/;$28""6879/,$;[/#$++)(+\'#(*\'#()\'#((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u04c7 &%;Z/\xaa#%28""6879/,#;Z/#$+")("\'#&\'#." &"/\x83$2\x9e""6\x9e7\x9f/t$;Z/k$28""6879/\\$;Z/S$28""6879/D$;Z/;$28""6879/,$;[/#$+*)(*\'#()\'#((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u0430 &%;Z/\xb9#%28""6879/,#;Z/#$+")("\'#&\'#." &"/\x92$%28""6879/,#;Z/#$+")("\'#&\'#." &"/k$2\x9e""6\x9e7\x9f/\\$;Z/S$28""6879/D$;Z/;$28""6879/,$;[/#$+))()\'#((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u038a &%;Z/\xc8#%28""6879/,#;Z/#$+")("\'#&\'#." &"/\xa1$%28""6879/,#;Z/#$+")("\'#&\'#." &"/z$%28""6879/,#;Z/#$+")("\'#&\'#." &"/S$2\x9e""6\x9e7\x9f/D$;Z/;$28""6879/,$;[/#$+()((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u02d5 &%;Z/\xd7#%28""6879/,#;Z/#$+")("\'#&\'#." &"/\xb0$%28""6879/,#;Z/#$+")("\'#&\'#." &"/\x89$%28""6879/,#;Z/#$+")("\'#&\'#." &"/b$%28""6879/,#;Z/#$+")("\'#&\'#." &"/;$2\x9e""6\x9e7\x9f/,$;[/#$+\')(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u0211 &%;Z/\xfe#%28""6879/,#;Z/#$+")("\'#&\'#." &"/\xd7$%28""6879/,#;Z/#$+")("\'#&\'#." &"/\xb0$%28""6879/,#;Z/#$+")("\'#&\'#." &"/\x89$%28""6879/,#;Z/#$+")("\'#&\'#." &"/b$%28""6879/,#;Z/#$+")("\'#&\'#." &"/;$2\x9e""6\x9e7\x9f/,$;Z/#$+()((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#.\u0126 &%;Z/\u011c#%28""6879/,#;Z/#$+")("\'#&\'#." &"/\xf5$%28""6879/,#;Z/#$+")("\'#&\'#." &"/\xce$%28""6879/,#;Z/#$+")("\'#&\'#." &"/\xa7$%28""6879/,#;Z/#$+")("\'#&\'#." &"/\x80$%28""6879/,#;Z/#$+")("\'#&\'#." &"/Y$%28""6879/,#;Z/#$+")("\'#&\'#." &"/2$2\x9e""6\x9e7\x9f/#$+()((\'#(\'\'#(&\'#(%\'#($\'#(#\'#("\'#&\'#/& 8!:\xa0! )'), I('%;#/M#;#." &"/?$;#." &"/1$;#." &"/#$+$)($\'#(#\'#("\'#&\'#'), I("%;Z/;#28\"\"6879/,$;Z/#$+#)(#'#(\"'#&'#.# &;\\"), I("%;]/o#2J\"\"6J7K/`$;]/W$2J\"\"6J7K/H$;]/?$2J\"\"6J7K/0$;]/'$8':\xa1' )(''#(&'#(%'#($'#(#'#(\"'#&'#"), I('%2\xa2""6\xa27\xa3/2#4\xa4""5!7\xa5/#$+")("\'#&\'#.\x98 &%2\xa6""6\xa67\xa7/;#4\xa8""5!7\xa9/,$;!/#$+#)(#\'#("\'#&\'#.j &%2\xaa""6\xaa7\xab/5#;!/,$;!/#$+#)(#\'#("\'#&\'#.B &%4\xac""5!7\xad/,#;!/#$+")("\'#&\'#.# &;!'), I('%%;!." &"/[#;!." &"/M$;!." &"/?$;!." &"/1$;!." &"/#$+%)(%\'#($\'#(#\'#("\'#&\'#/\' 8!:\xae!! )'), I('$%22""6273/,#;`/#$+")("\'#&\'#0<*%22""6273/,#;`/#$+")("\'#&\'#&'), I(";a.A &;b.; &;c.5 &;d./ &;e.) &;f.# &;g"), I('%3\xaf""5*7\xb0/a#3\xb1""5#7\xb2.G &3\xb3""5#7\xb4.; &3\xb5""5$7\xb6./ &3\xb7""5#7\xb8.# &;6/($8":\xb9"! )("\'#&\'#'), I('%3\xba""5%7\xbb/I#3\xbc""5%7\xbd./ &3\xbe""5"7\xbf.# &;6/($8":\xc0"! )("\'#&\'#'), I('%3\xc1""5\'7\xc2/1#;\x90/($8":\xc3"! )("\'#&\'#'), I('%3\xc4""5$7\xc5/1#;\xf0/($8":\xc6"! )("\'#&\'#'), I('%3\xc7""5&7\xc8/1#;T/($8":\xc9"! )("\'#&\'#'), I('%3\xca""5"7\xcb/N#%2>""6>7?/,#;6/#$+")("\'#&\'#." &"/\'$8":\xcc" )("\'#&\'#'), I('%;h/P#%2>""6>7?/,#;i/#$+")("\'#&\'#." &"/)$8":\xcd""! )("\'#&\'#'), I('%$;j/�#*;j&&&#/"!&,)'), I('%$;j/�#*;j&&&#/"!&,)'), I(";k.) &;+.# &;-"), I('2l""6l7m.e &2n""6n7o.Y &24""6475.M &28""6879.A &2<""6<7=.5 &2@""6@7A.) &2B""6B7C'), I('%26""6677/n#;m/e$$%2<""6<7=/,#;m/#$+")("\'#&\'#0<*%2<""6<7=/,#;m/#$+")("\'#&\'#&/#$+#)(#\'#("\'#&\'#'), I('%;n/A#2>""6>7?/2$;o/)$8#:\xce#"" )(#\'#("\'#&\'#'), I("$;p.) &;+.# &;-/2#0/*;p.) &;+.# &;-&&&#"), I("$;p.) &;+.# &;-0/*;p.) &;+.# &;-&"), I('2l""6l7m.e &2n""6n7o.Y &24""6475.M &26""6677.A &28""6879.5 &2@""6@7A.) &2B""6B7C'), I(";\x91.# &;r"), I("%;\x90/G#;'/>$;s/5$;'/,$;\x84/#$+%)(%'#($'#(#'#(\"'#&'#"), I(";M.# &;t"), I("%;\x7f/E#28\"\"6879/6$;u.# &;x/'$8#:\xcf# )(#'#(\"'#&'#"), I('%;v.# &;w/J#%26""6677/,#;\x83/#$+")("\'#&\'#." &"/#$+")("\'#&\'#'), I('%2\xd0""6\xd07\xd1/:#;\x80/1$;w." &"/#$+#)(#\'#("\'#&\'#'), I('%24""6475/,#;{/#$+")("\'#&\'#'), I("%;z/3#$;y0#*;y&/#$+\")(\"'#&'#"), I(";*.) &;+.# &;-"), I(';+.\x8f &;-.\x89 &22""6273.} &26""6677.q &28""6879.e &2:""6:7;.Y &2<""6<7=.M &2>""6>7?.A &2@""6@7A.5 &2B""6B7C.) &2D""6D7E'), I('%;|/e#$%24""6475/,#;|/#$+")("\'#&\'#0<*%24""6475/,#;|/#$+")("\'#&\'#&/#$+")("\'#&\'#'), I('%$;~0#*;~&/e#$%22""6273/,#;}/#$+")("\'#&\'#0<*%22""6273/,#;}/#$+")("\'#&\'#&/#$+")("\'#&\'#'), I("$;~0#*;~&"), I(';+.w &;-.q &28""6879.e &2:""6:7;.Y &2<""6<7=.M &2>""6>7?.A &2@""6@7A.5 &2B""6B7C.) &2D""6D7E'), I('%%;"/\x87#$;".G &;!.A &2@""6@7A.5 &2F""6F7G.) &2J""6J7K0M*;".G &;!.A &2@""6@7A.5 &2F""6F7G.) &2J""6J7K&/#$+")("\'#&\'#/& 8!:\xd2! )'), I(";\x81.# &;\x82"), I('%%;O/2#2:""6:7;/#$+")("\'#&\'#." &"/,#;S/#$+")("\'#&\'#." &"'), I('$;+.\x83 &;-.} &2B""6B7C.q &2D""6D7E.e &22""6273.Y &28""6879.M &2:""6:7;.A &2<""6<7=.5 &2>""6>7?.) &2@""6@7A/\x8c#0\x89*;+.\x83 &;-.} &2B""6B7C.q &2D""6D7E.e &22""6273.Y &28""6879.M &2:""6:7;.A &2<""6<7=.5 &2>""6>7?.) &2@""6@7A&&&#'), I("$;y0#*;y&"), I('%3\x92""5#7\xd3/q#24""6475/b$$;!/�#*;!&&&#/L$2J""6J7K/=$$;!/�#*;!&&&#/\'$8%:\xd4% )(%\'#($\'#(#\'#("\'#&\'#'), I('2\xd5""6\xd57\xd6'), I('2\xd7""6\xd77\xd8'), I('2\xd9""6\xd97\xda'), I('2\xdb""6\xdb7\xdc'), I('2\xdd""6\xdd7\xde'), I('2\xdf""6\xdf7\xe0'), I('2\xe1""6\xe17\xe2'), I('2\xe3""6\xe37\xe4'), I('2\xe5""6\xe57\xe6'), I('2\xe7""6\xe77\xe8'), I('2\xe9""6\xe97\xea'), I("%;\x85.Y &;\x86.S &;\x88.M &;\x89.G &;\x8a.A &;\x8b.; &;\x8c.5 &;\x8f./ &;\x8d.) &;\x8e.# &;6/& 8!:\xeb! )"), I("%;\x84/G#;'/>$;\x92/5$;'/,$;\x94/#$+%)(%'#($'#(#'#(\"'#&'#"), I("%;\x93/' 8!:\xec!! )"), I("%;!/5#;!/,$;!/#$+#)(#'#(\"'#&'#"), I("%$;*.A &;+.; &;-.5 &;3./ &;4.) &;'.# &;(0G*;*.A &;+.; &;-.5 &;3./ &;4.) &;'.# &;(&/& 8!:\xed! )"), I("%;\xb6/Y#$%;A/,#;\xb6/#$+\")(\"'#&'#06*%;A/,#;\xb6/#$+\")(\"'#&'#&/#$+\")(\"'#&'#"), I('%;9/N#%2:""6:7;/,#;9/#$+")("\'#&\'#." &"/\'$8":\xee" )("\'#&\'#'), I("%;:.c &%;\x98/Y#$%;A/,#;\x98/#$+\")(\"'#&'#06*%;A/,#;\x98/#$+\")(\"'#&'#&/#$+\")(\"'#&'#/& 8!:\xef! )"), I("%;L.# &;\x99/]#$%;B/,#;\x9b/#$+\")(\"'#&'#06*%;B/,#;\x9b/#$+\")(\"'#&'#&/'$8\":\xf0\" )(\"'#&'#"), I("%;\x9a.\" &\"/>#;@/5$;M/,$;?/#$+$)($'#(#'#(\"'#&'#"), I("%%;6/Y#$%;./,#;6/#$+\")(\"'#&'#06*%;./,#;6/#$+\")(\"'#&'#&/#$+\")(\"'#&'#.# &;H/' 8!:\xf1!! )"), I(";\x9c.) &;\x9d.# &;\xa0"), I("%3\xf2\"\"5!7\xf3/:#;</1$;\x9f/($8#:\xf4#! )(#'#(\"'#&'#"), I("%3\xf5\"\"5'7\xf6/:#;</1$;\x9e/($8#:\xf7#! )(#'#(\"'#&'#"), I("%$;!/�#*;!&&&#/' 8!:\xf8!! )"), I('%2\xf9""6\xf97\xfa/o#%2J""6J7K/M#;!." &"/?$;!." &"/1$;!." &"/#$+$)($\'#(#\'#("\'#&\'#." &"/\'$8":\xfb" )("\'#&\'#'), I('%;6/J#%;</,#;\xa1/#$+")("\'#&\'#." &"/)$8":\xfc""! )("\'#&\'#'), I(";6.) &;T.# &;H"), I("%;\xa3/Y#$%;B/,#;\xa4/#$+\")(\"'#&'#06*%;B/,#;\xa4/#$+\")(\"'#&'#&/#$+\")(\"'#&'#"), I('%3\xfd""5&7\xfe.G &3\xff""5\'7\u0100.; &3\u0101""5$7\u0102./ &3\u0103""5%7\u0104.# &;6/& 8!:\u0105! )'), I(";\xa5.# &;\xa0"), I('%3\u0106""5(7\u0107/M#;</D$3\u0108""5(7\u0109./ &3\u010a""5(7\u010b.# &;6/#$+#)(#\'#("\'#&\'#'), I("%;6/Y#$%;A/,#;6/#$+\")(\"'#&'#06*%;A/,#;6/#$+\")(\"'#&'#&/#$+\")(\"'#&'#"), I("%$;!/�#*;!&&&#/' 8!:\u010c!! )"), I("%;\xa9/& 8!:\u010d! )"), I("%;\xaa/k#;;/b$;\xaf/Y$$%;B/,#;\xb0/#$+\")(\"'#&'#06*%;B/,#;\xb0/#$+\")(\"'#&'#&/#$+$)($'#(#'#(\"'#&'#"), I(";\xab.# &;\xac"), I('3\u010e""5$7\u010f.S &3\u0110""5%7\u0111.G &3\u0112""5%7\u0113.; &3\u0114""5%7\u0115./ &3\u0116""5+7\u0117.# &;\xad'), I('3\u0118""5\'7\u0119./ &3\u011a""5)7\u011b.# &;\xad'), I(";6.# &;\xae"), I('%3\u011c""5"7\u011d/,#;6/#$+")("\'#&\'#'), I(";\xad.# &;6"), I("%;6/5#;</,$;\xb1/#$+#)(#'#(\"'#&'#"), I(";6.# &;H"), I("%;\xb3/5#;./,$;\x90/#$+#)(#'#(\"'#&'#"), I("%$;!/�#*;!&&&#/' 8!:\u011e!! )"), I("%;\x9e/' 8!:\u011f!! )"), I('%;\xb6/^#$%;B/,#;\xa0/#$+")("\'#&\'#06*%;B/,#;\xa0/#$+")("\'#&\'#&/($8":\u0120"!!)("\'#&\'#'), I('%%;7/e#$%2J""6J7K/,#;7/#$+")("\'#&\'#0<*%2J""6J7K/,#;7/#$+")("\'#&\'#&/#$+")("\'#&\'#/"!&,)'), I("%;L.# &;\x99/]#$%;B/,#;\xb8/#$+\")(\"'#&'#06*%;B/,#;\xb8/#$+\")(\"'#&'#&/'$8\":\u0121\" )(\"'#&'#"), I(";\xb9.# &;\xa0"), I("%3\u0122\"\"5#7\u0123/:#;</1$;6/($8#:\u0124#! )(#'#(\"'#&'#"), I("%$;!/�#*;!&&&#/' 8!:\u0125!! )"), I("%;\x9e/' 8!:\u0126!! )"), I("%$;\x9a0#*;\x9a&/x#;@/o$;M/f$;?/]$$%;B/,#;\xa0/#$+\")(\"'#&'#06*%;B/,#;\xa0/#$+\")(\"'#&'#&/'$8%:\u0127% )(%'#($'#(#'#(\"'#&'#"), I(";\xbe"), I("%3\u0128\"\"5&7\u0129/k#;./b$;\xc1/Y$$%;A/,#;\xc1/#$+\")(\"'#&'#06*%;A/,#;\xc1/#$+\")(\"'#&'#&/#$+$)($'#(#'#(\"'#&'#.# &;\xbf"), I("%;6/k#;./b$;\xc0/Y$$%;A/,#;\xc0/#$+\")(\"'#&'#06*%;A/,#;\xc0/#$+\")(\"'#&'#&/#$+$)($'#(#'#(\"'#&'#"), I("%;6/;#;</2$;6.# &;H/#$+#)(#'#(\"'#&'#"), I(";\xc2.G &;\xc4.A &;\xc6.; &;\xc8.5 &;\xc9./ &;\xca.) &;\xcb.# &;\xc0"), I("%3\u012a\"\"5%7\u012b/5#;</,$;\xc3/#$+#)(#'#(\"'#&'#"), I("%;I/' 8!:\u012c!! )"), I("%3\u012d\"\"5&7\u012e/\x97#;</\x8e$;D/\x85$;\xc5/|$$%$;'/�#*;'&&&#/,#;\xc5/#$+\")(\"'#&'#0C*%$;'/�#*;'&&&#/,#;\xc5/#$+\")(\"'#&'#&/,$;E/#$+&)(&'#(%'#($'#(#'#(\"'#&'#"), I(";t.# &;w"), I("%3\u012f\"\"5%7\u0130/5#;</,$;\xc7/#$+#)(#'#(\"'#&'#"), I("%;I/' 8!:\u0131!! )"), I("%3\u0132\"\"5&7\u0133/:#;</1$;I/($8#:\u0134#! )(#'#(\"'#&'#"), I('%3\u0135""5%7\u0136/]#;</T$%3\u0137""5$7\u0138/& 8!:\u0139! ).4 &%3\u013a""5%7\u013b/& 8!:\u013c! )/#$+#)(#\'#("\'#&\'#'), I('%3\u013d""5)7\u013e/R#;</I$3\u013f""5#7\u0140./ &3\u0141""5(7\u0142.# &;6/($8#:\u0143#! )(#\'#("\'#&\'#'), I('%3\u0144""5#7\u0145/\x93#;</\x8a$;D/\x81$%;\xcc/e#$%2D""6D7E/,#;\xcc/#$+")("\'#&\'#0<*%2D""6D7E/,#;\xcc/#$+")("\'#&\'#&/#$+")("\'#&\'#/,$;E/#$+%)(%\'#($\'#(#\'#("\'#&\'#'), I('%3\u0146""5(7\u0147./ &3\u0148""5$7\u0149.# &;6/\' 8!:\u014a!! )'), I("%;6/Y#$%;A/,#;6/#$+\")(\"'#&'#06*%;A/,#;6/#$+\")(\"'#&'#&/#$+\")(\"'#&'#"), I("%;\xcf/G#;./>$;\xcf/5$;./,$;\x90/#$+%)(%'#($'#(#'#(\"'#&'#"), I("%$;!/�#*;!&&&#/' 8!:\u014b!! )"), I("%;\xd1/]#$%;A/,#;\xd1/#$+\")(\"'#&'#06*%;A/,#;\xd1/#$+\")(\"'#&'#&/'$8\":\u014c\" )(\"'#&'#"), I("%;\x99/]#$%;B/,#;\xa0/#$+\")(\"'#&'#06*%;B/,#;\xa0/#$+\")(\"'#&'#&/'$8\":\u014d\" )(\"'#&'#"), I('%;L.O &;\x99.I &%;@." &"/:#;t/1$;?." &"/#$+#)(#\'#("\'#&\'#/]#$%;B/,#;\xa0/#$+")("\'#&\'#06*%;B/,#;\xa0/#$+")("\'#&\'#&/\'$8":\u014e" )("\'#&\'#'), I("%;\xd4/]#$%;B/,#;\xd5/#$+\")(\"'#&'#06*%;B/,#;\xd5/#$+\")(\"'#&'#&/'$8\":\u014f\" )(\"'#&'#"), I("%;\x96/& 8!:\u0150! )"), I('%3\u0151""5(7\u0152/:#;</1$;6/($8#:\u0153#! )(#\'#("\'#&\'#.g &%3\u0154""5&7\u0155/:#;</1$;6/($8#:\u0156#! )(#\'#("\'#&\'#.: &%3\u0157""5*7\u0158/& 8!:\u0159! ).# &;\xa0'), I('%%;6/k#$%;A/2#;6/)$8":\u015a""$ )("\'#&\'#0<*%;A/2#;6/)$8":\u015a""$ )("\'#&\'#&/)$8":\u015b""! )("\'#&\'#." &"/\' 8!:\u015c!! )'), I("%;\xd8/Y#$%;A/,#;\xd8/#$+\")(\"'#&'#06*%;A/,#;\xd8/#$+\")(\"'#&'#&/#$+\")(\"'#&'#"), I("%;\x99/Y#$%;B/,#;\xa0/#$+\")(\"'#&'#06*%;B/,#;\xa0/#$+\")(\"'#&'#&/#$+\")(\"'#&'#"), I("%$;!/�#*;!&&&#/' 8!:\u015d!! )"), I("%;\xdb/Y#$%;B/,#;\xdc/#$+\")(\"'#&'#06*%;B/,#;\xdc/#$+\")(\"'#&'#&/#$+\")(\"'#&'#"), I('%3\u015e""5&7\u015f.; &3\u0160""5\'7\u0161./ &3\u0162""5*7\u0163.# &;6/& 8!:\u0164! )'), I("%3\u0165\"\"5&7\u0166/:#;</1$;\xdd/($8#:\u0167#! )(#'#(\"'#&'#.} &%3\xf5\"\"5'7\xf6/:#;</1$;\x9e/($8#:\u0168#! )(#'#(\"'#&'#.P &%3\u0169\"\"5+7\u016a/:#;</1$;\x9e/($8#:\u016b#! )(#'#(\"'#&'#.# &;\xa0"), I('3\u016c""5+7\u016d.k &3\u016e""5)7\u016f._ &3\u0170""5(7\u0171.S &3\u0172""5\'7\u0173.G &3\u0174""5&7\u0175.; &3\u0176""5*7\u0177./ &3\u0178""5)7\u0179.# &;6'), I(';1." &"'), I('%%;6/k#$%;A/2#;6/)$8":\u015a""$ )("\'#&\'#0<*%;A/2#;6/)$8":\u015a""$ )("\'#&\'#&/)$8":\u015b""! )("\'#&\'#." &"/\' 8!:\u017a!! )'), I("%;L.# &;\x99/]#$%;B/,#;\xe1/#$+\")(\"'#&'#06*%;B/,#;\xe1/#$+\")(\"'#&'#&/'$8\":\u017b\" )(\"'#&'#"), I(";\xb9.# &;\xa0"), I("%;\xe3/Y#$%;A/,#;\xe3/#$+\")(\"'#&'#06*%;A/,#;\xe3/#$+\")(\"'#&'#&/#$+\")(\"'#&'#"), I("%;\xea/k#;./b$;\xed/Y$$%;B/,#;\xe4/#$+\")(\"'#&'#06*%;B/,#;\xe4/#$+\")(\"'#&'#&/#$+$)($'#(#'#(\"'#&'#"), I(";\xe5.; &;\xe6.5 &;\xe7./ &;\xe8.) &;\xe9.# &;\xa0"), I("%3\u017c\"\"5#7\u017d/:#;</1$;\xf0/($8#:\u017e#! )(#'#(\"'#&'#"), I("%3\u017f\"\"5%7\u0180/:#;</1$;T/($8#:\u0181#! )(#'#(\"'#&'#"), I("%3\u0182\"\"5(7\u0183/F#;</=$;\\.) &;Y.# &;X/($8#:\u0184#! )(#'#(\"'#&'#"), I("%3\u0185\"\"5&7\u0186/:#;</1$;6/($8#:\u0187#! )(#'#(\"'#&'#"), I("%3\u0188\"\"5%7\u0189/A#;</8$$;!0#*;!&/($8#:\u018a#! )(#'#(\"'#&'#"), I("%;\xeb/G#;;/>$;6/5$;;/,$;\xec/#$+%)(%'#($'#(#'#(\"'#&'#"), I('%3\x92""5#7\xd3.# &;6/\' 8!:\u018b!! )'), I('%3\xb1""5#7\u018c.G &3\xb3""5#7\u018d.; &3\xb7""5#7\u018e./ &3\xb5""5$7\u018f.# &;6/\' 8!:\u0190!! )'), I('%;\xee/D#%;C/,#;\xef/#$+")("\'#&\'#." &"/#$+")("\'#&\'#'), I("%;U.) &;\\.# &;X/& 8!:\u0191! )"), I('%%;!." &"/[#;!." &"/M$;!." &"/?$;!." &"/1$;!." &"/#$+%)(%\'#($\'#(#\'#("\'#&\'#/\' 8!:\u0192!! )'), I('%%;!/?#;!." &"/1$;!." &"/#$+#)(#\'#("\'#&\'#/\' 8!:\u0193!! )'), I(";\xbe"), I('%;\x9e/^#$%;B/,#;\xf3/#$+")("\'#&\'#06*%;B/,#;\xf3/#$+")("\'#&\'#&/($8":\u0194"!!)("\'#&\'#'), I(";\xf4.# &;\xa0"), I('%2\u0195""6\u01957\u0196/L#;</C$2\u0197""6\u01977\u0198.) &2\u0199""6\u01997\u019a/($8#:\u019b#! )(#\'#("\'#&\'#'), I('%;\x9e/^#$%;B/,#;\xa0/#$+")("\'#&\'#06*%;B/,#;\xa0/#$+")("\'#&\'#&/($8":\u019c"!!)("\'#&\'#'), I("%;6/5#;0/,$;\xf7/#$+#)(#'#(\"'#&'#"), I("$;2.) &;4.# &;.0/*;2.) &;4.# &;.&"), I("$;%0#*;%&"), I("%;\xfa/;#28\"\"6879/,$;\xfb/#$+#)(#'#(\"'#&'#"), I('%3\u019d""5%7\u019e.) &3\u019f""5$7\u01a0/\' 8!:\u01a1!! )'), I('%;\xfc/J#%28""6879/,#;^/#$+")("\'#&\'#." &"/#$+")("\'#&\'#'), I("%;\\.) &;X.# &;\x82/' 8!:\u01a2!! )"), I(';".S &;!.M &2F""6F7G.A &2J""6J7K.5 &2H""6H7I.) &2N""6N7O'), I('2L""6L7M.\x95 &2B""6B7C.\x89 &2<""6<7=.} &2R""6R7S.q &2T""6T7U.e &2V""6V7W.Y &2P""6P7Q.M &2@""6@7A.A &2D""6D7E.5 &22""6273.) &2>""6>7?'), I('%;\u0100/b#28""6879/S$;\xfb/J$%2\u01a3""6\u01a37\u01a4/,#;\xec/#$+")("\'#&\'#." &"/#$+$)($\'#(#\'#("\'#&\'#'), I('%3\u01a5""5%7\u01a6.) &3\u01a7""5$7\u01a8/\' 8!:\u01a1!! )'), I('%3\xb1""5#7\xb2.6 &3\xb3""5#7\xb4.* &$;+0#*;+&/\' 8!:\u01a9!! )'), I("%;\u0104/\x87#2F\"\"6F7G/x$;\u0103/o$2F\"\"6F7G/`$;\u0103/W$2F\"\"6F7G/H$;\u0103/?$2F\"\"6F7G/0$;\u0105/'$8):\u01aa) )()'#(('#(''#(&'#(%'#($'#(#'#(\"'#&'#"), I("%;#/>#;#/5$;#/,$;#/#$+$)($'#(#'#(\"'#&'#"), I("%;\u0103/,#;\u0103/#$+\")(\"'#&'#"), I("%;\u0103/5#;\u0103/,$;\u0103/#$+#)(#'#(\"'#&'#"), I("%;q/T#$;m0#*;m&/D$%; /,#;\xf8/#$+\")(\"'#&'#.\" &\"/#$+#)(#'#(\"'#&'#"), I('%2\u01ab""6\u01ab7\u01ac.) &2\u01ad""6\u01ad7\u01ae/w#;0/n$;\u0108/e$$%;B/2#;\u0109.# &;\xa0/#$+")("\'#&\'#0<*%;B/2#;\u0109.# &;\xa0/#$+")("\'#&\'#&/#$+$)($\'#(#\'#("\'#&\'#'), I(";\x99.# &;L"), I("%2\u01af\"\"6\u01af7\u01b0/5#;</,$;\u010a/#$+#)(#'#(\"'#&'#"), I("%;D/S#;,/J$2:\"\"6:7;/;$;,.# &;T/,$;E/#$+%)(%'#($'#(#'#(\"'#&'#")]; let c = 0, h = 0; const d = [{ line: 1, column: 1 }]; let l, g = 0, u = [], p = 0; if (void 0 !== t.startRule) { if (!(t.startRule in r)) throw new Error("Can't start parsing from rule \"" + t.startRule + '".'); n = r[t.startRule] } function f() { return e.substring(h, c) } function m() { return y(h, c) } function b(e, t) { return { type: "literal", text: e, ignoreCase: t } } function T(e, t, s) { return { type: "class", parts: e, inverted: t, ignoreCase: s } } function R(t) { let s, i = d[t]; if (i) return i; for (s = t - 1; !d[s];)s--; for (i = d[s], i = { line: i.line, column: i.column }; s < t;)10 === e.charCodeAt(s) ? (i.line++ , i.column = 1) : i.column++ , s++; return d[t] = i, i } function y(e, t) { const s = R(e), r = R(t); return { source: i, start: { offset: e, line: s.line, column: s.column }, end: { offset: t, line: r.line, column: r.column } } } function E(e) { c < g || (c > g && (g = c, u = []), u.push(e)) } function $(e, t, s) { return new S(S.buildMessage(e, t), e, t, s) } function I(e) { return e.split("").map((e => e.charCodeAt(0) - 32)) } if (t.data = {}, l = function t(i) { const r = a[i]; let n = 0; const d = []; let l = r.length; const g = [], u = []; let f; for (; ;) { for (; n < l;)switch (r[n]) { case 0: u.push(o[r[n + 1]]), n += 2; break; case 1: u.push(void 0), n++; break; case 2: u.push(null), n++; break; case 3: u.push(s), n++; break; case 4: u.push([]), n++; break; case 5: u.push(c), n++; break; case 6: u.pop(), n++; break; case 7: c = u.pop(), n++; break; case 8: u.length -= r[n + 1], n += 2; break; case 9: u.splice(-2, 1), n++; break; case 10: u[u.length - 2].push(u.pop()), n++; break; case 11: u.push(u.splice(u.length - r[n + 1], r[n + 1])), n += 2; break; case 12: u.push(e.substring(u.pop(), c)), n++; break; case 13: g.push(l), d.push(n + 3 + r[n + 1] + r[n + 2]), u[u.length - 1] ? (l = n + 3 + r[n + 1], n += 3) : (l = n + 3 + r[n + 1] + r[n + 2], n += 3 + r[n + 1]); break; case 14: g.push(l), d.push(n + 3 + r[n + 1] + r[n + 2]), u[u.length - 1] === s ? (l = n + 3 + r[n + 1], n += 3) : (l = n + 3 + r[n + 1] + r[n + 2], n += 3 + r[n + 1]); break; case 15: g.push(l), d.push(n + 3 + r[n + 1] + r[n + 2]), u[u.length - 1] !== s ? (l = n + 3 + r[n + 1], n += 3) : (l = n + 3 + r[n + 1] + r[n + 2], n += 3 + r[n + 1]); break; case 16: u[u.length - 1] !== s ? (g.push(l), d.push(n), l = n + 2 + r[n + 1], n += 2) : n += 2 + r[n + 1]; break; case 17: g.push(l), d.push(n + 3 + r[n + 1] + r[n + 2]), e.length > c ? (l = n + 3 + r[n + 1], n += 3) : (l = n + 3 + r[n + 1] + r[n + 2], n += 3 + r[n + 1]); break; case 18: g.push(l), d.push(n + 4 + r[n + 2] + r[n + 3]), e.substr(c, o[r[n + 1]].length) === o[r[n + 1]] ? (l = n + 4 + r[n + 2], n += 4) : (l = n + 4 + r[n + 2] + r[n + 3], n += 4 + r[n + 2]); break; case 19: g.push(l), d.push(n + 4 + r[n + 2] + r[n + 3]), e.substr(c, o[r[n + 1]].length).toLowerCase() === o[r[n + 1]] ? (l = n + 4 + r[n + 2], n += 4) : (l = n + 4 + r[n + 2] + r[n + 3], n += 4 + r[n + 2]); break; case 20: g.push(l), d.push(n + 4 + r[n + 2] + r[n + 3]), o[r[n + 1]].test(e.charAt(c)) ? (l = n + 4 + r[n + 2], n += 4) : (l = n + 4 + r[n + 2] + r[n + 3], n += 4 + r[n + 2]); break; case 21: u.push(e.substr(c, r[n + 1])), c += r[n + 1], n += 2; break; case 22: u.push(o[r[n + 1]]), c += o[r[n + 1]].length, n += 2; break; case 23: u.push(s), 0 === p && E(o[r[n + 1]]), n += 2; break; case 24: h = u[u.length - 1 - r[n + 1]], n += 2; break; case 25: h = c, n++; break; case 26: f = r.slice(n + 4, n + 4 + r[n + 3]).map((function (e) { return u[u.length - 1 - e] })), u.splice(u.length - r[n + 2], r[n + 2], o[r[n + 1]].apply(null, f)), n += 4 + r[n + 3]; break; case 27: u.push(t(r[n + 1])), n += 2; break; case 28: p++ , n++; break; case 29: p-- , n++; break; default: throw new Error("Invalid opcode: " + r[n] + ".") }if (!(g.length > 0)) break; l = g.pop(), n = d.pop() } return u[0] }(n), l !== s && c === e.length) return l; throw l !== s && c < e.length && E({ type: "end" }), $(u, g < e.length ? e.charAt(g) : null, g < e.length ? y(g, g + 1) : y(g, g)) }; var y; !function (e) { e.parse = function (e, t) { const s = { startRule: t }; try { R(e, s) } catch (e) { s.data = -1 } return s.data }, e.nameAddrHeaderParse = function (t) { const s = e.parse(t, "Name_Addr_Header"); return -1 !== s ? s : void 0 }, e.URIParse = function (t) { const s = e.parse(t, "SIP_URI"); return -1 !== s ? s : void 0 } }(y = y || (y = {})); const E = { 100: "Trying", 180: "Ringing", 181: "Call Is Being Forwarded", 182: "Queued", 183: "Session Progress", 199: "Early Dialog Terminated", 200: "OK", 202: "Accepted", 204: "No Notification", 300: "Multiple Choices", 301: "Moved Permanently", 302: "Moved Temporarily", 305: "Use Proxy", 380: "Alternative Service", 400: "Bad Request", 401: "Unauthorized", 402: "Payment Required", 403: "Forbidden", 404: "Not Found", 405: "Method Not Allowed", 406: "Not Acceptable", 407: "Proxy Authentication Required", 408: "Request Timeout", 410: "Gone", 412: "Conditional Request Failed", 413: "Request Entity Too Large", 414: "Request-URI Too Long", 415: "Unsupported Media Type", 416: "Unsupported URI Scheme", 417: "Unknown Resource-Priority", 420: "Bad Extension", 421: "Extension Required", 422: "Session Interval Too Small", 423: "Interval Too Brief", 428: "Use Identity Header", 429: "Provide Referrer Identity", 430: "Flow Failed", 433: "Anonymity Disallowed", 436: "Bad Identity-Info", 437: "Unsupported Certificate", 438: "Invalid Identity Header", 439: "First Hop Lacks Outbound Support", 440: "Max-Breadth Exceeded", 469: "Bad Info Package", 470: "Consent Needed", 478: "Unresolvable Destination", 480: "Temporarily Unavailable", 481: "Call/Transaction Does Not Exist", 482: "Loop Detected", 483: "Too Many Hops", 484: "Address Incomplete", 485: "Ambiguous", 486: "Busy Here", 487: "Request Terminated", 488: "Not Acceptable Here", 489: "Bad Event", 491: "Request Pending", 493: "Undecipherable", 494: "Security Agreement Required", 500: "Internal Server Error", 501: "Not Implemented", 502: "Bad Gateway", 503: "Service Unavailable", 504: "Server Time-out", 505: "Version Not Supported", 513: "Message Too Large", 580: "Precondition Failure", 600: "Busy Everywhere", 603: "Decline", 604: "Does Not Exist Anywhere", 606: "Not Acceptable" }; function $(e, t = 32) { let s = ""; for (let i = 0; i < e; i++) { s += Math.floor(Math.random() * t).toString(t) } return s } function I(e) { return E[e] || "" } function C() { return $(10) } function A(e) { const t = { "Call-Id": "Call-ID", Cseq: "CSeq", "Min-Se": "Min-SE", Rack: "RAck", Rseq: "RSeq", "Www-Authenticate": "WWW-Authenticate" }, s = e.toLowerCase().replace(/_/g, "-").split("-"), i = s.length; let r = ""; for (let e = 0; e < i; e++)0 !== e && (r += "-"), r += s[e].charAt(0).toUpperCase() + s[e].substring(1); return t[r] && (r = t[r]), r } function D(e) { return encodeURIComponent(e).replace(/%[A-F\d]{2}/g, "U").length } class H { constructor() { this.headers = {} } addHeader(e, t) { const s = { raw: t }; e = A(e), this.headers[e] ? this.headers[e].push(s) : this.headers[e] = [s] } getHeader(e) { const t = this.headers[A(e)]; if (t) return t[0] ? t[0].raw : void 0 } getHeaders(e) { const t = this.headers[A(e)], s = []; if (!t) return []; for (const e of t) s.push(e.raw); return s } hasHeader(e) { return !!this.headers[A(e)] } parseHeader(e, t = 0) { if (e = A(e), !this.headers[e]) return; if (t >= this.headers[e].length) return; const s = this.headers[e][t], i = s.raw; if (s.parsed) return s.parsed; const r = y.parse(i, e.replace(/-/g, "_")); return -1 === r ? void this.headers[e].splice(t, 1) : (s.parsed = r, r) } s(e, t = 0) { return this.parseHeader(e, t) } setHeader(e, t) { this.headers[A(e)] = [{ raw: t }] } toString() { return this.data } } class P extends H { constructor() { super() } } class x extends H { constructor() { super() } } class k { constructor(e, t, s, i, r, n, o) { this.headers = {}, this.extraHeaders = [], this.options = k.getDefaultOptions(), r && (this.options = Object.assign(Object.assign({}, this.options), r), this.options.optionTags && this.options.optionTags.length && (this.options.optionTags = this.options.optionTags.slice()), this.options.routeSet && this.options.routeSet.length && (this.options.routeSet = this.options.routeSet.slice())), n && n.length && (this.extraHeaders = n.slice()), o && (this.body = { body: o.content, contentType: o.contentType }), this.method = e, this.ruri = t.clone(), this.fromURI = s.clone(), this.fromTag = this.options.fromTag ? this.options.fromTag : C(), this.from = k.makeNameAddrHeader(this.fromURI, this.options.fromDisplayName, this.fromTag), this.toURI = i.clone(), this.toTag = this.options.toTag, this.to = k.makeNameAddrHeader(this.toURI, this.options.toDisplayName, this.toTag), this.callId = this.options.callId ? this.options.callId : this.options.callIdPrefix + $(15), this.cseq = this.options.cseq, this.setHeader("route", this.options.routeSet), this.setHeader("via", ""), this.setHeader("to", this.to.toString()), this.setHeader("from", this.from.toString()), this.setHeader("cseq", this.cseq + " " + this.method), this.setHeader("call-id", this.callId), this.setHeader("max-forwards", "70") } static getDefaultOptions() { return { callId: "", callIdPrefix: "", cseq: 1, toDisplayName: "", toTag: "", fromDisplayName: "", fromTag: "", forceRport: !1, hackViaTcp: !1, optionTags: ["outbound"], routeSet: [], userAgentString: "sip.js", viaHost: "" } } static makeNameAddrHeader(e, t, s) { const i = {}; return s && (i.tag = s), new v(e, t, i) } getHeader(e) { const t = this.headers[A(e)]; if (t) { if (t[0]) return t[0] } else { const t = new RegExp("^\\s*" + e + "\\s*:", "i"); for (const e of this.extraHeaders) if (t.test(e)) return e.substring(e.indexOf(":") + 1).trim() } } getHeaders(e) { const t = [], s = this.headers[A(e)]; if (s) for (const e of s) t.push(e); else { const s = new RegExp("^\\s*" + e + "\\s*:", "i"); for (const e of this.extraHeaders) s.test(e) && t.push(e.substring(e.indexOf(":") + 1).trim()) } return t } hasHeader(e) { if (this.headers[A(e)]) return !0; { const t = new RegExp("^\\s*" + e + "\\s*:", "i"); for (const e of this.extraHeaders) if (t.test(e)) return !0 } return !1 } setHeader(e, t) { this.headers[A(e)] = t instanceof Array ? t : [t] } setViaHeader(e, t) { this.options.hackViaTcp && (t = "TCP"); let s = "SIP/2.0/" + t; s += " " + this.options.viaHost + ";branch=" + e, this.options.forceRport && (s += ";rport"), this.setHeader("via", s), this.branch = e } toString() { let e = ""; e += this.method + " " + this.ruri.toRaw() + " SIP/2.0\r\n"; for (const t in this.headers) if (this.headers[t]) for (const s of this.headers[t]) e += t + ": " + s + "\r\n"; for (const t of this.extraHeaders) e += t.trim() + "\r\n"; return e += "Supported: " + this.options.optionTags.join(", ") + "\r\n", e += "User-Agent: " + this.options.userAgentString + "\r\n", this.body ? "string" == typeof this.body ? (e += "Content-Length: " + D(this.body) + "\r\n\r\n", e += this.body) : this.body.body && this.body.contentType ? (e += "Content-Type: " + this.body.contentType + "\r\n", e += "Content-Length: " + D(this.body.body) + "\r\n\r\n", e += this.body.body) : e += "Content-Length: 0\r\n\r\n" : e += "Content-Length: 0\r\n\r\n", e } } function _(e) { return "application/sdp" === e ? "session" : "render" } function q(e) { const t = "string" == typeof e ? e : e.body, s = "string" == typeof e ? "application/sdp" : e.contentType; return { contentDisposition: _(s), contentType: s, content: t } } function M(e) { return !(!e || "string" != typeof e.content || "string" != typeof e.contentType || void 0 !== e.contentDisposition) || "string" == typeof e.contentDisposition } function N(e) { let t, s, i; if (e instanceof P && e.body) { const r = e.parseHeader("Content-Disposition"); t = r ? r.type : void 0, s = e.parseHeader("Content-Type"), i = e.body } if (e instanceof x && e.body) { const r = e.parseHeader("Content-Disposition"); t = r ? r.type : void 0, s = e.parseHeader("Content-Type"), i = e.body } if (e instanceof k && e.body) if (t = e.getHeader("Content-Disposition"), s = e.getHeader("Content-Type"), "string" == typeof e.body) { if (!s) throw new Error("Header content type header does not equal body content type."); i = e.body } else { if (s && s !== e.body.contentType) throw new Error("Header content type header does not equal body content type."); s = e.body.contentType, i = e.body.body } if (M(e) && (t = e.contentDisposition, s = e.contentType, i = e.content), i) { if (s && !t && (t = _(s)), !t) throw new Error("Content disposition undefined."); if (!s) throw new Error("Content type undefined."); return { contentDisposition: t, contentType: s, content: i } } } var O, U; !function (e) { e.Initial = "Initial", e.Early = "Early", e.AckWait = "AckWait", e.Confirmed = "Confirmed", e.Terminated = "Terminated" }(O = O || (O = {})), function (e) { e.Initial = "Initial", e.HaveLocalOffer = "HaveLocalOffer", e.HaveRemoteOffer = "HaveRemoteOffer", e.Stable = "Stable", e.Closed = "Closed" }(U = U || (U = {})); const j = 500, F = 5e3, L = { T1: j, T2: 4e3, T4: F, TIMER_B: 32e3, TIMER_D: 0, TIMER_F: 32e3, TIMER_H: 32e3, TIMER_I: 0, TIMER_J: 0, TIMER_K: 0, TIMER_L: 32e3, TIMER_M: 32e3, TIMER_N: 32e3, PROVISIONAL_RESPONSE_INTERVAL: 6e4 }; class B extends n { constructor(e) { super(e || "Transaction state error.") } } var G; !function (e) { e.ACK = "ACK", e.BYE = "BYE", e.CANCEL = "CANCEL", e.INFO = "INFO", e.INVITE = "INVITE", e.MESSAGE = "MESSAGE", e.NOTIFY = "NOTIFY", e.OPTIONS = "OPTIONS", e.REGISTER = "REGISTER", e.UPDATE = "UPDATE", e.SUBSCRIBE = "SUBSCRIBE", e.PUBLISH = "PUBLISH", e.REFER = "REFER", e.PRACK = "PRACK" }(G = G || (G = {})); const V = [G.ACK, G.BYE, G.CANCEL, G.INFO, G.INVITE, G.MESSAGE, G.NOTIFY, G.OPTIONS, G.PRACK, G.REFER, G.REGISTER, G.SUBSCRIBE]; class W { constructor(e) { this.incomingMessageRequest = e } get request() { return this.incomingMessageRequest.message } accept(e) { return this.incomingMessageRequest.accept(e), Promise.resolve() } reject(e) { return this.incomingMessageRequest.reject(e), Promise.resolve() } } class K { constructor(e) { this.incomingNotifyRequest = e } get request() { return this.incomingNotifyRequest.message } accept(e) { return this.incomingNotifyRequest.accept(e), Promise.resolve() } reject(e) { return this.incomingNotifyRequest.reject(e), Promise.resolve() } } class Y { constructor(e, t) { this.incomingReferRequest = e, this.session = t } get referTo() { const e = this.incomingReferRequest.message.parseHeader("refer-to"); if (!(e instanceof v)) throw new Error("Failed to parse Refer-To header."); return e } get referredBy() { return this.incomingReferRequest.message.getHeader("referred-by") } get replaces() { const e = this.referTo.uri.getHeader("replaces"); return e instanceof Array ? e[0] : e } get request() { return this.incomingReferRequest.message } accept(e = { statusCode: 202 }) { return this.incomingReferRequest.accept(e), Promise.resolve() } reject(e) { return this.incomingReferRequest.reject(e), Promise.resolve() } makeInviter(e) { if (this.inviter) return this.inviter; const t = this.referTo.uri.clone(); t.clearHeaders(); const s = ((e = e || {}).extraHeaders || []).slice(), i = this.replaces; i && s.push("Replaces: " + decodeURIComponent(i)); const r = this.referredBy; return r && s.push("Referred-By: " + r), e.extraHeaders = s, this.inviter = this.session.userAgent._makeInviter(t, e), this.inviter._referred = this.session, this.session._referral = this.inviter, this.inviter } } var Z, J; !function (e) { e.Initial = "Initial", e.Establishing = "Establishing", e.Established = "Established", e.Terminating = "Terminating", e.Terminated = "Terminated" }(Z = Z || (Z = {})); class z { constructor(e, t = {}) { this.pendingReinvite = !1, this.pendingReinviteAck = !1, this._state = Z.Initial, this.delegate = t.delegate, this._stateEventEmitter = new p, this._userAgent = e } dispose() { switch (this.logger.log(`Session ${this.id} in state ${this._state} is being disposed`), delete this.userAgent._sessions[this.id], this._sessionDescriptionHandler && this._sessionDescriptionHandler.close(), this.state) { case Z.Initial: case Z.Establishing: break; case Z.Established: return new Promise((e => { this._bye({ onAccept: () => e(), onRedirect: () => e(), onReject: () => e() }) })); case Z.Terminating: case Z.Terminated: break; default: throw new Error("Unknown state.") }return Promise.resolve() } get assertedIdentity() { return this._assertedIdentity } get dialog() { return this._dialog } get id() { return this._id } get replacee() { return this._replacee } get sessionDescriptionHandler() { return this._sessionDescriptionHandler } get sessionDescriptionHandlerFactory() { return this.userAgent.configuration.sessionDescriptionHandlerFactory } get sessionDescriptionHandlerModifiers() { return this._sessionDescriptionHandlerModifiers || [] } set sessionDescriptionHandlerModifiers(e) { this._sessionDescriptionHandlerModifiers = e.slice() } get sessionDescriptionHandlerOptions() { return this._sessionDescriptionHandlerOptions || {} } set sessionDescriptionHandlerOptions(e) { this._sessionDescriptionHandlerOptions = Object.assign({}, e) } get sessionDescriptionHandlerModifiersReInvite() { return this._sessionDescriptionHandlerModifiersReInvite || [] } set sessionDescriptionHandlerModifiersReInvite(e) { this._sessionDescriptionHandlerModifiersReInvite = e.slice() } get sessionDescriptionHandlerOptionsReInvite() { return this._sessionDescriptionHandlerOptionsReInvite || {} } set sessionDescriptionHandlerOptionsReInvite(e) { this._sessionDescriptionHandlerOptionsReInvite = Object.assign({}, e) } get state() { return this._state } get stateChange() { return this._stateEventEmitter } get userAgent() { return this._userAgent } bye(e = {}) { let t = "Session.bye() may only be called if established session."; switch (this.state) { case Z.Initial: "function" == typeof this.cancel ? (t += " However Inviter.invite() has not yet been called.", t += " Perhaps you should have called Inviter.cancel()?") : "function" == typeof this.reject && (t += " However Invitation.accept() has not yet been called.", t += " Perhaps you should have called Invitation.reject()?"); break; case Z.Establishing: "function" == typeof this.cancel ? (t += " However a dialog does not yet exist.", t += " Perhaps you should have called Inviter.cancel()?") : "function" == typeof this.reject && (t += " However Invitation.accept() has not yet been called (or not yet resolved).", t += " Perhaps you should have called Invitation.reject()?"); break; case Z.Established: { const t = e.requestDelegate, s = this.copyRequestOptions(e.requestOptions); return this._bye(t, s) } case Z.Terminating: t += " However this session is already terminating.", "function" == typeof this.cancel ? t += " Perhaps you have already called Inviter.cancel()?" : "function" == typeof this.reject && (t += " Perhaps you have already called Session.bye()?"); break; case Z.Terminated: t += " However this session is already terminated."; break; default: throw new Error("Unknown state") }return this.logger.error(t), Promise.reject(new Error(`Invalid session state ${this.state}`)) } info(e = {}) { if (this.state !== Z.Established) { const e = "Session.info() may only be called if established session."; return this.logger.error(e), Promise.reject(new Error(`Invalid session state ${this.state}`)) } const t = e.requestDelegate, s = this.copyRequestOptions(e.requestOptions); return this._info(t, s) } invite(e = {}) { if (this.logger.log("Session.invite"), this.state !== Z.Established) return Promise.reject(new Error(`Invalid session state ${this.state}`)); if (this.pendingReinvite) return Promise.reject(new a("Reinvite in progress. Please wait until complete, then try again.")); this.pendingReinvite = !0, e.sessionDescriptionHandlerModifiers && (this.sessionDescriptionHandlerModifiersReInvite = e.sessionDescriptionHandlerModifiers), e.sessionDescriptionHandlerOptions && (this.sessionDescriptionHandlerOptionsReInvite = e.sessionDescriptionHandlerOptions); const t = { onAccept: t => { const s = N(t.message); if (!s) return this.logger.error("Received 2xx response to re-INVITE without a session description"), this.ackAndBye(t, 400, "Missing session description"), this.stateTransition(Z.Terminated), void (this.pendingReinvite = !1); if (e.withoutSdp) { const i = { sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptionsReInvite, sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiersReInvite }; this.setOfferAndGetAnswer(s, i).then((e => { t.ack({ body: e }) })).catch((e => { this.logger.error("Failed to handle offer in 2xx response to re-INVITE"), this.logger.error(e.message), this.state === Z.Terminated ? t.ack() : (this.ackAndBye(t, 488, "Bad Media Description"), this.stateTransition(Z.Terminated)) })).then((() => { this.pendingReinvite = !1, e.requestDelegate && e.requestDelegate.onAccept && e.requestDelegate.onAccept(t) })) } else { const i = { sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptionsReInvite, sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiersReInvite }; this.setAnswer(s, i).then((() => { t.ack() })).catch((e => { this.logger.error("Failed to handle answer in 2xx response to re-INVITE"), this.logger.error(e.message), this.state !== Z.Terminated ? (this.ackAndBye(t, 488, "Bad Media Description"), this.stateTransition(Z.Terminated)) : t.ack() })).then((() => { this.pendingReinvite = !1, e.requestDelegate && e.requestDelegate.onAccept && e.requestDelegate.onAccept(t) })) } }, onProgress: e => { }, onRedirect: e => { }, onReject: t => { this.logger.warn("Received a non-2xx response to re-INVITE"), this.pendingReinvite = !1, e.withoutSdp ? e.requestDelegate && e.requestDelegate.onReject && e.requestDelegate.onReject(t) : this.rollbackOffer().catch((e => { if (this.logger.error("Failed to rollback offer on non-2xx response to re-INVITE"), this.logger.error(e.message), this.state !== Z.Terminated) { if (!this.dialog) throw new Error("Dialog undefined."); const e = []; e.push("Reason: " + this.getReasonHeaderValue(500, "Internal Server Error")), this.dialog.bye(void 0, { extraHeaders: e }), this.stateTransition(Z.Terminated) } })).then((() => { e.requestDelegate && e.requestDelegate.onReject && e.requestDelegate.onReject(t) })) }, onTrying: e => { } }, s = e.requestOptions || {}; if (s.extraHeaders = (s.extraHeaders || []).slice(), s.extraHeaders.push("Allow: " + V.toString()), s.extraHeaders.push("Contact: " + this._contact), e.withoutSdp) { if (!this.dialog) throw this.pendingReinvite = !1, new Error("Dialog undefined."); return Promise.resolve(this.dialog.invite(t, s)) } const i = { sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptionsReInvite, sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiersReInvite }; return this.getOffer(i).then((e => { if (!this.dialog) throw this.pendingReinvite = !1, new Error("Dialog undefined."); return s.body = e, this.dialog.invite(t, s) })).catch((e => { throw this.logger.error(e.message), this.logger.error("Failed to send re-INVITE"), this.pendingReinvite = !1, e })) } message(e = {}) { if (this.state !== Z.Established) { const e = "Session.message() may only be called if established session."; return this.logger.error(e), Promise.reject(new Error(`Invalid session state ${this.state}`)) } const t = e.requestDelegate, s = this.copyRequestOptions(e.requestOptions); return this._message(t, s) } refer(e, t = {}) { if (this.state !== Z.Established) { const e = "Session.refer() may only be called if established session."; return this.logger.error(e), Promise.reject(new Error(`Invalid session state ${this.state}`)) } if (e instanceof z && !e.dialog) { const e = "Session.refer() may only be called with session which is established. You are perhaps attempting to attended transfer to a target for which there is not dialog yet established. Perhaps you are attempting a 'semi-attended' tansfer? Regardless, this is not supported. The recommended approached is to check to see if the target Session is in the Established state before calling refer(); if the state is not Established you may proceed by falling back using a URI as the target (blind transfer)."; return this.logger.error(e), Promise.reject(new Error(`Invalid session state ${this.state}`)) } const s = t.requestDelegate, i = this.copyRequestOptions(t.requestOptions); return i.extraHeaders = i.extraHeaders ? i.extraHeaders.concat(this.referExtraHeaders(this.referToString(e))) : this.referExtraHeaders(this.referToString(e)), this._refer(t.onNotify, s, i) } _bye(e, t) { if (!this.dialog) return Promise.reject(new Error("Session dialog undefined.")); const s = this.dialog; switch (s.sessionState) { case O.Initial: case O.Early: throw new Error(`Invalid dialog state ${s.sessionState}`); case O.AckWait: return this.stateTransition(Z.Terminating), new Promise((i => { s.delegate = { onAck: () => { const r = s.bye(e, t); return this.stateTransition(Z.Terminated), i(r), Promise.resolve() }, onAckTimeout: () => { const r = s.bye(e, t); this.stateTransition(Z.Terminated), i(r) } } })); case O.Confirmed: { const i = s.bye(e, t); return this.stateTransition(Z.Terminated), Promise.resolve(i) } case O.Terminated: throw new Error(`Invalid dialog state ${s.sessionState}`); default: throw new Error("Unrecognized state.") } } _info(e, t) { return this.dialog ? Promise.resolve(this.dialog.info(e, t)) : Promise.reject(new Error("Session dialog undefined.")) } _message(e, t) { return this.dialog ? Promise.resolve(this.dialog.message(e, t)) : Promise.reject(new Error("Session dialog undefined.")) } _refer(e, t, s) { return this.dialog ? (this.onNotify = e, Promise.resolve(this.dialog.refer(t, s))) : Promise.reject(new Error("Session dialog undefined.")) } ackAndBye(e, t, s) { e.ack(); const i = []; t && i.push("Reason: " + this.getReasonHeaderValue(t, s)), e.session.bye(void 0, { extraHeaders: i }) } onAckRequest(e) { if (this.logger.log("Session.onAckRequest"), this.state !== Z.Established && this.state !== Z.Terminating) return this.logger.error(`ACK received while in state ${this.state}, dropping request`), Promise.resolve(); const t = this.dialog; if (!t) throw new Error("Dialog undefined."); const s = { sessionDescriptionHandlerOptions: this.pendingReinviteAck ? this.sessionDescriptionHandlerOptionsReInvite : this.sessionDescriptionHandlerOptions, sessionDescriptionHandlerModifiers: this.pendingReinviteAck ? this._sessionDescriptionHandlerModifiersReInvite : this._sessionDescriptionHandlerModifiers }; if (this.delegate && this.delegate.onAck) { const t = new l(e); this.delegate.onAck(t) } switch (this.pendingReinviteAck = !1, t.signalingState) { case U.Initial: { this.logger.error(`Invalid signaling state ${t.signalingState}.`); const e = ["Reason: " + this.getReasonHeaderValue(488, "Bad Media Description")]; return t.bye(void 0, { extraHeaders: e }), this.stateTransition(Z.Terminated), Promise.resolve() } case U.Stable: { const i = N(e.message); return i ? "render" === i.contentDisposition ? (this._renderbody = i.content, this._rendertype = i.contentType, Promise.resolve()) : "session" !== i.contentDisposition ? Promise.resolve() : this.setAnswer(i, s).catch((e => { this.logger.error(e.message); const s = ["Reason: " + this.getReasonHeaderValue(488, "Bad Media Description")]; t.bye(void 0, { extraHeaders: s }), this.stateTransition(Z.Terminated) })) : Promise.resolve() } case U.HaveLocalOffer: { this.logger.error(`Invalid signaling state ${t.signalingState}.`); const e = ["Reason: " + this.getReasonHeaderValue(488, "Bad Media Description")]; return t.bye(void 0, { extraHeaders: e }), this.stateTransition(Z.Terminated), Promise.resolve() } case U.HaveRemoteOffer: { this.logger.error(`Invalid signaling state ${t.signalingState}.`); const e = ["Reason: " + this.getReasonHeaderValue(488, "Bad Media Description")]; return t.bye(void 0, { extraHeaders: e }), this.stateTransition(Z.Terminated), Promise.resolve() } case U.Closed: default: throw new Error(`Invalid signaling state ${t.signalingState}.`) } } onByeRequest(e) { if (this.logger.log("Session.onByeRequest"), this.state === Z.Established) { if (this.delegate && this.delegate.onBye) { const t = new g(e); this.delegate.onBye(t) } else e.accept(); this.stateTransition(Z.Terminated) } else this.logger.error(`BYE received while in state ${this.state}, dropping request`) } onInfoRequest(e) { if (this.logger.log("Session.onInfoRequest"), this.state === Z.Established) if (this.delegate && this.delegate.onInfo) { const t = new f(e); this.delegate.onInfo(t) } else e.accept(); else this.logger.error(`INFO received while in state ${this.state}, dropping request`) } onInviteRequest(e) { if (this.logger.log("Session.onInviteRequest"), this.state !== Z.Established) return void this.logger.error(`INVITE received while in state ${this.state}, dropping request`); this.pendingReinviteAck = !0; const t = ["Contact: " + this._contact]; if (e.message.hasHeader("P-Asserted-Identity")) { const t = e.message.getHeader("P-Asserted-Identity"); if (!t) throw new Error("Header undefined."); this._assertedIdentity = y.nameAddrHeaderParse(t) } const s = { sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptionsReInvite, sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiersReInvite }; this.generateResponseOfferAnswerInDialog(s).then((s => { const i = e.accept({ statusCode: 200, extraHeaders: t, body: s }); this.delegate && this.delegate.onInvite && this.delegate.onInvite(e.message, i.message, 200) })).catch((t => { if (this.logger.error(t.message), this.logger.error("Failed to handle to re-INVITE request"), !this.dialog) throw new Error("Dialog undefined."); if (this.logger.error(this.dialog.signalingState), this.dialog.signalingState !== U.Stable) this.rollbackOffer().then((() => { const t = e.reject({ statusCode: 488 }); this.delegate && this.delegate.onInvite && this.delegate.onInvite(e.message, t.message, 488) })).catch((t => { this.logger.error(t.message), this.logger.error("Failed to rollback offer on re-INVITE request"); const s = e.reject({ statusCode: 488 }); if (this.state !== Z.Terminated) { if (!this.dialog) throw new Error("Dialog undefined."); const e = []; e.push("Reason: " + this.getReasonHeaderValue(500, "Internal Server Error")), this.dialog.bye(void 0, { extraHeaders: e }), this.stateTransition(Z.Terminated) } this.delegate && this.delegate.onInvite && this.delegate.onInvite(e.message, s.message, 488) })); else { const t = e.reject({ statusCode: 488 }); this.delegate && this.delegate.onInvite && this.delegate.onInvite(e.message, t.message, 488) } })) } onMessageRequest(e) { if (this.logger.log("Session.onMessageRequest"), this.state === Z.Established) if (this.delegate && this.delegate.onMessage) { const t = new W(e); this.delegate.onMessage(t) } else e.accept(); else this.logger.error(`MESSAGE received while in state ${this.state}, dropping request`) } onNotifyRequest(e) { if (this.logger.log("Session.onNotifyRequest"), this.state === Z.Established) if (this.onNotify) { const t = new K(e); this.onNotify(t) } else if (this.delegate && this.delegate.onNotify) { const t = new K(e); this.delegate.onNotify(t) } else e.accept(); else this.logger.error(`NOTIFY received while in state ${this.state}, dropping request`) } onPrackRequest(e) { if (this.logger.log("Session.onPrackRequest"), this.state === Z.Established) throw new Error("Unimplemented."); this.logger.error(`PRACK received while in state ${this.state}, dropping request`) } onReferRequest(e) { if (this.logger.log("Session.onReferRequest"), this.state !== Z.Established) return void this.logger.error(`REFER received while in state ${this.state}, dropping request`); if (!e.message.hasHeader("refer-to")) return this.logger.warn("Invalid REFER packet. A refer-to header is required. Rejecting."), void e.reject(); const t = new Y(e, this); this.delegate && this.delegate.onRefer ? this.delegate.onRefer(t) : (this.logger.log("No delegate available to handle REFER, automatically accepting and following."), t.accept().then((() => t.makeInviter(this._referralInviterOptions).invite())).catch((e => { this.logger.error(e.message) }))) } generateResponseOfferAnswer(e, t) { if (this.dialog) return this.generateResponseOfferAnswerInDialog(t); const s = N(e.message); return s && "session" === s.contentDisposition ? this.setOfferAndGetAnswer(s, t) : this.getOffer(t) } generateResponseOfferAnswerInDialog(e) { if (!this.dialog) throw new Error("Dialog undefined."); switch (this.dialog.signalingState) { case U.Initial: return this.getOffer(e); case U.HaveLocalOffer: return Promise.resolve(void 0); case U.HaveRemoteOffer: if (!this.dialog.offer) throw new Error(`Session offer undefined in signaling state ${this.dialog.signalingState}.`); return this.setOfferAndGetAnswer(this.dialog.offer, e); case U.Stable: return this.state !== Z.Established ? Promise.resolve(void 0) : this.getOffer(e); case U.Closed: default: throw new Error(`Invalid signaling state ${this.dialog.signalingState}.`) } } getOffer(e) { const t = this.setupSessionDescriptionHandler(), s = e.sessionDescriptionHandlerOptions, i = e.sessionDescriptionHandlerModifiers; try { return t.getDescription(s, i).then((e => q(e))).catch((e => { this.logger.error("Session.getOffer: SDH getDescription rejected..."); const t = e instanceof Error ? e : new Error("Session.getOffer unknown error."); throw this.logger.error(t.message), t })) } catch (e) { this.logger.error("Session.getOffer: SDH getDescription threw..."); const t = e instanceof Error ? e : new Error(e); return this.logger.error(t.message), Promise.reject(t) } } rollbackOffer() { const e = this.setupSessionDescriptionHandler(); if (void 0 === e.rollbackDescription) return Promise.resolve(); try { return e.rollbackDescription().catch((e => { this.logger.error("Session.rollbackOffer: SDH rollbackDescription rejected..."); const t = e instanceof Error ? e : new Error("Session.rollbackOffer unknown error."); throw this.logger.error(t.message), t })) } catch (e) { this.logger.error("Session.rollbackOffer: SDH rollbackDescription threw..."); const t = e instanceof Error ? e : new Error(e); return this.logger.error(t.message), Promise.reject(t) } } setAnswer(e, t) { const s = this.setupSessionDescriptionHandler(), i = t.sessionDescriptionHandlerOptions, r = t.sessionDescriptionHandlerModifiers; try { if (!s.hasDescription(e.contentType)) return Promise.reject(new o) } catch (e) { this.logger.error("Session.setAnswer: SDH hasDescription threw..."); const t = e instanceof Error ? e : new Error(e); return this.logger.error(t.message), Promise.reject(t) } try { return s.setDescription(e.content, i, r).catch((e => { this.logger.error("Session.setAnswer: SDH setDescription rejected..."); const t = e instanceof Error ? e : new Error("Session.setAnswer unknown error."); throw this.logger.error(t.message), t })) } catch (e) { this.logger.error("Session.setAnswer: SDH setDescription threw..."); const t = e instanceof Error ? e : new Error(e); return this.logger.error(t.message), Promise.reject(t) } } setOfferAndGetAnswer(e, t) { const s = this.setupSessionDescriptionHandler(), i = t.sessionDescriptionHandlerOptions, r = t.sessionDescriptionHandlerModifiers; try { if (!s.hasDescription(e.contentType)) return Promise.reject(new o) } catch (e) { this.logger.error("Session.setOfferAndGetAnswer: SDH hasDescription threw..."); const t = e instanceof Error ? e : new Error(e); return this.logger.error(t.message), Promise.reject(t) } try { return s.setDescription(e.content, i, r).then((() => s.getDescription(i, r))).then((e => q(e))).catch((e => { this.logger.error("Session.setOfferAndGetAnswer: SDH setDescription or getDescription rejected..."); const t = e instanceof Error ? e : new Error("Session.setOfferAndGetAnswer unknown error."); throw this.logger.error(t.message), t })) } catch (e) { this.logger.error("Session.setOfferAndGetAnswer: SDH setDescription or getDescription threw..."); const t = e instanceof Error ? e : new Error(e); return this.logger.error(t.message), Promise.reject(t) } } setSessionDescriptionHandler(e) { if (this._sessionDescriptionHandler) throw new Error("Session description handler defined."); this._sessionDescriptionHandler = e } setupSessionDescriptionHandler() { var e; return this._sessionDescriptionHandler || (this._sessionDescriptionHandler = this.sessionDescriptionHandlerFactory(this, this.userAgent.configuration.sessionDescriptionHandlerFactoryOptions), (null === (e = this.delegate) || void 0 === e ? void 0 : e.onSessionDescriptionHandler) && this.delegate.onSessionDescriptionHandler(this._sessionDescriptionHandler, !1)), this._sessionDescriptionHandler } stateTransition(e) { const t = () => { throw new Error(`Invalid state transition from ${this._state} to ${e}`) }; switch (this._state) { case Z.Initial: e !== Z.Establishing && e !== Z.Established && e !== Z.Terminating && e !== Z.Terminated && t(); break; case Z.Establishing: e !== Z.Established && e !== Z.Terminating && e !== Z.Terminated && t(); break; case Z.Established: e !== Z.Terminating && e !== Z.Terminated && t(); break; case Z.Terminating: e !== Z.Terminated && t(); break; case Z.Terminated: t(); break; default: throw new Error("Unrecognized state.") }this._state = e, this.logger.log(`Session ${this.id} transitioned to state ${this._state}`), this._stateEventEmitter.emit(this._state), e === Z.Terminated && this.dispose() } copyRequestOptions(e = {}) { return { extraHeaders: e.extraHeaders ? e.extraHeaders.slice() : void 0, body: e.body ? { contentDisposition: e.body.contentDisposition || "render", contentType: e.body.contentType || "text/plain", content: e.body.content || "" } : void 0 } } getReasonHeaderValue(e, t) { const s = e; let i = I(e); return !i && t && (i = t), "SIP;cause=" + s + ';text="' + i + '"' } referExtraHeaders(e) { const t = []; return t.push("Referred-By: <" + this.userAgent.configuration.uri + ">"), t.push("Contact: " + this._contact), t.push("Allow: " + ["ACK", "CANCEL", "INVITE", "MESSAGE", "BYE", "OPTIONS", "INFO", "NOTIFY", "REFER"].toString()), t.push("Refer-To: " + e), t } referToString(e) { let t; if (e instanceof w) t = e.toString(); else { if (!e.dialog) throw new Error("Dialog undefined."); const s = e.remoteIdentity.friendlyName, i = e.dialog.remoteTarget.toString(), r = e.dialog.callId, n = e.dialog.remoteTag, o = e.dialog.localTag; t = `"${s}" <${i}?Replaces=${encodeURIComponent(`${r};to-tag=${n};from-tag=${o}`)}>` } return t } } !function (e) { e.Required = "Required", e.Supported = "Supported", e.Unsupported = "Unsupported" }(J = J || (J = {})); const X = { "100rel": !0, 199: !0, answermode: !0, "early-session": !0, eventlist: !0, explicitsub: !0, "from-change": !0, "geolocation-http": !0, "geolocation-sip": !0, gin: !0, gruu: !0, histinfo: !0, ice: !0, join: !0, "multiple-refer": !0, norefersub: !0, nosub: !0, outbound: !0, path: !0, policy: !0, precondition: !0, pref: !0, privacy: !0, "recipient-list-invite": !0, "recipient-list-message": !0, "recipient-list-subscribe": !0, replaces: !0, "resource-priority": !0, "sdp-anat": !0, "sec-agree": !0, tdialog: !0, timer: !0, uui: !0 }; class Q extends z { constructor(e, t) { super(e), this.incomingInviteRequest = t, this.disposed = !1, this.expiresTimer = void 0, this.isCanceled = !1, this.rel100 = "none", this.rseq = Math.floor(1e4 * Math.random()), this.userNoAnswerTimer = void 0, this.waitingForPrack = !1, this.logger = e.getLogger("sip.Invitation"); const s = this.incomingInviteRequest.message, i = s.getHeader("require"); i && i.toLowerCase().includes("100rel") && (this.rel100 = "required"); const r = s.getHeader("supported"); if (r && r.toLowerCase().includes("100rel") && (this.rel100 = "supported"), s.toTag = t.toTag, "string" != typeof s.toTag) throw new TypeError("toTag should have been a string."); if (this.userNoAnswerTimer = setTimeout((() => { t.reject({ statusCode: 480 }), this.stateTransition(Z.Terminated) }), this.userAgent.configuration.noAnswerTimeout ? 1e3 * this.userAgent.configuration.noAnswerTimeout : 6e4), s.hasHeader("expires")) { const e = 1e3 * Number(s.getHeader("expires") || 0); this.expiresTimer = setTimeout((() => { this.state === Z.Initial && (t.reject({ statusCode: 487 }), this.stateTransition(Z.Terminated)) }), e) } const n = this.request.getHeader("P-Asserted-Identity"); n && (this._assertedIdentity = y.nameAddrHeaderParse(n)), this._contact = this.userAgent.contact.toString(); const o = s.parseHeader("Content-Disposition"); o && "render" === o.type && (this._renderbody = s.body, this._rendertype = s.getHeader("Content-Type")), this._id = s.callId + s.fromTag, this.userAgent._sessions[this._id] = this } dispose() { if (this.disposed) return Promise.resolve(); switch (this.disposed = !0, this.expiresTimer && (clearTimeout(this.expiresTimer), this.expiresTimer = void 0), this.userNoAnswerTimer && (clearTimeout(this.userNoAnswerTimer), this.userNoAnswerTimer = void 0), this.prackNeverArrived(), this.state) { case Z.Initial: case Z.Establishing: return this.reject().then((() => super.dispose())); case Z.Established: case Z.Terminating: case Z.Terminated: return super.dispose(); default: throw new Error("Unknown state.") } } get autoSendAnInitialProvisionalResponse() { return "required" !== this.rel100 && this.userAgent.configuration.sendInitialProvisionalResponse } get body() { return this.incomingInviteRequest.message.body } get localIdentity() { return this.request.to } get remoteIdentity() { return this.request.from } get request() { return this.incomingInviteRequest.message } accept(e = {}) { if (this.logger.log("Invitation.accept"), this.state !== Z.Initial) { const e = new Error(`Invalid session state ${this.state}`); return this.logger.error(e.message), Promise.reject(e) } return e.sessionDescriptionHandlerModifiers && (this.sessionDescriptionHandlerModifiers = e.sessionDescriptionHandlerModifiers), e.sessionDescriptionHandlerOptions && (this.sessionDescriptionHandlerOptions = e.sessionDescriptionHandlerOptions), this.stateTransition(Z.Establishing), this.sendAccept(e).then((({ message: e, session: t }) => { t.delegate = { onAck: e => this.onAckRequest(e), onAckTimeout: () => this.onAckTimeout(), onBye: e => this.onByeRequest(e), onInfo: e => this.onInfoRequest(e), onInvite: e => this.onInviteRequest(e), onMessage: e => this.onMessageRequest(e), onNotify: e => this.onNotifyRequest(e), onPrack: e => this.onPrackRequest(e), onRefer: e => this.onReferRequest(e) }, this._dialog = t, this.stateTransition(Z.Established), this._replacee && this._replacee._bye() })).catch((e => this.handleResponseError(e))) } progress(e = {}) { if (this.logger.log("Invitation.progress"), this.state !== Z.Initial) { const e = new Error(`Invalid session state ${this.state}`); return this.logger.error(e.message), Promise.reject(e) } const t = e.statusCode || 180; if (t < 100 || t > 199) throw new TypeError("Invalid statusCode: " + t); return e.sessionDescriptionHandlerModifiers && (this.sessionDescriptionHandlerModifiers = e.sessionDescriptionHandlerModifiers), e.sessionDescriptionHandlerOptions && (this.sessionDescriptionHandlerOptions = e.sessionDescriptionHandlerOptions), this.waitingForPrack ? (this.logger.warn("Unexpected call for progress while waiting for prack, ignoring"), Promise.resolve()) : 100 === e.statusCode ? this.sendProgressTrying().then((() => { })).catch((e => this.handleResponseError(e))) : "required" === this.rel100 || "supported" === this.rel100 && e.rel100 || "supported" === this.rel100 && this.userAgent.configuration.sipExtension100rel === J.Required ? this.sendProgressReliableWaitForPrack(e).then((() => { })).catch((e => this.handleResponseError(e))) : this.sendProgress(e).then((() => { })).catch((e => this.handleResponseError(e))) } reject(e = {}) { if (this.logger.log("Invitation.reject"), this.state !== Z.Initial && this.state !== Z.Establishing) { const e = new Error(`Invalid session state ${this.state}`); return this.logger.error(e.message), Promise.reject(e) } const t = e.statusCode || 480, s = e.reasonPhrase ? e.reasonPhrase : I(t), i = e.extraHeaders || []; if (t < 300 || t > 699) throw new TypeError("Invalid statusCode: " + t); const r = e.body ? q(e.body) : void 0; return t < 400 ? this.incomingInviteRequest.redirect([], { statusCode: t, reasonPhrase: s, extraHeaders: i, body: r }) : this.incomingInviteRequest.reject({ statusCode: t, reasonPhrase: s, extraHeaders: i, body: r }), this.stateTransition(Z.Terminated), Promise.resolve() } _onCancel(e) { if (this.logger.log("Invitation._onCancel"), this.state === Z.Initial || this.state === Z.Establishing) { if (this.delegate && this.delegate.onCancel) { const t = new u(e); this.delegate.onCancel(t) } this.isCanceled = !0, this.incomingInviteRequest.reject({ statusCode: 487 }), this.stateTransition(Z.Terminated) } else this.logger.error(`CANCEL received while in state ${this.state}, dropping request`) } handlePrackOfferAnswer(e) { if (!this.dialog) throw new Error("Dialog undefined."); const t = N(e.message); if (!t || "session" !== t.contentDisposition) return Promise.resolve(void 0); const s = { sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptions, sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiers }; switch (this.dialog.signalingState) { case U.Initial: throw new Error(`Invalid signaling state ${this.dialog.signalingState}.`); case U.Stable: return this.setAnswer(t, s).then((() => { })); case U.HaveLocalOffer: throw new Error(`Invalid signaling state ${this.dialog.signalingState}.`); case U.HaveRemoteOffer: return this.setOfferAndGetAnswer(t, s); case U.Closed: default: throw new Error(`Invalid signaling state ${this.dialog.signalingState}.`) } } handleResponseError(e) { let t = 480; if (e instanceof Error ? this.logger.error(e.message) : this.logger.error(e), e instanceof o ? (this.logger.error("A session description handler occurred while sending response (content type unsupported"), t = 415) : e instanceof c ? this.logger.error("A session description handler occurred while sending response") : e instanceof h ? this.logger.error("Session ended before response could be formulated and sent (while waiting for PRACK)") : e instanceof B && this.logger.error("Session changed state before response could be formulated and sent"), this.state === Z.Initial || this.state === Z.Establishing) try { this.incomingInviteRequest.reject({ statusCode: t }), this.stateTransition(Z.Terminated) } catch (e) { throw this.logger.error("An error occurred attempting to reject the request while handling another error"), e } if (!this.isCanceled) throw e; this.logger.warn("An error occurred while attempting to formulate and send a response to an incoming INVITE. However a CANCEL was received and processed while doing so which can (and often does) result in errors occurring as the session terminates in the meantime. Said error is being ignored.") } onAckTimeout() { if (this.logger.log("Invitation.onAckTimeout"), !this.dialog) throw new Error("Dialog undefined."); this.logger.log("No ACK received for an extended period of time, terminating session"), this.dialog.bye(), this.stateTransition(Z.Terminated) } sendAccept(e = {}) { const t = { sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptions, sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiers }, s = e.extraHeaders || []; return this.waitingForPrack ? this.waitForArrivalOfPrack().then((() => clearTimeout(this.userNoAnswerTimer))).then((() => this.generateResponseOfferAnswer(this.incomingInviteRequest, t))).then((e => this.incomingInviteRequest.accept({ statusCode: 200, body: e, extraHeaders: s }))) : (clearTimeout(this.userNoAnswerTimer), this.generateResponseOfferAnswer(this.incomingInviteRequest, t).then((e => this.incomingInviteRequest.accept({ statusCode: 200, body: e, extraHeaders: s })))) } sendProgress(e = {}) { const t = e.statusCode || 180, s = e.reasonPhrase, i = (e.extraHeaders || []).slice(), r = e.body ? q(e.body) : void 0; if (183 === t && !r) return this.sendProgressWithSDP(e); try { const e = this.incomingInviteRequest.progress({ statusCode: t, reasonPhrase: s, extraHeaders: i, body: r }); return this._dialog = e.session, Promise.resolve(e) } catch (e) { return Promise.reject(e) } } sendProgressWithSDP(e = {}) { const t = { sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptions, sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiers }, s = e.statusCode || 183, i = e.reasonPhrase, r = (e.extraHeaders || []).slice(); return this.generateResponseOfferAnswer(this.incomingInviteRequest, t).then((e => this.incomingInviteRequest.progress({ statusCode: s, reasonPhrase: i, extraHeaders: r, body: e }))).then((e => (this._dialog = e.session, e))) } sendProgressReliable(e = {}) { return e.extraHeaders = (e.extraHeaders || []).slice(), e.extraHeaders.push("Require: 100rel"), e.extraHeaders.push("RSeq: " + Math.floor(1e4 * Math.random())), this.sendProgressWithSDP(e) } sendProgressReliableWaitForPrack(e = {}) { const t = { sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptions, sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiers }, s = e.statusCode || 183, i = e.reasonPhrase, r = (e.extraHeaders || []).slice(); let n; return r.push("Require: 100rel"), r.push("RSeq: " + this.rseq++), new Promise(((e, o) => { this.waitingForPrack = !0, this.generateResponseOfferAnswer(this.incomingInviteRequest, t).then((e => (n = e, this.incomingInviteRequest.progress({ statusCode: s, reasonPhrase: i, extraHeaders: r, body: n })))).then((t => { let a, c; this._dialog = t.session, t.session.delegate = { onPrack: s => { a = s, clearTimeout(d), clearTimeout(u), this.waitingForPrack && (this.waitingForPrack = !1, this.handlePrackOfferAnswer(a).then((s => { try { c = a.accept({ statusCode: 200, body: s }), this.prackArrived(), e({ prackRequest: a, prackResponse: c, progressResponse: t }) } catch (e) { o(e) } })).catch((e => o(e)))) } }; const d = setTimeout((() => { this.waitingForPrack && (this.waitingForPrack = !1, this.logger.warn("No PRACK received, rejecting INVITE."), clearTimeout(u), this.reject({ statusCode: 504 }).then((() => o(new h))).catch((e => o(e)))) }), 64 * L.T1), l = () => { try { this.incomingInviteRequest.progress({ statusCode: s, reasonPhrase: i, extraHeaders: r, body: n }) } catch (e) { return this.waitingForPrack = !1, void o(e) } u = setTimeout(l, g *= 2) }; let g = L.T1, u = setTimeout(l, g) })).catch((e => { this.waitingForPrack = !1, o(e) })) })) } sendProgressTrying() { try { const e = this.incomingInviteRequest.trying(); return Promise.resolve(e) } catch (e) { return Promise.reject(e) } } waitForArrivalOfPrack() { if (this.waitingForPrackPromise) throw new Error("Already waiting for PRACK"); return this.waitingForPrackPromise = new Promise(((e, t) => { this.waitingForPrackResolve = e, this.waitingForPrackReject = t })), this.waitingForPrackPromise } prackArrived() { this.waitingForPrackResolve && this.waitingForPrackResolve(), this.waitingForPrackPromise = void 0, this.waitingForPrackResolve = void 0, this.waitingForPrackReject = void 0 } prackNeverArrived() { this.waitingForPrackReject && this.waitingForPrackReject(new h), this.waitingForPrackPromise = void 0, this.waitingForPrackResolve = void 0, this.waitingForPrackReject = void 0 } } class ee extends z { constructor(e, t, s = {}) { super(e, s), this.disposed = !1, this.earlyMedia = !1, this.earlyMediaSessionDescriptionHandlers = new Map, this.isCanceled = !1, this.inviteWithoutSdp = !1, this.logger = e.getLogger("sip.Inviter"), this.earlyMedia = void 0 !== s.earlyMedia ? s.earlyMedia : this.earlyMedia, this.fromTag = C(), this.inviteWithoutSdp = void 0 !== s.inviteWithoutSdp ? s.inviteWithoutSdp : this.inviteWithoutSdp; const i = Object.assign({}, s); i.params = Object.assign({}, s.params); const r = s.anonymous || !1, n = e.contact.toString({ anonymous: r, outbound: r ? !e.contact.tempGruu : !e.contact.pubGruu }); r && e.configuration.uri && (i.params.fromDisplayName = "Anonymous", i.params.fromUri = "sip:anonymous@anonymous.invalid"); let o = e.userAgentCore.configuration.aor; if (i.params.fromUri && (o = "string" == typeof i.params.fromUri ? y.URIParse(i.params.fromUri) : i.params.fromUri), !o) throw new TypeError("Invalid from URI: " + i.params.fromUri); let a = t; if (i.params.toUri && (a = "string" == typeof i.params.toUri ? y.URIParse(i.params.toUri) : i.params.toUri), !a) throw new TypeError("Invalid to URI: " + i.params.toUri); const c = Object.assign({}, i.params); c.fromTag = this.fromTag; const h = (i.extraHeaders || []).slice(); r && e.configuration.uri && (h.push("P-Preferred-Identity: " + e.configuration.uri.toString()), h.push("Privacy: id")), h.push("Contact: " + n), h.push("Allow: " + ["ACK", "CANCEL", "INVITE", "MESSAGE", "BYE", "OPTIONS", "INFO", "NOTIFY", "REFER"].toString()), e.configuration.sipExtension100rel === J.Required && h.push("Require: 100rel"), e.configuration.sipExtensionReplaces === J.Required && h.push("Require: replaces"), i.extraHeaders = h; this.outgoingRequestMessage = e.userAgentCore.makeOutgoingRequestMessage(G.INVITE, t, o, a, c, h, undefined), this._contact = n, this._referralInviterOptions = i, this._renderbody = s.renderbody, this._rendertype = s.rendertype, s.sessionDescriptionHandlerModifiers && (this.sessionDescriptionHandlerModifiers = s.sessionDescriptionHandlerModifiers), s.sessionDescriptionHandlerOptions && (this.sessionDescriptionHandlerOptions = s.sessionDescriptionHandlerOptions), s.sessionDescriptionHandlerModifiersReInvite && (this.sessionDescriptionHandlerModifiersReInvite = s.sessionDescriptionHandlerModifiersReInvite), s.sessionDescriptionHandlerOptionsReInvite && (this.sessionDescriptionHandlerOptionsReInvite = s.sessionDescriptionHandlerOptionsReInvite), this._id = this.outgoingRequestMessage.callId + this.fromTag, this.userAgent._sessions[this._id] = this } dispose() { if (this.disposed) return Promise.resolve(); switch (this.disposed = !0, this.disposeEarlyMedia(), this.state) { case Z.Initial: case Z.Establishing: return this.cancel().then((() => super.dispose())); case Z.Established: case Z.Terminating: case Z.Terminated: return super.dispose(); default: throw new Error("Unknown state.") } } get body() { return this.outgoingRequestMessage.body } get localIdentity() { return this.outgoingRequestMessage.from } get remoteIdentity() { return this.outgoingRequestMessage.to } get request() { return this.outgoingRequestMessage } cancel(e = {}) { if (this.logger.log("Inviter.cancel"), this.state !== Z.Initial && this.state !== Z.Establishing) { const e = new Error(`Invalid session state ${this.state}`); return this.logger.error(e.message), Promise.reject(e) } if (this.isCanceled = !0, this.stateTransition(Z.Terminating), this.outgoingInviteRequest) { let t; e.statusCode && e.reasonPhrase && (t = function (e, t) { if (e && e < 200 || e > 699) throw new TypeError("Invalid statusCode: " + e); if (e) return "SIP;cause=" + e + ';text="' + (I(e) || t) + '"' }(e.statusCode, e.reasonPhrase)), this.outgoingInviteRequest.cancel(t, e) } else this.logger.warn("Canceled session before INVITE was sent"), this.stateTransition(Z.Terminated); return Promise.resolve() } invite(e = {}) { if (this.logger.log("Inviter.invite"), this.state !== Z.Initial) return super.invite(e); if (e.sessionDescriptionHandlerModifiers && (this.sessionDescriptionHandlerModifiers = e.sessionDescriptionHandlerModifiers), e.sessionDescriptionHandlerOptions && (this.sessionDescriptionHandlerOptions = e.sessionDescriptionHandlerOptions), e.withoutSdp || this.inviteWithoutSdp) return this._renderbody && this._rendertype && (this.outgoingRequestMessage.body = { contentType: this._rendertype, body: this._renderbody }), this.stateTransition(Z.Establishing), Promise.resolve(this.sendInvite(e)); const t = { sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiers, sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptions }; return this.getOffer(t).then((t => (this.outgoingRequestMessage.body = { body: t.content, contentType: t.contentType }, this.stateTransition(Z.Establishing), this.sendInvite(e)))).catch((e => { throw this.logger.log(e.message), this.state !== Z.Terminated && this.stateTransition(Z.Terminated), e })) } sendInvite(e = {}) { return this.outgoingInviteRequest = this.userAgent.userAgentCore.invite(this.outgoingRequestMessage, { onAccept: t => this.dialog ? (this.logger.log("Additional confirmed dialog, sending ACK and BYE"), void this.ackAndBye(t)) : this.isCanceled ? (this.logger.log("Canceled session accepted, sending ACK and BYE"), this.ackAndBye(t), void this.stateTransition(Z.Terminated)) : (this.notifyReferer(t), void this.onAccept(t).then((() => { this.disposeEarlyMedia() })).catch((() => { this.disposeEarlyMedia() })).then((() => { e.requestDelegate && e.requestDelegate.onAccept && e.requestDelegate.onAccept(t) }))), onProgress: t => { this.isCanceled || (this.notifyReferer(t), this.onProgress(t).catch((() => { this.disposeEarlyMedia() })).then((() => { e.requestDelegate && e.requestDelegate.onProgress && e.requestDelegate.onProgress(t) }))) }, onRedirect: t => { this.notifyReferer(t), this.onRedirect(t), e.requestDelegate && e.requestDelegate.onRedirect && e.requestDelegate.onRedirect(t) }, onReject: t => { this.notifyReferer(t), this.onReject(t), e.requestDelegate && e.requestDelegate.onReject && e.requestDelegate.onReject(t) }, onTrying: t => { this.notifyReferer(t), this.onTrying(t), e.requestDelegate && e.requestDelegate.onTrying && e.requestDelegate.onTrying(t) } }), this.outgoingInviteRequest } disposeEarlyMedia() { this.earlyMediaSessionDescriptionHandlers.forEach((e => { e.close() })), this.earlyMediaSessionDescriptionHandlers.clear() } notifyReferer(e) { if (!this._referred) return; if (!(this._referred instanceof z)) throw new Error("Referred session not instance of session"); if (!this._referred.dialog) return; if (!e.message.statusCode) throw new Error("Status code undefined."); if (!e.message.reasonPhrase) throw new Error("Reason phrase undefined."); const t = `SIP/2.0 ${e.message.statusCode} ${e.message.reasonPhrase}`.trim(); this._referred.dialog.notify(void 0, { extraHeaders: ["Event: refer", "Subscription-State: terminated"], body: { contentDisposition: "render", contentType: "message/sipfrag", content: t } }).delegate = { onReject: () => { this._referred = void 0 } } } onAccept(e) { if (this.logger.log("Inviter.onAccept"), this.state !== Z.Establishing) return this.logger.error(`Accept received while in state ${this.state}, dropping response`), Promise.reject(new Error(`Invalid session state ${this.state}`)); const t = e.message, s = e.session; switch (t.hasHeader("P-Asserted-Identity") && (this._assertedIdentity = y.nameAddrHeaderParse(t.getHeader("P-Asserted-Identity"))), s.delegate = { onAck: e => this.onAckRequest(e), onBye: e => this.onByeRequest(e), onInfo: e => this.onInfoRequest(e), onInvite: e => this.onInviteRequest(e), onMessage: e => this.onMessageRequest(e), onNotify: e => this.onNotifyRequest(e), onPrack: e => this.onPrackRequest(e), onRefer: e => this.onReferRequest(e) }, this._dialog = s, s.signalingState) { case U.Initial: case U.HaveLocalOffer: return this.logger.error("Received 2xx response to INVITE without a session description"), this.ackAndBye(e, 400, "Missing session description"), this.stateTransition(Z.Terminated), Promise.reject(new Error("Bad Media Description")); case U.HaveRemoteOffer: { if (!this._dialog.offer) throw new Error(`Session offer undefined in signaling state ${this._dialog.signalingState}.`); const t = { sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiers, sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptions }; return this.setOfferAndGetAnswer(this._dialog.offer, t).then((t => { e.ack({ body: t }), this.stateTransition(Z.Established) })).catch((t => { throw this.ackAndBye(e, 488, "Invalid session description"), this.stateTransition(Z.Terminated), t })) } case U.Stable: { if (this.earlyMediaSessionDescriptionHandlers.size > 0) { const t = this.earlyMediaSessionDescriptionHandlers.get(s.id); if (!t) throw new Error("Session description handler undefined."); return this.setSessionDescriptionHandler(t), this.earlyMediaSessionDescriptionHandlers.delete(s.id), e.ack(), this.stateTransition(Z.Established), Promise.resolve() } if (this.earlyMediaDialog) { if (this.earlyMediaDialog !== s) { if (this.earlyMedia) { const e = "You have set the 'earlyMedia' option to 'true' which requires that your INVITE requests do not fork and yet this INVITE request did in fact fork. Consequentially and not surprisingly the end point which accepted the INVITE (confirmed dialog) does not match the end point with which early media has been setup (early dialog) and thus this session is unable to proceed. In accordance with the SIP specifications, the SIP servers your end point is connected to determine if an INVITE forks and the forking behavior of those servers cannot be controlled by this library. If you wish to use early media with this library you must configure those servers accordingly. Alternatively you may set the 'earlyMedia' to 'false' which will allow this library to function with any INVITE requests which do fork."; this.logger.error(e) } const t = new Error("Early media dialog does not equal confirmed dialog, terminating session"); return this.logger.error(t.message), this.ackAndBye(e, 488, "Not Acceptable Here"), this.stateTransition(Z.Terminated), Promise.reject(t) } return e.ack(), this.stateTransition(Z.Established), Promise.resolve() } const t = s.answer; if (!t) throw new Error("Answer is undefined."); const i = { sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiers, sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptions }; return this.setAnswer(t, i).then((() => { let t; this._renderbody && this._rendertype && (t = { body: { contentDisposition: "render", contentType: this._rendertype, content: this._renderbody } }), e.ack(t), this.stateTransition(Z.Established) })).catch((t => { throw this.logger.error(t.message), this.ackAndBye(e, 488, "Not Acceptable Here"), this.stateTransition(Z.Terminated), t })) } case U.Closed: return Promise.reject(new Error("Terminated.")); default: throw new Error("Unknown session signaling state.") } } onProgress(e) { var t; if (this.logger.log("Inviter.onProgress"), this.state !== Z.Establishing) return this.logger.error(`Progress received while in state ${this.state}, dropping response`), Promise.reject(new Error(`Invalid session state ${this.state}`)); if (!this.outgoingInviteRequest) throw new Error("Outgoing INVITE request undefined."); const s = e.message, i = e.session; s.hasHeader("P-Asserted-Identity") && (this._assertedIdentity = y.nameAddrHeaderParse(s.getHeader("P-Asserted-Identity"))); const r = s.getHeader("require"), n = s.getHeader("rseq"), o = !!(r && r.includes("100rel") && n ? Number(n) : void 0), a = []; switch (o && a.push("RAck: " + s.getHeader("rseq") + " " + s.getHeader("cseq")), i.signalingState) { case U.Initial: return o && (this.logger.warn("First reliable provisional response received MUST contain an offer when INVITE does not contain an offer."), e.prack({ extraHeaders: a })), Promise.resolve(); case U.HaveLocalOffer: return o && e.prack({ extraHeaders: a }), Promise.resolve(); case U.HaveRemoteOffer: if (!o) return this.logger.warn("Non-reliable provisional response MUST NOT contain an initial offer, discarding response."), Promise.resolve(); { const r = this.sessionDescriptionHandlerFactory(this, this.userAgent.configuration.sessionDescriptionHandlerFactoryOptions || {}); return (null === (t = this.delegate) || void 0 === t ? void 0 : t.onSessionDescriptionHandler) && this.delegate.onSessionDescriptionHandler(r, !0), this.earlyMediaSessionDescriptionHandlers.set(i.id, r), r.setDescription(s.body, this.sessionDescriptionHandlerOptions, this.sessionDescriptionHandlerModifiers).then((() => r.getDescription(this.sessionDescriptionHandlerOptions, this.sessionDescriptionHandlerModifiers))).then((t => { const s = { contentDisposition: "session", contentType: t.contentType, content: t.body }; e.prack({ extraHeaders: a, body: s }) })).catch((e => { throw this.stateTransition(Z.Terminated), e })) } case U.Stable: if (o && e.prack({ extraHeaders: a }), this.earlyMedia && !this.earlyMediaDialog) { this.earlyMediaDialog = i; const e = i.answer; if (!e) throw new Error("Answer is undefined."); const t = { sessionDescriptionHandlerModifiers: this.sessionDescriptionHandlerModifiers, sessionDescriptionHandlerOptions: this.sessionDescriptionHandlerOptions }; return this.setAnswer(e, t).catch((e => { throw this.stateTransition(Z.Terminated), e })) } return Promise.resolve(); case U.Closed: return Promise.reject(new Error("Terminated.")); default: throw new Error("Unknown session signaling state.") } } onRedirect(e) { this.logger.log("Inviter.onRedirect"), this.state === Z.Establishing || this.state === Z.Terminating ? this.stateTransition(Z.Terminated) : this.logger.error(`Redirect received while in state ${this.state}, dropping response`) } onReject(e) { this.logger.log("Inviter.onReject"), this.state === Z.Establishing || this.state === Z.Terminating ? this.stateTransition(Z.Terminated) : this.logger.error(`Reject received while in state ${this.state}, dropping response`) } onTrying(e) { this.logger.log("Inviter.onTrying"), this.state === Z.Establishing || this.logger.error(`Trying received while in state ${this.state}, dropping response`) } } class te { constructor(e, t, s, i = "text/plain", r = {}) { this.logger = e.getLogger("sip.Messager"), r.params = r.params || {}; let n = e.userAgentCore.configuration.aor; if (r.params.fromUri && (n = "string" == typeof r.params.fromUri ? y.URIParse(r.params.fromUri) : r.params.fromUri), !n) throw new TypeError("Invalid from URI: " + r.params.fromUri); let o = t; if (r.params.toUri && (o = "string" == typeof r.params.toUri ? y.URIParse(r.params.toUri) : r.params.toUri), !o) throw new TypeError("Invalid to URI: " + r.params.toUri); const a = r.params ? Object.assign({}, r.params) : {}, c = (r.extraHeaders || []).slice(), h = { contentDisposition: "render", contentType: i, content: s }; this.request = e.userAgentCore.makeOutgoingRequestMessage(G.MESSAGE, t, n, o, a, c, h), this.userAgent = e } message(e = {}) { return this.userAgent.userAgentCore.request(this.request, e.requestDelegate), Promise.resolve() } } var se, ie, re, ne, oe, ae, ce, he, de; !function (e) { e.Initial = "Initial", e.Published = "Published", e.Unpublished = "Unpublished", e.Terminated = "Terminated" }(se = se || (se = {})); class le { constructor(e, t, s, i = {}) { this.disposed = !1, this._state = se.Initial, this._stateEventEmitter = new p, this.userAgent = e, i.extraHeaders = (i.extraHeaders || []).slice(), i.contentType = i.contentType || "text/plain", "number" != typeof i.expires || i.expires % 1 != 0 ? i.expires = 3600 : i.expires = Number(i.expires), "boolean" != typeof i.unpublishOnClose && (i.unpublishOnClose = !0), this.target = t, this.event = s, this.options = i, this.pubRequestExpires = i.expires, this.logger = e.getLogger("sip.Publisher"); const r = i.params || {}, n = r.fromUri ? r.fromUri : e.userAgentCore.configuration.aor, o = r.toUri ? r.toUri : t; let a; if (i.body && i.contentType) { a = { contentDisposition: "render", contentType: i.contentType, content: i.body } } const c = (i.extraHeaders || []).slice(); this.request = e.userAgentCore.makeOutgoingRequestMessage(G.PUBLISH, t, n, o, r, c, a), this.id = this.target.toString() + ":" + this.event, this.userAgent._publishers[this.id] = this } dispose() { return this.disposed ? Promise.resolve() : (this.disposed = !0, this.logger.log(`Publisher ${this.id} in state ${this.state} is being disposed`), delete this.userAgent._publishers[this.id], this.options.unpublishOnClose && this.state === se.Published ? this.unpublish() : (this.publishRefreshTimer && (clearTimeout(this.publishRefreshTimer), this.publishRefreshTimer = void 0), this.pubRequestBody = void 0, this.pubRequestExpires = 0, this.pubRequestEtag = void 0, Promise.resolve())) } get state() { return this._state } get stateChange() { return this._stateEventEmitter } publish(e, t = {}) { if (this.publishRefreshTimer && (clearTimeout(this.publishRefreshTimer), this.publishRefreshTimer = void 0), this.options.body = e, this.pubRequestBody = this.options.body, 0 === this.pubRequestExpires) { if (void 0 === this.options.expires) throw new Error("Expires undefined."); this.pubRequestExpires = this.options.expires, this.pubRequestEtag = void 0 } return this.sendPublishRequest(), Promise.resolve() } unpublish(e = {}) { return this.publishRefreshTimer && (clearTimeout(this.publishRefreshTimer), this.publishRefreshTimer = void 0), this.pubRequestBody = void 0, this.pubRequestExpires = 0, void 0 !== this.pubRequestEtag && this.sendPublishRequest(), Promise.resolve() } receiveResponse(e) { const t = e.statusCode || 0; switch (!0) { case /^1[0-9]{2}$/.test(t.toString()): break; case /^2[0-9]{2}$/.test(t.toString()): if (e.hasHeader("SIP-ETag") ? this.pubRequestEtag = e.getHeader("SIP-ETag") : this.logger.warn("SIP-ETag header missing in a 200-class response to PUBLISH"), e.hasHeader("Expires")) { const t = Number(e.getHeader("Expires")); "number" == typeof t && t >= 0 && t <= this.pubRequestExpires ? this.pubRequestExpires = t : this.logger.warn("Bad Expires header in a 200-class response to PUBLISH") } else this.logger.warn("Expires header missing in a 200-class response to PUBLISH"); 0 !== this.pubRequestExpires ? (this.publishRefreshTimer = setTimeout((() => this.refreshRequest()), 900 * this.pubRequestExpires), this._state !== se.Published && this.stateTransition(se.Published)) : this.stateTransition(se.Unpublished); break; case /^412$/.test(t.toString()): if (void 0 !== this.pubRequestEtag && 0 !== this.pubRequestExpires) { if (this.logger.warn("412 response to PUBLISH, recovering"), this.pubRequestEtag = void 0, void 0 === this.options.body) throw new Error("Body undefined."); this.publish(this.options.body) } else this.logger.warn("412 response to PUBLISH, recovery failed"), this.pubRequestExpires = 0, this.stateTransition(se.Unpublished), this.stateTransition(se.Terminated); break; case /^423$/.test(t.toString()): if (0 !== this.pubRequestExpires && e.hasHeader("Min-Expires")) { const t = Number(e.getHeader("Min-Expires")); if ("number" == typeof t || t > this.pubRequestExpires) { if (this.logger.warn("423 code in response to PUBLISH, adjusting the Expires value and trying to recover"), this.pubRequestExpires = t, void 0 === this.options.body) throw new Error("Body undefined."); this.publish(this.options.body) } else this.logger.warn("Bad 423 response Min-Expires header received for PUBLISH"), this.pubRequestExpires = 0, this.stateTransition(se.Unpublished), this.stateTransition(se.Terminated) } else this.logger.warn("423 response to PUBLISH, recovery failed"), this.pubRequestExpires = 0, this.stateTransition(se.Unpublished), this.stateTransition(se.Terminated); break; default: this.pubRequestExpires = 0, this.stateTransition(se.Unpublished), this.stateTransition(se.Terminated) }0 === this.pubRequestExpires && (this.publishRefreshTimer && (clearTimeout(this.publishRefreshTimer), this.publishRefreshTimer = void 0), this.pubRequestBody = void 0, this.pubRequestEtag = void 0) } send() { return this.userAgent.userAgentCore.publish(this.request, { onAccept: e => this.receiveResponse(e.message), onProgress: e => this.receiveResponse(e.message), onRedirect: e => this.receiveResponse(e.message), onReject: e => this.receiveResponse(e.message), onTrying: e => this.receiveResponse(e.message) }) } refreshRequest() { if (this.publishRefreshTimer && (clearTimeout(this.publishRefreshTimer), this.publishRefreshTimer = void 0), this.pubRequestBody = void 0, void 0 === this.pubRequestEtag) throw new Error("Etag undefined"); if (0 === this.pubRequestExpires) throw new Error("Expires zero"); this.sendPublishRequest() } sendPublishRequest() { const e = Object.assign({}, this.options); e.extraHeaders = (this.options.extraHeaders || []).slice(), e.extraHeaders.push("Event: " + this.event), e.extraHeaders.push("Expires: " + this.pubRequestExpires), void 0 !== this.pubRequestEtag && e.extraHeaders.push("SIP-If-Match: " + this.pubRequestEtag); const t = this.target, s = this.options.params || {}; let i, r; if (void 0 !== this.pubRequestBody) { if (void 0 === this.options.contentType) throw new Error("Content type undefined."); i = { body: this.pubRequestBody, contentType: this.options.contentType } } return i && (r = q(i)), this.request = this.userAgent.userAgentCore.makeOutgoingRequestMessage(G.PUBLISH, t, s.fromUri ? s.fromUri : this.userAgent.userAgentCore.configuration.aor, s.toUri ? s.toUri : this.target, s, e.extraHeaders, r), this.send() } stateTransition(e) { const t = () => { throw new Error(`Invalid state transition from ${this._state} to ${e}`) }; switch (this._state) { case se.Initial: e !== se.Published && e !== se.Unpublished && e !== se.Terminated && t(); break; case se.Published: e !== se.Unpublished && e !== se.Terminated && t(); break; case se.Unpublished: e !== se.Published && e !== se.Terminated && t(); break; case se.Terminated: t(); break; default: throw new Error("Unrecognized state.") }this._state = e, this.logger.log(`Publication transitioned to state ${this._state}`), this._stateEventEmitter.emit(this._state), e === se.Terminated && this.dispose() } } !function (e) { e.Initial = "Initial", e.Registered = "Registered", e.Unregistered = "Unregistered", e.Terminated = "Terminated" }(ie = ie || (ie = {})); class ge { constructor(e, t = {}) { this.disposed = !1, this._contacts = [], this._retryAfter = void 0, this._state = ie.Initial, this._waiting = !1, this._stateEventEmitter = new p, this._waitingEventEmitter = new p, this.userAgent = e; const s = e.configuration.uri.clone(); if (s.user = void 0, this.options = Object.assign(Object.assign(Object.assign({}, ge.defaultOptions()), { registrar: s }), ge.stripUndefinedProperties(t)), this.options.extraContactHeaderParams = (this.options.extraContactHeaderParams || []).slice(), this.options.extraHeaders = (this.options.extraHeaders || []).slice(), !this.options.registrar) throw new Error("Registrar undefined."); if (this.options.registrar = this.options.registrar.clone(), this.options.regId && !this.options.instanceId ? this.options.instanceId = this.userAgent.instanceId : !this.options.regId && this.options.instanceId && (this.options.regId = 1), this.options.instanceId && -1 === y.parse(this.options.instanceId, "uuid")) throw new Error("Invalid instanceId."); if (this.options.regId && this.options.regId < 0) throw new Error("Invalid regId."); const i = this.options.registrar, r = this.options.params && this.options.params.fromUri || e.userAgentCore.configuration.aor, n = this.options.params && this.options.params.toUri || e.configuration.uri, o = this.options.params || {}, a = (t.extraHeaders || []).slice(); if (this.request = e.userAgentCore.makeOutgoingRequestMessage(G.REGISTER, i, r, n, o, a, void 0), this.expires = this.options.expires || ge.defaultExpires, this.expires < 0) throw new Error("Invalid expires."); if (this.refreshFrequency = this.options.refreshFrequency || ge.defaultRefreshFrequency, this.refreshFrequency < 50 || this.refreshFrequency > 99) throw new Error("Invalid refresh frequency. The value represents a percentage of the expiration time and should be between 50 and 99."); this.logger = e.getLogger("sip.Registerer"), this.options.logConfiguration && (this.logger.log("Configuration:"), Object.keys(this.options).forEach((e => { const t = this.options[e]; if ("registrar" === e) this.logger.log("\xb7 " + e + ": " + t); else this.logger.log("\xb7 " + e + ": " + JSON.stringify(t)) }))), this.id = this.request.callId + this.request.from.parameters.tag, this.userAgent._registerers[this.id] = this } static defaultOptions() { return { expires: ge.defaultExpires, extraContactHeaderParams: [], extraHeaders: [], logConfiguration: !0, instanceId: "", params: {}, regId: 0, registrar: new w("sip", "anonymous", "anonymous.invalid"), refreshFrequency: ge.defaultRefreshFrequency } } static stripUndefinedProperties(e) { return Object.keys(e).reduce(((t, s) => (void 0 !== e[s] && (t[s] = e[s]), t)), {}) } get contacts() { return this._contacts.slice() } get retryAfter() { return this._retryAfter } get state() { return this._state } get stateChange() { return this._stateEventEmitter } dispose() { return this.disposed ? Promise.resolve() : (this.disposed = !0, this.logger.log(`Registerer ${this.id} in state ${this.state} is being disposed`), delete this.userAgent._registerers[this.id], new Promise((e => { const t = () => { if (!this.waiting && this._state === ie.Registered) return this.stateChange.addListener((() => { this.terminated(), e() }), { once: !0 }), void this.unregister(); this.terminated(), e() }; this.waiting ? this.waitingChange.addListener((() => { t() }), { once: !0 }) : t() }))) } register(e = {}) { if (this.state === ie.Terminated) throw this.stateError(), new Error("Registerer terminated. Unable to register."); if (this.disposed) throw this.stateError(), new Error("Registerer disposed. Unable to register."); if (this.waiting) { this.waitingWarning(); const e = new a("REGISTER request already in progress, waiting for final response"); return Promise.reject(e) } e.requestOptions && (this.options = Object.assign(Object.assign({}, this.options), e.requestOptions)); const t = (this.options.extraHeaders || []).slice(); t.push("Contact: " + this.generateContactHeader(this.expires)), t.push("Allow: " + ["ACK", "CANCEL", "INVITE", "MESSAGE", "BYE", "OPTIONS", "INFO", "NOTIFY", "REFER"].toString()), this.request.cseq++ , this.request.setHeader("cseq", this.request.cseq + " REGISTER"), this.request.extraHeaders = t, this.waitingToggle(!0); const s = this.userAgent.userAgentCore.register(this.request, { onAccept: t => { let s; t.message.hasHeader("expires") && (s = Number(t.message.getHeader("expires"))), this._contacts = t.message.getHeaders("contact"); let i, r = this._contacts.length; if (!r) return this.logger.error("No Contact header in response to REGISTER, dropping response."), void this.unregistered(); for (; r--;) { if (i = t.message.parseHeader("contact", r), !i) throw new Error("Contact undefined"); if (this.userAgent.contact.pubGruu && b(i.uri, this.userAgent.contact.pubGruu)) { s = Number(i.getParam("expires")); break } if ("" === this.userAgent.configuration.contactName) { if (i.uri.user === this.userAgent.contact.uri.user) { s = Number(i.getParam("expires")); break } } else if (b(i.uri, this.userAgent.contact.uri)) { s = Number(i.getParam("expires")); break } i = void 0 } if (void 0 === i) return this.logger.error("No Contact header pointing to us, dropping response"), this.unregistered(), void this.waitingToggle(!1); if (void 0 === s) return this.logger.error("Contact pointing to us is missing expires parameter, dropping response"), this.unregistered(), void this.waitingToggle(!1); if (i.hasParam("temp-gruu")) { const e = i.getParam("temp-gruu"); e && (this.userAgent.contact.tempGruu = y.URIParse(e.replace(/"/g, ""))) } if (i.hasParam("pub-gruu")) { const e = i.getParam("pub-gruu"); e && (this.userAgent.contact.pubGruu = y.URIParse(e.replace(/"/g, ""))) } this.registered(s), e.requestDelegate && e.requestDelegate.onAccept && e.requestDelegate.onAccept(t), this.waitingToggle(!1) }, onProgress: t => { e.requestDelegate && e.requestDelegate.onProgress && e.requestDelegate.onProgress(t) }, onRedirect: t => { this.logger.error("Redirect received. Not supported."), this.unregistered(), e.requestDelegate && e.requestDelegate.onRedirect && e.requestDelegate.onRedirect(t), this.waitingToggle(!1) }, onReject: t => { if (423 === t.message.statusCode) return t.message.hasHeader("min-expires") ? (this.expires = Number(t.message.getHeader("min-expires")), this.waitingToggle(!1), void this.register()) : (this.logger.error("423 response received for REGISTER without Min-Expires, dropping response"), this.unregistered(), void this.waitingToggle(!1)); this.logger.warn(`Failed to register, status code ${t.message.statusCode}`); let s = NaN; if (500 === t.message.statusCode || 503 === t.message.statusCode) { const e = t.message.getHeader("retry-after"); e && (s = Number.parseInt(e, void 0)) } this._retryAfter = isNaN(s) ? void 0 : s, this.unregistered(), e.requestDelegate && e.requestDelegate.onReject && e.requestDelegate.onReject(t), this._retryAfter = void 0, this.waitingToggle(!1) }, onTrying: t => { e.requestDelegate && e.requestDelegate.onTrying && e.requestDelegate.onTrying(t) } }); return Promise.resolve(s) } unregister(e = {}) { if (this.state === ie.Terminated) throw this.stateError(), new Error("Registerer terminated. Unable to register."); if (this.disposed && this.state !== ie.Registered) throw this.stateError(), new Error("Registerer disposed. Unable to register."); if (this.waiting) { this.waitingWarning(); const e = new a("REGISTER request already in progress, waiting for final response"); return Promise.reject(e) } this._state === ie.Registered || e.all || this.logger.warn("Not currently registered, but sending an unregister anyway."); const t = (e.requestOptions && e.requestOptions.extraHeaders || []).slice(); this.request.extraHeaders = t, e.all ? (t.push("Contact: *"), t.push("Expires: 0")) : t.push("Contact: " + this.generateContactHeader(0)), this.request.cseq++ , this.request.setHeader("cseq", this.request.cseq + " REGISTER"), void 0 !== this.registrationTimer && (clearTimeout(this.registrationTimer), this.registrationTimer = void 0), this.waitingToggle(!0); const s = this.userAgent.userAgentCore.register(this.request, { onAccept: t => { this._contacts = t.message.getHeaders("contact"), this.unregistered(), e.requestDelegate && e.requestDelegate.onAccept && e.requestDelegate.onAccept(t), this.waitingToggle(!1) }, onProgress: t => { e.requestDelegate && e.requestDelegate.onProgress && e.requestDelegate.onProgress(t) }, onRedirect: t => { this.logger.error("Unregister redirected. Not currently supported."), this.unregistered(), e.requestDelegate && e.requestDelegate.onRedirect && e.requestDelegate.onRedirect(t), this.waitingToggle(!1) }, onReject: t => { this.logger.error(`Unregister rejected with status code ${t.message.statusCode}`), this.unregistered(), e.requestDelegate && e.requestDelegate.onReject && e.requestDelegate.onReject(t), this.waitingToggle(!1) }, onTrying: t => { e.requestDelegate && e.requestDelegate.onTrying && e.requestDelegate.onTrying(t) } }); return Promise.resolve(s) } clearTimers() { void 0 !== this.registrationTimer && (clearTimeout(this.registrationTimer), this.registrationTimer = void 0), void 0 !== this.registrationExpiredTimer && (clearTimeout(this.registrationExpiredTimer), this.registrationExpiredTimer = void 0) } generateContactHeader(e) { let t = this.userAgent.contact.toString({ register: !0 }); return this.options.regId && this.options.instanceId && (t += ";reg-id=" + this.options.regId, t += ';+sip.instance="<urn:uuid:' + this.options.instanceId + '>"'), this.options.extraContactHeaderParams && this.options.extraContactHeaderParams.forEach((e => { t += ";" + e })), t += ";expires=" + e, t } registered(e) { this.clearTimers(), this.registrationTimer = setTimeout((() => { this.registrationTimer = void 0, this.register() }), this.refreshFrequency / 100 * e * 1e3), this.registrationExpiredTimer = setTimeout((() => { this.logger.warn("Registration expired"), this.unregistered() }), 1e3 * e), this._state !== ie.Registered && this.stateTransition(ie.Registered) } unregistered() { this.clearTimers(), this._state !== ie.Unregistered && this.stateTransition(ie.Unregistered) } terminated() { this.clearTimers(), this._state !== ie.Terminated && this.stateTransition(ie.Terminated) } stateTransition(e) { const t = () => { throw new Error(`Invalid state transition from ${this._state} to ${e}`) }; switch (this._state) { case ie.Initial: e !== ie.Registered && e !== ie.Unregistered && e !== ie.Terminated && t(); break; case ie.Registered: e !== ie.Unregistered && e !== ie.Terminated && t(); break; case ie.Unregistered: e !== ie.Registered && e !== ie.Terminated && t(); break; case ie.Terminated: t(); break; default: throw new Error("Unrecognized state.") }this._state = e, this.logger.log(`Registration transitioned to state ${this._state}`), this._stateEventEmitter.emit(this._state), e === ie.Terminated && this.dispose() } get waiting() { return this._waiting } get waitingChange() { return this._waitingEventEmitter } waitingToggle(e) { if (this._waiting === e) throw new Error(`Invalid waiting transition from ${this._waiting} to ${e}`); this._waiting = e, this.logger.log(`Waiting toggled to ${this._waiting}`), this._waitingEventEmitter.emit(this._waiting) } waitingWarning() { let e = "An attempt was made to send a REGISTER request while a prior one was still in progress."; e += " RFC 3261 requires UAs MUST NOT send a new registration until they have received a final response", e += " from the registrar for the previous one or the previous REGISTER request has timed out.", e += " Note that if the transport disconnects, you still must wait for the prior request to time out before", e += " sending a new REGISTER request or alternatively dispose of the current Registerer and create a new Registerer.", this.logger.warn("An attempt was made to send a REGISTER request while a prior one was still in progress. RFC 3261 requires UAs MUST NOT send a new registration until they have received a final response from the registrar for the previous one or the previous REGISTER request has timed out. Note that if the transport disconnects, you still must wait for the prior request to time out before sending a new REGISTER request or alternatively dispose of the current Registerer and create a new Registerer.") } stateError() { let e = `An attempt was made to send a REGISTER request when the Registerer ${this.state === ie.Terminated ? "is in 'Terminated' state" : "has been disposed"}.`; e += " The Registerer transitions to 'Terminated' when Registerer.dispose() is called.", e += " Perhaps you called UserAgent.stop() which dipsoses of all Registerers?", this.logger.error(e) } } ge.defaultExpires = 600, ge.defaultRefreshFrequency = 99, function (e) { e.Initial = "Initial", e.NotifyWait = "NotifyWait", e.Pending = "Pending", e.Active = "Active", e.Terminated = "Terminated" }(re = re || (re = {})), function (e) { e.Initial = "Initial", e.NotifyWait = "NotifyWait", e.Subscribed = "Subscribed", e.Terminated = "Terminated" }(ne = ne || (ne = {})); class ue { constructor(e, t = {}) { this._disposed = !1, this._state = ne.Initial, this._logger = e.getLogger("sip.Subscription"), this._stateEventEmitter = new p, this._userAgent = e, this.delegate = t.delegate } dispose() { return this._disposed || (this._disposed = !0, this._stateEventEmitter.removeAllListeners()), Promise.resolve() } get dialog() { return this._dialog } get disposed() { return this._disposed } get state() { return this._state } get stateChange() { return this._stateEventEmitter } stateTransition(e) { const t = () => { throw new Error(`Invalid state transition from ${this._state} to ${e}`) }; switch (this._state) { case ne.Initial: e !== ne.NotifyWait && e !== ne.Terminated && t(); break; case ne.NotifyWait: e !== ne.Subscribed && e !== ne.Terminated && t(); break; case ne.Subscribed: e !== ne.Terminated && t(); break; case ne.Terminated: t(); break; default: throw new Error("Unrecognized state.") }this._state !== e && (this._state = e, this._logger.log(`Subscription ${this._dialog ? this._dialog.id : void 0} transitioned to ${this._state}`), this._stateEventEmitter.emit(this._state), e === ne.Terminated && this.dispose()) } } class pe extends ue { constructor(e, t, s, i = {}) { super(e, i), this.body = void 0, this.logger = e.getLogger("sip.Subscriber"), i.body && (this.body = { body: i.body, contentType: i.contentType ? i.contentType : "application/sdp" }), this.targetURI = t, this.event = s, void 0 === i.expires ? this.expires = 3600 : "number" != typeof i.expires ? (this.logger.warn('Option "expires" must be a number. Using default of 3600.'), this.expires = 3600) : this.expires = i.expires, this.extraHeaders = (i.extraHeaders || []).slice(), this.subscriberRequest = this.initSubscriberRequest(), this.outgoingRequestMessage = this.subscriberRequest.message, this.id = this.outgoingRequestMessage.callId + this.outgoingRequestMessage.from.parameters.tag + this.event, this._userAgent._subscriptions[this.id] = this } dispose() { return this.disposed ? Promise.resolve() : (this.logger.log(`Subscription ${this.id} in state ${this.state} is being disposed`), delete this._userAgent._subscriptions[this.id], this.retryAfterTimer && (clearTimeout(this.retryAfterTimer), this.retryAfterTimer = void 0), this.subscriberRequest.dispose(), super.dispose().then((() => { if (this.state === ne.Subscribed) { if (!this._dialog) throw new Error("Dialog undefined."); if (this._dialog.subscriptionState === re.Pending || this._dialog.subscriptionState === re.Active) { const e = this._dialog; return new Promise(((t, s) => { e.delegate = { onTerminated: () => t() }, e.unsubscribe() })) } } }))) } subscribe(e = {}) { switch (this.subscriberRequest.state) { case re.Initial: this.state === ne.Initial && this.stateTransition(ne.NotifyWait), this.subscriberRequest.subscribe().then((e => { e.success ? (e.success.subscription && (this._dialog = e.success.subscription, this._dialog.delegate = { onNotify: e => this.onNotify(e), onRefresh: e => this.onRefresh(e), onTerminated: () => { this.state !== ne.Terminated && this.stateTransition(ne.Terminated) } }), this.onNotify(e.success.request)) : e.failure && this.unsubscribe() })); break; case re.NotifyWait: case re.Pending: break; case re.Active: if (this._dialog) { this._dialog.refresh().delegate = { onAccept: e => this.onAccepted(e), onRedirect: e => this.unsubscribe(), onReject: e => this.unsubscribe() } } case re.Terminated: }return Promise.resolve() } unsubscribe(e = {}) { if (this.disposed) return Promise.resolve(); switch (this.subscriberRequest.state) { case re.Initial: case re.NotifyWait: break; case re.Pending: case re.Active: this._dialog && this._dialog.unsubscribe(); break; case re.Terminated: break; default: throw new Error("Unknown state.") }return this.stateTransition(ne.Terminated), Promise.resolve() } _refresh() { return this.subscriberRequest.state === re.Active ? this.subscribe() : Promise.resolve() } onAccepted(e) { } onNotify(e) { if (this.disposed) return void e.accept(); if (this.state !== ne.Subscribed && this.stateTransition(ne.Subscribed), this.delegate && this.delegate.onNotify) { const t = new K(e); this.delegate.onNotify(t) } else e.accept(); const t = e.message.parseHeader("Subscription-State"); if (t && t.state && "terminated" === t.state) { if (t.reason) switch (this.logger.log(`Terminated subscription with reason ${t.reason}`), t.reason) { case "deactivated": case "timeout": return this.initSubscriberRequest(), void this.subscribe(); case "probation": case "giveup": return this.initSubscriberRequest(), void (t.params && t.params["retry-after"] ? this.retryAfterTimer = setTimeout((() => { this.subscribe() }), t.params["retry-after"]) : this.subscribe()) }this.unsubscribe() } } onRefresh(e) { e.delegate = { onAccept: e => this.onAccepted(e) } } initSubscriberRequest() { const e = { extraHeaders: this.extraHeaders, body: this.body ? q(this.body) : void 0 }; return this.subscriberRequest = new fe(this._userAgent.userAgentCore, this.targetURI, this.event, this.expires, e), this.subscriberRequest.delegate = { onAccept: e => this.onAccepted(e) }, this.subscriberRequest } } class fe { constructor(e, t, s, i, r, n) { this.core = e, this.target = t, this.event = s, this.expires = i, this.subscribed = !1, this.logger = e.loggerFactory.getLogger("sip.Subscriber"), this.delegate = n; const o = "Allow: " + V.toString(), a = (r && r.extraHeaders || []).slice(); a.push(o), a.push("Event: " + this.event), a.push("Expires: " + this.expires), a.push("Contact: " + this.core.configuration.contact.toString()); const c = r && r.body; this.message = e.makeOutgoingRequestMessage(G.SUBSCRIBE, this.target, this.core.configuration.aor, this.target, {}, a, c) } dispose() { this.request && (this.request.waitNotifyStop(), this.request.dispose(), this.request = void 0) } get state() { return this.subscription ? this.subscription.subscriptionState : this.subscribed ? re.NotifyWait : re.Initial } subscribe() { return this.subscribed ? Promise.reject(new Error("Not in initial state. Did you call subscribe more than once?")) : (this.subscribed = !0, new Promise((e => { if (!this.message) throw new Error("Message undefined."); this.request = this.core.subscribe(this.message, { onAccept: e => { this.delegate && this.delegate.onAccept && this.delegate.onAccept(e) }, onNotify: t => { this.subscription = t.subscription, this.subscription && (this.subscription.autoRefresh = !0), e({ success: t }) }, onNotifyTimeout: () => { e({ failure: {} }) }, onRedirect: t => { e({ failure: { response: t } }) }, onReject: t => { e({ failure: { response: t } }) } }) }))) } } !function (e) { e.Connecting = "Connecting", e.Connected = "Connected", e.Disconnecting = "Disconnecting", e.Disconnected = "Disconnected" }(oe = oe || (oe = {})), function (e) { e.Started = "Started", e.Stopped = "Stopped" }(ae = ae || (ae = {})); class me { constructor() { this._dataLength = 0, this._bufferLength = 0, this._state = new Int32Array(4), this._buffer = new ArrayBuffer(68), this._buffer8 = new Uint8Array(this._buffer, 0, 68), this._buffer32 = new Uint32Array(this._buffer, 0, 17), this.start() } static hashStr(e, t = !1) { return this.onePassHasher.start().appendStr(e).end(t) } static hashAsciiStr(e, t = !1) { return this.onePassHasher.start().appendAsciiStr(e).end(t) } static _hex(e) { const t = me.hexChars, s = me.hexOut; let i, r, n, o; for (o = 0; o < 4; o += 1)for (r = 8 * o, i = e[o], n = 0; n < 8; n += 2)s[r + 1 + n] = t.charAt(15 & i), i >>>= 4, s[r + 0 + n] = t.charAt(15 & i), i >>>= 4; return s.join("") } static _md5cycle(e, t) { let s = e[0], i = e[1], r = e[2], n = e[3]; s += (i & r | ~i & n) + t[0] - 680876936 | 0, s = (s << 7 | s >>> 25) + i | 0, n += (s & i | ~s & r) + t[1] - 389564586 | 0, n = (n << 12 | n >>> 20) + s | 0, r += (n & s | ~n & i) + t[2] + 606105819 | 0, r = (r << 17 | r >>> 15) + n | 0, i += (r & n | ~r & s) + t[3] - 1044525330 | 0, i = (i << 22 | i >>> 10) + r | 0, s += (i & r | ~i & n) + t[4] - 176418897 | 0, s = (s << 7 | s >>> 25) + i | 0, n += (s & i | ~s & r) + t[5] + 1200080426 | 0, n = (n << 12 | n >>> 20) + s | 0, r += (n & s | ~n & i) + t[6] - 1473231341 | 0, r = (r << 17 | r >>> 15) + n | 0, i += (r & n | ~r & s) + t[7] - 45705983 | 0, i = (i << 22 | i >>> 10) + r | 0, s += (i & r | ~i & n) + t[8] + 1770035416 | 0, s = (s << 7 | s >>> 25) + i | 0, n += (s & i | ~s & r) + t[9] - 1958414417 | 0, n = (n << 12 | n >>> 20) + s | 0, r += (n & s | ~n & i) + t[10] - 42063 | 0, r = (r << 17 | r >>> 15) + n | 0, i += (r & n | ~r & s) + t[11] - 1990404162 | 0, i = (i << 22 | i >>> 10) + r | 0, s += (i & r | ~i & n) + t[12] + 1804603682 | 0, s = (s << 7 | s >>> 25) + i | 0, n += (s & i | ~s & r) + t[13] - 40341101 | 0, n = (n << 12 | n >>> 20) + s | 0, r += (n & s | ~n & i) + t[14] - 1502002290 | 0, r = (r << 17 | r >>> 15) + n | 0, i += (r & n | ~r & s) + t[15] + 1236535329 | 0, i = (i << 22 | i >>> 10) + r | 0, s += (i & n | r & ~n) + t[1] - 165796510 | 0, s = (s << 5 | s >>> 27) + i | 0, n += (s & r | i & ~r) + t[6] - 1069501632 | 0, n = (n << 9 | n >>> 23) + s | 0, r += (n & i | s & ~i) + t[11] + 643717713 | 0, r = (r << 14 | r >>> 18) + n | 0, i += (r & s | n & ~s) + t[0] - 373897302 | 0, i = (i << 20 | i >>> 12) + r | 0, s += (i & n | r & ~n) + t[5] - 701558691 | 0, s = (s << 5 | s >>> 27) + i | 0, n += (s & r | i & ~r) + t[10] + 38016083 | 0, n = (n << 9 | n >>> 23) + s | 0, r += (n & i | s & ~i) + t[15] - 660478335 | 0, r = (r << 14 | r >>> 18) + n | 0, i += (r & s | n & ~s) + t[4] - 405537848 | 0, i = (i << 20 | i >>> 12) + r | 0, s += (i & n | r & ~n) + t[9] + 568446438 | 0, s = (s << 5 | s >>> 27) + i | 0, n += (s & r | i & ~r) + t[14] - 1019803690 | 0, n = (n << 9 | n >>> 23) + s | 0, r += (n & i | s & ~i) + t[3] - 187363961 | 0, r = (r << 14 | r >>> 18) + n | 0, i += (r & s | n & ~s) + t[8] + 1163531501 | 0, i = (i << 20 | i >>> 12) + r | 0, s += (i & n | r & ~n) + t[13] - 1444681467 | 0, s = (s << 5 | s >>> 27) + i | 0, n += (s & r | i & ~r) + t[2] - 51403784 | 0, n = (n << 9 | n >>> 23) + s | 0, r += (n & i | s & ~i) + t[7] + 1735328473 | 0, r = (r << 14 | r >>> 18) + n | 0, i += (r & s | n & ~s) + t[12] - 1926607734 | 0, i = (i << 20 | i >>> 12) + r | 0, s += (i ^ r ^ n) + t[5] - 378558 | 0, s = (s << 4 | s >>> 28) + i | 0, n += (s ^ i ^ r) + t[8] - 2022574463 | 0, n = (n << 11 | n >>> 21) + s | 0, r += (n ^ s ^ i) + t[11] + 1839030562 | 0, r = (r << 16 | r >>> 16) + n | 0, i += (r ^ n ^ s) + t[14] - 35309556 | 0, i = (i << 23 | i >>> 9) + r | 0, s += (i ^ r ^ n) + t[1] - 1530992060 | 0, s = (s << 4 | s >>> 28) + i | 0, n += (s ^ i ^ r) + t[4] + 1272893353 | 0, n = (n << 11 | n >>> 21) + s | 0, r += (n ^ s ^ i) + t[7] - 155497632 | 0, r = (r << 16 | r >>> 16) + n | 0, i += (r ^ n ^ s) + t[10] - 1094730640 | 0, i = (i << 23 | i >>> 9) + r | 0, s += (i ^ r ^ n) + t[13] + 681279174 | 0, s = (s << 4 | s >>> 28) + i | 0, n += (s ^ i ^ r) + t[0] - 358537222 | 0, n = (n << 11 | n >>> 21) + s | 0, r += (n ^ s ^ i) + t[3] - 722521979 | 0, r = (r << 16 | r >>> 16) + n | 0, i += (r ^ n ^ s) + t[6] + 76029189 | 0, i = (i << 23 | i >>> 9) + r | 0, s += (i ^ r ^ n) + t[9] - 640364487 | 0, s = (s << 4 | s >>> 28) + i | 0, n += (s ^ i ^ r) + t[12] - 421815835 | 0, n = (n << 11 | n >>> 21) + s | 0, r += (n ^ s ^ i) + t[15] + 530742520 | 0, r = (r << 16 | r >>> 16) + n | 0, i += (r ^ n ^ s) + t[2] - 995338651 | 0, i = (i << 23 | i >>> 9) + r | 0, s += (r ^ (i | ~n)) + t[0] - 198630844 | 0, s = (s << 6 | s >>> 26) + i | 0, n += (i ^ (s | ~r)) + t[7] + 1126891415 | 0, n = (n << 10 | n >>> 22) + s | 0, r += (s ^ (n | ~i)) + t[14] - 1416354905 | 0, r = (r << 15 | r >>> 17) + n | 0, i += (n ^ (r | ~s)) + t[5] - 57434055 | 0, i = (i << 21 | i >>> 11) + r | 0, s += (r ^ (i | ~n)) + t[12] + 1700485571 | 0, s = (s << 6 | s >>> 26) + i | 0, n += (i ^ (s | ~r)) + t[3] - 1894986606 | 0, n = (n << 10 | n >>> 22) + s | 0, r += (s ^ (n | ~i)) + t[10] - 1051523 | 0, r = (r << 15 | r >>> 17) + n | 0, i += (n ^ (r | ~s)) + t[1] - 2054922799 | 0, i = (i << 21 | i >>> 11) + r | 0, s += (r ^ (i | ~n)) + t[8] + 1873313359 | 0, s = (s << 6 | s >>> 26) + i | 0, n += (i ^ (s | ~r)) + t[15] - 30611744 | 0, n = (n << 10 | n >>> 22) + s | 0, r += (s ^ (n | ~i)) + t[6] - 1560198380 | 0, r = (r << 15 | r >>> 17) + n | 0, i += (n ^ (r | ~s)) + t[13] + 1309151649 | 0, i = (i << 21 | i >>> 11) + r | 0, s += (r ^ (i | ~n)) + t[4] - 145523070 | 0, s = (s << 6 | s >>> 26) + i | 0, n += (i ^ (s | ~r)) + t[11] - 1120210379 | 0, n = (n << 10 | n >>> 22) + s | 0, r += (s ^ (n | ~i)) + t[2] + 718787259 | 0, r = (r << 15 | r >>> 17) + n | 0, i += (n ^ (r | ~s)) + t[9] - 343485551 | 0, i = (i << 21 | i >>> 11) + r | 0, e[0] = s + e[0] | 0, e[1] = i + e[1] | 0, e[2] = r + e[2] | 0, e[3] = n + e[3] | 0 } start() { return this._dataLength = 0, this._bufferLength = 0, this._state.set(me.stateIdentity), this } appendStr(e) { const t = this._buffer8, s = this._buffer32; let i, r, n = this._bufferLength; for (r = 0; r < e.length; r += 1) { if (i = e.charCodeAt(r), i < 128) t[n++] = i; else if (i < 2048) t[n++] = 192 + (i >>> 6), t[n++] = 63 & i | 128; else if (i < 55296 || i > 56319) t[n++] = 224 + (i >>> 12), t[n++] = i >>> 6 & 63 | 128, t[n++] = 63 & i | 128; else { if (i = 1024 * (i - 55296) + (e.charCodeAt(++r) - 56320) + 65536, i > 1114111) throw new Error("Unicode standard supports code points up to U+10FFFF"); t[n++] = 240 + (i >>> 18), t[n++] = i >>> 12 & 63 | 128, t[n++] = i >>> 6 & 63 | 128, t[n++] = 63 & i | 128 } n >= 64 && (this._dataLength += 64, me._md5cycle(this._state, s), n -= 64, s[0] = s[16]) } return this._bufferLength = n, this } appendAsciiStr(e) { const t = this._buffer8, s = this._buffer32; let i, r = this._bufferLength, n = 0; for (; ;) { for (i = Math.min(e.length - n, 64 - r); i--;)t[r++] = e.charCodeAt(n++); if (r < 64) break; this._dataLength += 64, me._md5cycle(this._state, s), r = 0 } return this._bufferLength = r, this } appendByteArray(e) { const t = this._buffer8, s = this._buffer32; let i, r = this._bufferLength, n = 0; for (; ;) { for (i = Math.min(e.length - n, 64 - r); i--;)t[r++] = e[n++]; if (r < 64) break; this._dataLength += 64, me._md5cycle(this._state, s), r = 0 } return this._bufferLength = r, this } getState() { const e = this, t = e._state; return { buffer: String.fromCharCode.apply(null, e._buffer8), buflen: e._bufferLength, length: e._dataLength, state: [t[0], t[1], t[2], t[3]] } } setState(e) { const t = e.buffer, s = e.state, i = this._state; let r; for (this._dataLength = e.length, this._bufferLength = e.buflen, i[0] = s[0], i[1] = s[1], i[2] = s[2], i[3] = s[3], r = 0; r < t.length; r += 1)this._buffer8[r] = t.charCodeAt(r) } end(e = !1) { const t = this._bufferLength, s = this._buffer8, i = this._buffer32, r = 1 + (t >> 2); let n; if (this._dataLength += t, s[t] = 128, s[t + 1] = s[t + 2] = s[t + 3] = 0, i.set(me.buffer32Identity.subarray(r), r), t > 55 && (me._md5cycle(this._state, i), i.set(me.buffer32Identity)), n = 8 * this._dataLength, n <= 4294967295) i[14] = n; else { const e = n.toString(16).match(/(.*?)(.{0,8})$/); if (null === e) return; const t = parseInt(e[2], 16), s = parseInt(e[1], 16) || 0; i[14] = t, i[15] = s } return me._md5cycle(this._state, i), e ? this._state : me._hex(this._state) } } function ve(e) { return me.hashStr(e) } me.stateIdentity = new Int32Array([1732584193, -271733879, -1732584194, 271733878]), me.buffer32Identity = new Int32Array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]), me.hexChars = "0123456789abcdef", me.hexOut = [], me.onePassHasher = new me, "5d41402abc4b2a76b9719d911017c592" !== me.hashStr("hello") && console.error("Md5 self test failed."); class we { constructor(e, t, s, i) { this.logger = e.getLogger("sipjs.digestauthentication"), this.username = s, this.password = i, this.ha1 = t, this.nc = 0, this.ncHex = "00000000" } authenticate(e, t, s) { if (this.algorithm = t.algorithm, this.realm = t.realm, this.nonce = t.nonce, this.opaque = t.opaque, this.stale = t.stale, this.algorithm) { if ("MD5" !== this.algorithm) return this.logger.warn("challenge with Digest algorithm different than 'MD5', authentication aborted"), !1 } else this.algorithm = "MD5"; if (!this.realm) return this.logger.warn("challenge without Digest realm, authentication aborted"), !1; if (!this.nonce) return this.logger.warn("challenge without Digest nonce, authentication aborted"), !1; if (t.qop) if (t.qop.indexOf("auth") > -1) this.qop = "auth"; else { if (!(t.qop.indexOf("auth-int") > -1)) return this.logger.warn("challenge without Digest qop different than 'auth' or 'auth-int', authentication aborted"), !1; this.qop = "auth-int" } else this.qop = void 0; return this.method = e.method, this.uri = e.ruri, this.cnonce = $(12), this.nc += 1, this.updateNcHex(), 4294967296 === this.nc && (this.nc = 1, this.ncHex = "00000001"), this.calculateResponse(s), !0 } toString() { const e = []; if (!this.response) throw new Error("response field does not exist, cannot generate Authorization header"); return e.push("algorithm=" + this.algorithm), e.push('username="' + this.username + '"'), e.push('realm="' + this.realm + '"'), e.push('nonce="' + this.nonce + '"'), e.push('uri="' + this.uri + '"'), e.push('response="' + this.response + '"'), this.opaque && e.push('opaque="' + this.opaque + '"'), this.qop && (e.push("qop=" + this.qop), e.push('cnonce="' + this.cnonce + '"'), e.push("nc=" + this.ncHex)), "Digest " + e.join(", ") } updateNcHex() { const e = Number(this.nc).toString(16); this.ncHex = "00000000".substr(0, 8 - e.length) + e } calculateResponse(e) { let t, s; t = this.ha1, "" !== t && void 0 !== t || (t = ve(this.username + ":" + this.realm + ":" + this.password)), "auth" === this.qop ? (s = ve(this.method + ":" + this.uri), this.response = ve(t + ":" + this.nonce + ":" + this.ncHex + ":" + this.cnonce + ":auth:" + s)) : "auth-int" === this.qop ? (s = ve(this.method + ":" + this.uri + ":" + ve(e || "")), this.response = ve(t + ":" + this.nonce + ":" + this.ncHex + ":" + this.cnonce + ":auth-int:" + s)) : void 0 === this.qop && (s = ve(this.method + ":" + this.uri), this.response = ve(t + ":" + this.nonce + ":" + s)) } } !function (e) { e[e.error = 0] = "error", e[e.warn = 1] = "warn", e[e.log = 2] = "log", e[e.debug = 3] = "debug" }(ce = ce || (ce = {})); class be { constructor(e, t, s) { this.logger = e, this.category = t, this.label = s } error(e) { this.genericLog(ce.error, e) } warn(e) { this.genericLog(ce.warn, e) } log(e) { this.genericLog(ce.log, e) } debug(e) { this.genericLog(ce.debug, e) } genericLog(e, t) { this.logger.genericLog(e, this.category, this.label, t) } get level() { return this.logger.level } set level(e) { this.logger.level = e } } class Te { constructor() { this.builtinEnabled = !0, this._level = ce.log, this.loggers = {}, this.logger = this.getLogger("sip:loggerfactory") } get level() { return this._level } set level(e) { e >= 0 && e <= 3 ? this._level = e : e > 3 ? this._level = 3 : ce.hasOwnProperty(e) ? this._level = e : this.logger.error("invalid 'level' parameter value: " + JSON.stringify(e)) } get connector() { return this._connector } set connector(e) { e ? "function" == typeof e ? this._connector = e : this.logger.error("invalid 'connector' parameter value: " + JSON.stringify(e)) : this._connector = void 0 } getLogger(e, t) { if (t && 3 === this.level) return new be(this, e, t); if (this.loggers[e]) return this.loggers[e]; { const t = new be(this, e); return this.loggers[e] = t, t } } genericLog(e, t, s, i) { this.level >= e && this.builtinEnabled && this.print(e, t, s, i), this.connector && this.connector(ce[e], t, s, i) } print(e, t, s, i) { if ("string" == typeof i) { const e = [new Date, t]; s && e.push(s), i = e.concat(i).join(" | ") } switch (e) { case ce.error: console.error(i); break; case ce.warn: console.warn(i); break; case ce.log: console.log(i); break; case ce.debug: console.debug(i) } } } function Se(e, t) { const s = "\r\n"; if (t.statusCode < 100 || t.statusCode > 699) throw new TypeError("Invalid statusCode: " + t.statusCode); const i = t.reasonPhrase ? t.reasonPhrase : I(t.statusCode); let r = "SIP/2.0 " + t.statusCode + " " + i + s; t.statusCode >= 100 && t.statusCode, t.statusCode; const n = "From: " + e.getHeader("From") + s, o = "Call-ID: " + e.callId + s, a = "CSeq: " + e.cseq + " " + e.method + s, c = e.getHeaders("via").reduce(((e, t) => e + "Via: " + t + s), ""); let h = "To: " + e.getHeader("to"); if (t.statusCode > 100 && !e.parseHeader("to").hasParam("tag")) { let e = t.toTag; e || (e = C()), h += ";tag=" + e } h += s; let d = ""; t.supported && (d = "Supported: " + t.supported.join(", ") + s); let l = ""; t.userAgent && (l = "User-Agent: " + t.userAgent + s); let g = ""; return t.extraHeaders && (g = t.extraHeaders.reduce(((e, t) => e + t.trim() + s), "")), r += c, r += n, r += h, r += a, r += o, r += d, r += l, r += g, t.body ? (r += "Content-Type: " + t.body.contentType + s, r += "Content-Length: " + D(t.body.content) + s + s, r += t.body.content) : r += "Content-Length: 0\r\n\r\n", { message: r } } !function (e) { function t(e, t) { let s = t, i = 0, r = 0; if (e.substring(s, s + 2).match(/(^\r\n)/)) return -2; for (; 0 === i;) { if (r = e.indexOf("\r\n", s), -1 === r) return r; !e.substring(r + 2, r + 4).match(/(^\r\n)/) && e.charAt(r + 2).match(/(^\s+)/) ? s = r + 2 : i = r } return i } function s(e, t, s, i) { const r = t.indexOf(":", s), n = t.substring(s, r).trim(), o = t.substring(r + 1, i).trim(); let a; switch (n.toLowerCase()) { case "via": case "v": e.addHeader("via", o), 1 === e.getHeaders("via").length ? (a = e.parseHeader("Via"), a && (e.via = a, e.viaBranch = a.branch)) : a = 0; break; case "from": case "f": e.setHeader("from", o), a = e.parseHeader("from"), a && (e.from = a, e.fromTag = a.getParam("tag")); break; case "to": case "t": e.setHeader("to", o), a = e.parseHeader("to"), a && (e.to = a, e.toTag = a.getParam("tag")); break; case "record-route": if (a = y.parse(o, "Record_Route"), -1 === a) { a = void 0; break } if (!(a instanceof Array)) { a = void 0; break } a.forEach((t => { e.addHeader("record-route", o.substring(t.position, t.offset)), e.headers["Record-Route"][e.getHeaders("record-route").length - 1].parsed = t.parsed })); break; case "call-id": case "i": e.setHeader("call-id", o), a = e.parseHeader("call-id"), a && (e.callId = o); break; case "contact": case "m": if (a = y.parse(o, "Contact"), -1 === a) { a = void 0; break } if (!(a instanceof Array)) { a = void 0; break } a.forEach((t => { e.addHeader("contact", o.substring(t.position, t.offset)), e.headers.Contact[e.getHeaders("contact").length - 1].parsed = t.parsed })); break; case "content-length": case "l": e.setHeader("content-length", o), a = e.parseHeader("content-length"); break; case "content-type": case "c": e.setHeader("content-type", o), a = e.parseHeader("content-type"); break; case "cseq": e.setHeader("cseq", o), a = e.parseHeader("cseq"), a && (e.cseq = a.value), e instanceof x && (e.method = a.method); break; case "max-forwards": e.setHeader("max-forwards", o), a = e.parseHeader("max-forwards"); break; case "www-authenticate": e.setHeader("www-authenticate", o), a = e.parseHeader("www-authenticate"); break; case "proxy-authenticate": e.setHeader("proxy-authenticate", o), a = e.parseHeader("proxy-authenticate"); break; case "refer-to": case "r": e.setHeader("refer-to", o), a = e.parseHeader("refer-to"), a && (e.referTo = a); break; default: e.addHeader(n.toLowerCase(), o), a = 0 }return void 0 !== a || { error: "error parsing header '" + n + "'" } } e.getHeader = t, e.parseHeader = s, e.parseMessage = function (e, i) { let r = 0, n = e.indexOf("\r\n"); if (-1 === n) return void i.warn("no CRLF found, not a SIP message, discarded"); const o = e.substring(0, n), a = y.parse(o, "Request_Response"); let c, h; if (-1 !== a) { for (a.status_code ? (c = new x, c.statusCode = a.status_code, c.reasonPhrase = a.reason_phrase) : (c = new P, c.method = a.method, c.ruri = a.uri), c.data = e, r = n + 2; ;) { if (n = t(e, r), -2 === n) { h = r + 2; break } if (-1 === n) return void i.error("malformed message"); const o = s(c, e, r, n); if (o && !0 !== o) return void i.error(o.error); r = n + 2 } return c.hasHeader("content-length") ? c.body = e.substr(h, Number(c.getHeader("content-length"))) : c.body = e.substring(h), c } i.warn('error parsing first line of SIP message: "' + o + '"') } }(he = he || (he = {})); class Re extends n { constructor(e) { super(e || "Unspecified transport error.") } } class ye { constructor(e, t, s, i, r) { this._transport = e, this._user = t, this._id = s, this._state = i, this.listeners = new Array, this.logger = t.loggerFactory.getLogger(r, s), this.logger.debug(`Constructing ${this.typeToString()} with id ${this.id}.`) } dispose() { this.logger.debug(`Destroyed ${this.typeToString()} with id ${this.id}.`) } get id() { return this._id } get kind() { throw new Error("Invalid kind.") } get state() { return this._state } get transport() { return this._transport } addStateChangeListener(e, t) { const s = () => { this.removeStateChangeListener(s), e() }; !0 === (null == t ? void 0 : t.once) ? this.listeners.push(s) : this.listeners.push(e) } notifyStateChangeListeners() { this.listeners.slice().forEach((e => e())) } removeStateChangeListener(e) { this.listeners = this.listeners.filter((t => t !== e)) } logTransportError(e, t) { this.logger.error(e.message), this.logger.error(`Transport error occurred in ${this.typeToString()} with id ${this.id}.`), this.logger.error(t) } send(e) { return this.transport.send(e).catch((e => { if (e instanceof Re) throw this.onTransportError(e), e; let t; throw t = e && "string" == typeof e.message ? new Re(e.message) : new Re, this.onTransportError(t), t })) } setState(e) { this.logger.debug(`State change to "${e}" on ${this.typeToString()} with id ${this.id}.`), this._state = e, this._user.onStateChange && this._user.onStateChange(e), this.notifyStateChangeListeners() } typeToString() { return "UnknownType" } } class Ee extends ye { constructor(e, t, s, i, r) { super(t, s, e.viaBranch, i, r), this._request = e, this.user = s } get request() { return this._request } } !function (e) { e.Accepted = "Accepted", e.Calling = "Calling", e.Completed = "Completed", e.Confirmed = "Confirmed", e.Proceeding = "Proceeding", e.Terminated = "Terminated", e.Trying = "Trying" }(de = de || (de = {})); class $e extends Ee { constructor(e, t, s) { super(e, t, s, de.Proceeding, "sip.transaction.ist") } dispose() { this.stopProgressExtensionTimer(), this.H && (clearTimeout(this.H), this.H = void 0), this.I && (clearTimeout(this.I), this.I = void 0), this.L && (clearTimeout(this.L), this.L = void 0), super.dispose() } get kind() { return "ist" } receiveRequest(e) { switch (this.state) { case de.Proceeding: if (e.method === G.INVITE) return void (this.lastProvisionalResponse && this.send(this.lastProvisionalResponse).catch((e => { this.logTransportError(e, "Failed to send retransmission of provisional response.") }))); break; case de.Accepted: if (e.method === G.INVITE) return; break; case de.Completed: if (e.method === G.INVITE) { if (!this.lastFinalResponse) throw new Error("Last final response undefined."); return void this.send(this.lastFinalResponse).catch((e => { this.logTransportError(e, "Failed to send retransmission of final response.") })) } if (e.method === G.ACK) return void this.stateTransition(de.Confirmed); break; case de.Confirmed: case de.Terminated: if (e.method === G.INVITE || e.method === G.ACK) return; break; default: throw new Error(`Invalid state ${this.state}`) }const t = `INVITE server transaction received unexpected ${e.method} request while in state ${this.state}.`; this.logger.warn(t) } receiveResponse(e, t) { if (e < 100 || e > 699) throw new Error(`Invalid status code ${e}`); switch (this.state) { case de.Proceeding: if (e >= 100 && e <= 199) return this.lastProvisionalResponse = t, e > 100 && this.startProgressExtensionTimer(), void this.send(t).catch((e => { this.logTransportError(e, "Failed to send 1xx response.") })); if (e >= 200 && e <= 299) return this.lastFinalResponse = t, this.stateTransition(de.Accepted), void this.send(t).catch((e => { this.logTransportError(e, "Failed to send 2xx response.") })); if (e >= 300 && e <= 699) return this.lastFinalResponse = t, this.stateTransition(de.Completed), void this.send(t).catch((e => { this.logTransportError(e, "Failed to send non-2xx final response.") })); break; case de.Accepted: if (e >= 200 && e <= 299) return void this.send(t).catch((e => { this.logTransportError(e, "Failed to send 2xx response.") })); break; case de.Completed: case de.Confirmed: case de.Terminated: break; default: throw new Error(`Invalid state ${this.state}`) }const s = `INVITE server transaction received unexpected ${e} response from TU while in state ${this.state}.`; throw this.logger.error(s), new Error(s) } retransmitAcceptedResponse() { this.state === de.Accepted && this.lastFinalResponse && this.send(this.lastFinalResponse).catch((e => { this.logTransportError(e, "Failed to send 2xx response.") })) } onTransportError(e) { this.user.onTransportError && this.user.onTransportError(e) } typeToString() { return "INVITE server transaction" } stateTransition(e) { const t = () => { throw new Error(`Invalid state transition from ${this.state} to ${e}`) }; switch (e) { case de.Proceeding: t(); break; case de.Accepted: case de.Completed: this.state !== de.Proceeding && t(); break; case de.Confirmed: this.state !== de.Completed && t(); break; case de.Terminated: this.state !== de.Accepted && this.state !== de.Completed && this.state !== de.Confirmed && t(); break; default: t() }this.stopProgressExtensionTimer(), e === de.Accepted && (this.L = setTimeout((() => this.timerL()), L.TIMER_L)), e === de.Completed && (this.H = setTimeout((() => this.timerH()), L.TIMER_H)), e === de.Confirmed && (this.I = setTimeout((() => this.timerI()), L.TIMER_I)), e === de.Terminated && this.dispose(), this.setState(e) } startProgressExtensionTimer() { void 0 === this.progressExtensionTimer && (this.progressExtensionTimer = setInterval((() => { if (this.logger.debug(`Progress extension timer expired for INVITE server transaction ${this.id}.`), !this.lastProvisionalResponse) throw new Error("Last provisional response undefined."); this.send(this.lastProvisionalResponse).catch((e => { this.logTransportError(e, "Failed to send retransmission of provisional response.") })) }), L.PROVISIONAL_RESPONSE_INTERVAL)) } stopProgressExtensionTimer() { void 0 !== this.progressExtensionTimer && (clearInterval(this.progressExtensionTimer), this.progressExtensionTimer = void 0) } timerG() { } timerH() { this.logger.debug(`Timer H expired for INVITE server transaction ${this.id}.`), this.state === de.Completed && (this.logger.warn("ACK to negative final response was never received, terminating transaction."), this.stateTransition(de.Terminated)) } timerI() { this.logger.debug(`Timer I expired for INVITE server transaction ${this.id}.`), this.stateTransition(de.Terminated) } timerL() { this.logger.debug(`Timer L expired for INVITE server transaction ${this.id}.`), this.state === de.Accepted && this.stateTransition(de.Terminated) } } class Ie extends ye { constructor(e, t, s, i, r) { super(t, s, Ie.makeId(e), i, r), this._request = e, this.user = s, e.setViaHeader(this.id, t.protocol) } static makeId(e) { if ("CANCEL" === e.method) { if (!e.branch) throw new Error("Outgoing CANCEL request without a branch."); return e.branch } return "z9hG4bK" + Math.floor(1e7 * Math.random()) } get request() { return this._request } onRequestTimeout() { this.user.onRequestTimeout && this.user.onRequestTimeout() } } class Ce extends Ie { constructor(e, t, s) { super(e, t, s, de.Trying, "sip.transaction.nict"), this.F = setTimeout((() => this.timerF()), L.TIMER_F), this.send(e.toString()).catch((e => { this.logTransportError(e, "Failed to send initial outgoing request.") })) } dispose() { this.F && (clearTimeout(this.F), this.F = void 0), this.K && (clearTimeout(this.K), this.K = void 0), super.dispose() } get kind() { return "nict" } receiveResponse(e) { const t = e.statusCode; if (!t || t < 100 || t > 699) throw new Error(`Invalid status code ${t}`); switch (this.state) { case de.Trying: if (t >= 100 && t <= 199) return this.stateTransition(de.Proceeding), void (this.user.receiveResponse && this.user.receiveResponse(e)); if (t >= 200 && t <= 699) return this.stateTransition(de.Completed), 408 === t ? void this.onRequestTimeout() : void (this.user.receiveResponse && this.user.receiveResponse(e)); break; case de.Proceeding: if (t >= 100 && t <= 199 && this.user.receiveResponse) return this.user.receiveResponse(e); if (t >= 200 && t <= 699) return this.stateTransition(de.Completed), 408 === t ? void this.onRequestTimeout() : void (this.user.receiveResponse && this.user.receiveResponse(e)); break; case de.Completed: case de.Terminated: return; default: throw new Error(`Invalid state ${this.state}`) }const s = `Non-INVITE client transaction received unexpected ${t} response while in state ${this.state}.`; this.logger.warn(s) } onTransportError(e) { this.user.onTransportError && this.user.onTransportError(e), this.stateTransition(de.Terminated, !0) } typeToString() { return "non-INVITE client transaction" } stateTransition(e, t = !1) { const s = () => { throw new Error(`Invalid state transition from ${this.state} to ${e}`) }; switch (e) { case de.Trying: s(); break; case de.Proceeding: this.state !== de.Trying && s(); break; case de.Completed: this.state !== de.Trying && this.state !== de.Proceeding && s(); break; case de.Terminated: this.state !== de.Trying && this.state !== de.Proceeding && this.state !== de.Completed && (t || s()); break; default: s() }e === de.Completed && (this.F && (clearTimeout(this.F), this.F = void 0), this.K = setTimeout((() => this.timerK()), L.TIMER_K)), e === de.Terminated && this.dispose(), this.setState(e) } timerF() { this.logger.debug(`Timer F expired for non-INVITE client transaction ${this.id}.`), this.state !== de.Trying && this.state !== de.Proceeding || (this.onRequestTimeout(), this.stateTransition(de.Terminated)) } timerK() { this.state === de.Completed && this.stateTransition(de.Terminated) } } class Ae { constructor(e, t) { this.core = e, this.dialogState = t, this.core.dialogs.set(this.id, this) } static initialDialogStateForUserAgentClient(e, t) { const s = t.getHeaders("record-route").reverse(), i = t.parseHeader("contact"); if (!i) throw new Error("Contact undefined."); if (!(i instanceof v)) throw new Error("Contact not instance of NameAddrHeader."); const r = i.uri, n = e.cseq, o = e.callId, a = e.fromTag, c = t.toTag; if (!o) throw new Error("Call id undefined."); if (!a) throw new Error("From tag undefined."); if (!c) throw new Error("To tag undefined."); if (!e.from) throw new Error("From undefined."); if (!e.to) throw new Error("To undefined."); const h = e.from.uri, d = e.to.uri; if (!t.statusCode) throw new Error("Incoming response status code undefined."); return { id: o + a + c, early: t.statusCode < 200, callId: o, localTag: a, remoteTag: c, localSequenceNumber: n, remoteSequenceNumber: undefined, localURI: h, remoteURI: d, remoteTarget: r, routeSet: s, secure: !1 } } static initialDialogStateForUserAgentServer(e, t, s = !1) { const i = e.getHeaders("record-route"), r = e.parseHeader("contact"); if (!r) throw new Error("Contact undefined."); if (!(r instanceof v)) throw new Error("Contact not instance of NameAddrHeader."); const n = r.uri, o = e.cseq, a = e.callId, c = t, h = e.fromTag, d = e.from.uri; return { id: a + c + h, early: s, callId: a, localTag: c, remoteTag: h, localSequenceNumber: undefined, remoteSequenceNumber: o, localURI: e.to.uri, remoteURI: d, remoteTarget: n, routeSet: i, secure: !1 } } dispose() { this.core.dialogs.delete(this.id) } get id() { return this.dialogState.id } get early() { return this.dialogState.early } get callId() { return this.dialogState.callId } get localTag() { return this.dialogState.localTag } get remoteTag() { return this.dialogState.remoteTag } get localSequenceNumber() { return this.dialogState.localSequenceNumber } get remoteSequenceNumber() { return this.dialogState.remoteSequenceNumber } get localURI() { return this.dialogState.localURI } get remoteURI() { return this.dialogState.remoteURI } get remoteTarget() { return this.dialogState.remoteTarget } get routeSet() { return this.dialogState.routeSet } get secure() { return this.dialogState.secure } get userAgentCore() { return this.core } confirm() { this.dialogState.early = !1 } receiveRequest(e) { if (e.method !== G.ACK) { if (this.remoteSequenceNumber) { if (e.cseq <= this.remoteSequenceNumber) throw new Error("Out of sequence in dialog request. Did you forget to call sequenceGuard()?"); this.dialogState.remoteSequenceNumber = e.cseq } this.remoteSequenceNumber || (this.dialogState.remoteSequenceNumber = e.cseq) } } recomputeRouteSet(e) { this.dialogState.routeSet = e.getHeaders("record-route").reverse() } createOutgoingRequestMessage(e, t) { const s = this.remoteURI, i = this.remoteTag, r = this.localURI, n = this.localTag, o = this.callId; let a; a = t && t.cseq ? t.cseq : this.dialogState.localSequenceNumber ? this.dialogState.localSequenceNumber += 1 : this.dialogState.localSequenceNumber = 1; const c = this.remoteTarget, h = this.routeSet, d = t && t.extraHeaders, l = t && t.body; return this.userAgentCore.makeOutgoingRequestMessage(e, c, r, s, { callId: o, cseq: a, fromTag: n, toTag: i, routeSet: h }, d, l) } incrementLocalSequenceNumber() { if (!this.dialogState.localSequenceNumber) throw new Error("Local sequence number undefined."); this.dialogState.localSequenceNumber += 1 } sequenceGuard(e) { return e.method === G.ACK || (!(this.remoteSequenceNumber && e.cseq <= this.remoteSequenceNumber) || (this.core.replyStateless(e, { statusCode: 500 }), !1)) } } class De extends Ie { constructor(e, t, s) { super(e, t, s, de.Calling, "sip.transaction.ict"), this.ackRetransmissionCache = new Map, this.B = setTimeout((() => this.timerB()), L.TIMER_B), this.send(e.toString()).catch((e => { this.logTransportError(e, "Failed to send initial outgoing request.") })) } dispose() { this.B && (clearTimeout(this.B), this.B = void 0), this.D && (clearTimeout(this.D), this.D = void 0), this.M && (clearTimeout(this.M), this.M = void 0), super.dispose() } get kind() { return "ict" } ackResponse(e) { const t = e.toTag; if (!t) throw new Error("To tag undefined."); const s = "z9hG4bK" + Math.floor(1e7 * Math.random()); e.setViaHeader(s, this.transport.protocol), this.ackRetransmissionCache.set(t, e), this.send(e.toString()).catch((e => { this.logTransportError(e, "Failed to send ACK to 2xx response.") })) } receiveResponse(e) { const t = e.statusCode; if (!t || t < 100 || t > 699) throw new Error(`Invalid status code ${t}`); switch (this.state) { case de.Calling: if (t >= 100 && t <= 199) return this.stateTransition(de.Proceeding), void (this.user.receiveResponse && this.user.receiveResponse(e)); if (t >= 200 && t <= 299) return this.ackRetransmissionCache.set(e.toTag, void 0), this.stateTransition(de.Accepted), void (this.user.receiveResponse && this.user.receiveResponse(e)); if (t >= 300 && t <= 699) return this.stateTransition(de.Completed), this.ack(e), void (this.user.receiveResponse && this.user.receiveResponse(e)); break; case de.Proceeding: if (t >= 100 && t <= 199) return void (this.user.receiveResponse && this.user.receiveResponse(e)); if (t >= 200 && t <= 299) return this.ackRetransmissionCache.set(e.toTag, void 0), this.stateTransition(de.Accepted), void (this.user.receiveResponse && this.user.receiveResponse(e)); if (t >= 300 && t <= 699) return this.stateTransition(de.Completed), this.ack(e), void (this.user.receiveResponse && this.user.receiveResponse(e)); break; case de.Accepted: if (t >= 200 && t <= 299) { if (!this.ackRetransmissionCache.has(e.toTag)) return this.ackRetransmissionCache.set(e.toTag, void 0), void (this.user.receiveResponse && this.user.receiveResponse(e)); const t = this.ackRetransmissionCache.get(e.toTag); return t ? void this.send(t.toString()).catch((e => { this.logTransportError(e, "Failed to send retransmission of ACK to 2xx response.") })) : void 0 } break; case de.Completed: if (t >= 300 && t <= 699) return void this.ack(e); break; case de.Terminated: break; default: throw new Error(`Invalid state ${this.state}`) }const s = `Received unexpected ${t} response while in state ${this.state}.`; this.logger.warn(s) } onTransportError(e) { this.user.onTransportError && this.user.onTransportError(e), this.stateTransition(de.Terminated, !0) } typeToString() { return "INVITE client transaction" } ack(e) { const t = this.request.ruri, s = this.request.callId, i = this.request.cseq, r = this.request.getHeader("from"), n = e.getHeader("to"), o = this.request.getHeader("via"), a = this.request.getHeader("route"); if (!r) throw new Error("From undefined."); if (!n) throw new Error("To undefined."); if (!o) throw new Error("Via undefined."); let c = `ACK ${t} SIP/2.0\r\n`; a && (c += `Route: ${a}\r\n`), c += `Via: ${o}\r\n`, c += `To: ${n}\r\n`, c += `From: ${r}\r\n`, c += `Call-ID: ${s}\r\n`, c += `CSeq: ${i} ACK\r\n`, c += "Max-Forwards: 70\r\n", c += "Content-Length: 0\r\n\r\n", this.send(c).catch((e => { this.logTransportError(e, "Failed to send ACK to non-2xx response.") })) } stateTransition(e, t = !1) { const s = () => { throw new Error(`Invalid state transition from ${this.state} to ${e}`) }; switch (e) { case de.Calling: s(); break; case de.Proceeding: this.state !== de.Calling && s(); break; case de.Accepted: case de.Completed: this.state !== de.Calling && this.state !== de.Proceeding && s(); break; case de.Terminated: this.state !== de.Calling && this.state !== de.Accepted && this.state !== de.Completed && (t || s()); break; default: s() }this.B && (clearTimeout(this.B), this.B = void 0), de.Proceeding, e === de.Completed && (this.D = setTimeout((() => this.timerD()), L.TIMER_D)), e === de.Accepted && (this.M = setTimeout((() => this.timerM()), L.TIMER_M)), e === de.Terminated && this.dispose(), this.setState(e) } timerA() { } timerB() { this.logger.debug(`Timer B expired for INVITE client transaction ${this.id}.`), this.state === de.Calling && (this.onRequestTimeout(), this.stateTransition(de.Terminated)) } timerD() { this.logger.debug(`Timer D expired for INVITE client transaction ${this.id}.`), this.state === de.Completed && this.stateTransition(de.Terminated) } timerM() { this.logger.debug(`Timer M expired for INVITE client transaction ${this.id}.`), this.state === de.Accepted && this.stateTransition(de.Terminated) } } class He { constructor(e, t, s, i) { this.transactionConstructor = e, this.core = t, this.message = s, this.delegate = i, this.challenged = !1, this.stale = !1, this.logger = this.loggerFactory.getLogger("sip.user-agent-client"), this.init() } dispose() { this.transaction.dispose() } get loggerFactory() { return this.core.loggerFactory } get transaction() { if (!this._transaction) throw new Error("Transaction undefined."); return this._transaction } cancel(e, t = {}) { if (!this.transaction) throw new Error("Transaction undefined."); if (!this.message.to) throw new Error("To undefined."); if (!this.message.from) throw new Error("From undefined."); const s = this.core.makeOutgoingRequestMessage(G.CANCEL, this.message.ruri, this.message.from.uri, this.message.to.uri, { toTag: this.message.toTag, fromTag: this.message.fromTag, callId: this.message.callId, cseq: this.message.cseq }, t.extraHeaders); return s.branch = this.message.branch, this.message.headers.Route && (s.headers.Route = this.message.headers.Route), e && s.setHeader("Reason", e), this.transaction.state === de.Proceeding ? new He(Ce, this.core, s) : this.transaction.addStateChangeListener((() => { this.transaction && this.transaction.state === de.Proceeding && new He(Ce, this.core, s) }), { once: !0 }), s } authenticationGuard(e, t) { const s = e.statusCode; if (!s) throw new Error("Response status code undefined."); if (401 !== s && 407 !== s) return !0; let i, r; if (401 === s ? (i = e.parseHeader("www-authenticate"), r = "authorization") : (i = e.parseHeader("proxy-authenticate"), r = "proxy-authorization"), !i) return this.logger.warn(s + " with wrong or missing challenge, cannot authenticate"), !0; if (this.challenged && (this.stale || !0 !== i.stale)) return this.logger.warn(s + " apparently in authentication loop, cannot authenticate"), !0; if (!this.credentials && (this.credentials = this.core.configuration.authenticationFactory(), !this.credentials)) return this.logger.warn("Unable to obtain credentials, cannot authenticate"), !0; if (!this.credentials.authenticate(this.message, i)) return !0; this.challenged = !0, i.stale && (this.stale = !0); let n = this.message.cseq += 1; return t && t.localSequenceNumber && (t.incrementLocalSequenceNumber(), n = this.message.cseq = t.localSequenceNumber), this.message.setHeader("cseq", n + " " + this.message.method), this.message.setHeader(r, this.credentials.toString()), this.init(), !1 } onRequestTimeout() { this.logger.warn("User agent client request timed out. Generating internal 408 Request Timeout."); const e = new x; e.statusCode = 408, e.reasonPhrase = "Request Timeout", this.receiveResponse(e) } onTransportError(e) { this.logger.error(e.message), this.logger.error("User agent client request transport error. Generating internal 503 Service Unavailable."); const t = new x; t.statusCode = 503, t.reasonPhrase = "Service Unavailable", this.receiveResponse(t) } receiveResponse(e) { if (!this.authenticationGuard(e)) return; const t = e.statusCode ? e.statusCode.toString() : ""; if (!t) throw new Error("Response status code undefined."); switch (!0) { case /^100$/.test(t): this.delegate && this.delegate.onTrying && this.delegate.onTrying({ message: e }); break; case /^1[0-9]{2}$/.test(t): this.delegate && this.delegate.onProgress && this.delegate.onProgress({ message: e }); break; case /^2[0-9]{2}$/.test(t): this.delegate && this.delegate.onAccept && this.delegate.onAccept({ message: e }); break; case /^3[0-9]{2}$/.test(t): this.delegate && this.delegate.onRedirect && this.delegate.onRedirect({ message: e }); break; case /^[4-6][0-9]{2}$/.test(t): this.delegate && this.delegate.onReject && this.delegate.onReject({ message: e }); break; default: throw new Error(`Invalid status code ${t}`) } } init() { const e = { loggerFactory: this.loggerFactory, onRequestTimeout: () => this.onRequestTimeout(), onStateChange: e => { e === de.Terminated && (this.core.userAgentClients.delete(s), t === this._transaction && this.dispose()) }, onTransportError: e => this.onTransportError(e), receiveResponse: e => this.receiveResponse(e) }, t = new this.transactionConstructor(this.message, this.core.transport, e); this._transaction = t; const s = t.id + t.request.method; this.core.userAgentClients.set(s, this) } } class Pe extends He { constructor(e, t, s) { const i = e.createOutgoingRequestMessage(G.BYE, s); super(Ce, e.userAgentCore, i, t), e.dispose() } } class xe extends Ee { constructor(e, t, s) { super(e, t, s, de.Trying, "sip.transaction.nist") } dispose() { this.J && (clearTimeout(this.J), this.J = void 0), super.dispose() } get kind() { return "nist" } receiveRequest(e) { switch (this.state) { case de.Trying: break; case de.Proceeding: if (!this.lastResponse) throw new Error("Last response undefined."); this.send(this.lastResponse).catch((e => { this.logTransportError(e, "Failed to send retransmission of provisional response.") })); break; case de.Completed: if (!this.lastResponse) throw new Error("Last response undefined."); this.send(this.lastResponse).catch((e => { this.logTransportError(e, "Failed to send retransmission of final response.") })); break; case de.Terminated: break; default: throw new Error(`Invalid state ${this.state}`) } } receiveResponse(e, t) { if (e < 100 || e > 699) throw new Error(`Invalid status code ${e}`); if (e > 100 && e <= 199) throw new Error("Provisional response other than 100 not allowed."); switch (this.state) { case de.Trying: if (this.lastResponse = t, e >= 100 && e < 200) return this.stateTransition(de.Proceeding), void this.send(t).catch((e => { this.logTransportError(e, "Failed to send provisional response.") })); if (e >= 200 && e <= 699) return this.stateTransition(de.Completed), void this.send(t).catch((e => { this.logTransportError(e, "Failed to send final response.") })); break; case de.Proceeding: if (this.lastResponse = t, e >= 200 && e <= 699) return this.stateTransition(de.Completed), void this.send(t).catch((e => { this.logTransportError(e, "Failed to send final response.") })); break; case de.Completed: return; case de.Terminated: break; default: throw new Error(`Invalid state ${this.state}`) }const s = `Non-INVITE server transaction received unexpected ${e} response from TU while in state ${this.state}.`; throw this.logger.error(s), new Error(s) } onTransportError(e) { this.user.onTransportError && this.user.onTransportError(e), this.stateTransition(de.Terminated, !0) } typeToString() { return "non-INVITE server transaction" } stateTransition(e, t = !1) { const s = () => { throw new Error(`Invalid state transition from ${this.state} to ${e}`) }; switch (e) { case de.Trying: s(); break; case de.Proceeding: this.state !== de.Trying && s(); break; case de.Completed: this.state !== de.Trying && this.state !== de.Proceeding && s(); break; case de.Terminated: this.state !== de.Proceeding && this.state !== de.Completed && (t || s()); break; default: s() }e === de.Completed && (this.J = setTimeout((() => this.timerJ()), L.TIMER_J)), e === de.Terminated && this.dispose(), this.setState(e) } timerJ() { this.logger.debug(`Timer J expired for NON-INVITE server transaction ${this.id}.`), this.state === de.Completed && this.stateTransition(de.Terminated) } } class ke { constructor(e, t, s, i) { this.transactionConstructor = e, this.core = t, this.message = s, this.delegate = i, this.logger = this.loggerFactory.getLogger("sip.user-agent-server"), this.toTag = s.toTag ? s.toTag : C(), this.init() } dispose() { this.transaction.dispose() } get loggerFactory() { return this.core.loggerFactory } get transaction() { if (!this._transaction) throw new Error("Transaction undefined."); return this._transaction } accept(e = { statusCode: 200 }) { if (!this.acceptable) throw new B(`${this.message.method} not acceptable in state ${this.transaction.state}.`); const t = e.statusCode; if (t < 200 || t > 299) throw new TypeError(`Invalid statusCode: ${t}`); return this.reply(e) } progress(e = { statusCode: 180 }) { if (!this.progressable) throw new B(`${this.message.method} not progressable in state ${this.transaction.state}.`); const t = e.statusCode; if (t < 101 || t > 199) throw new TypeError(`Invalid statusCode: ${t}`); return this.reply(e) } redirect(e, t = { statusCode: 302 }) { if (!this.redirectable) throw new B(`${this.message.method} not redirectable in state ${this.transaction.state}.`); const s = t.statusCode; if (s < 300 || s > 399) throw new TypeError(`Invalid statusCode: ${s}`); const i = new Array; e.forEach((e => i.push(`Contact: ${e.toString()}`))), t.extraHeaders = (t.extraHeaders || []).concat(i); return this.reply(t) } reject(e = { statusCode: 480 }) { if (!this.rejectable) throw new B(`${this.message.method} not rejectable in state ${this.transaction.state}.`); const t = e.statusCode; if (t < 400 || t > 699) throw new TypeError(`Invalid statusCode: ${t}`); return this.reply(e) } trying(e) { if (!this.tryingable) throw new B(`${this.message.method} not tryingable in state ${this.transaction.state}.`); return this.reply({ statusCode: 100 }) } receiveCancel(e) { this.delegate && this.delegate.onCancel && this.delegate.onCancel(e) } get acceptable() { if (this.transaction instanceof $e) return this.transaction.state === de.Proceeding || this.transaction.state === de.Accepted; if (this.transaction instanceof xe) return this.transaction.state === de.Trying || this.transaction.state === de.Proceeding; throw new Error("Unknown transaction type.") } get progressable() { if (this.transaction instanceof $e) return this.transaction.state === de.Proceeding; if (this.transaction instanceof xe) return !1; throw new Error("Unknown transaction type.") } get redirectable() { if (this.transaction instanceof $e) return this.transaction.state === de.Proceeding; if (this.transaction instanceof xe) return this.transaction.state === de.Trying || this.transaction.state === de.Proceeding; throw new Error("Unknown transaction type.") } get rejectable() { if (this.transaction instanceof $e) return this.transaction.state === de.Proceeding; if (this.transaction instanceof xe) return this.transaction.state === de.Trying || this.transaction.state === de.Proceeding; throw new Error("Unknown transaction type.") } get tryingable() { if (this.transaction instanceof $e) return this.transaction.state === de.Proceeding; if (this.transaction instanceof xe) return this.transaction.state === de.Trying; throw new Error("Unknown transaction type.") } reply(e) { e.toTag || 100 === e.statusCode || (e.toTag = this.toTag), e.userAgent = e.userAgent || this.core.configuration.userAgentHeaderFieldValue, e.supported = e.supported || this.core.configuration.supportedOptionTagsResponse; const t = Se(this.message, e); return this.transaction.receiveResponse(e.statusCode, t.message), t } init() { const e = { loggerFactory: this.loggerFactory, onStateChange: e => { e === de.Terminated && (this.core.userAgentServers.delete(s), this.dispose()) }, onTransportError: e => { this.logger.error(e.message), this.delegate && this.delegate.onTransportError ? this.delegate.onTransportError(e) : this.logger.error("User agent server response transport error.") } }, t = new this.transactionConstructor(this.message, this.core.transport, e); this._transaction = t; const s = t.id; this.core.userAgentServers.set(t.id, this) } } class _e extends ke { constructor(e, t, s) { super(xe, e.userAgentCore, t, s) } } class qe extends He { constructor(e, t, s) { const i = e.createOutgoingRequestMessage(G.INFO, s); super(Ce, e.userAgentCore, i, t) } } class Me extends ke { constructor(e, t, s) { super(xe, e.userAgentCore, t, s) } } class Ne extends He { constructor(e, t, s) { super(Ce, e, t, s) } } class Oe extends ke { constructor(e, t, s) { super(xe, e, t, s) } } class Ue extends He { constructor(e, t, s) { const i = e.createOutgoingRequestMessage(G.NOTIFY, s); super(Ce, e.userAgentCore, i, t) } } class je extends ke { constructor(e, t, s) { const i = void 0 !== e.userAgentCore ? e.userAgentCore : e; super(xe, i, t, s) } } class Fe extends He { constructor(e, t, s) { const i = e.createOutgoingRequestMessage(G.PRACK, s); super(Ce, e.userAgentCore, i, t), e.signalingStateTransition(i) } } class Le extends ke { constructor(e, t, s) { super(xe, e.userAgentCore, t, s), e.signalingStateTransition(t), this.dialog = e } accept(e = { statusCode: 200 }) { return e.body && this.dialog.signalingStateTransition(e.body), super.accept(e) } } class Be extends He { constructor(e, t, s) { const i = e.createOutgoingRequestMessage(G.INVITE, s); super(De, e.userAgentCore, i, t), this.delegate = t, e.signalingStateTransition(i), e.reinviteUserAgentClient = this, this.dialog = e } receiveResponse(e) { if (!this.authenticationGuard(e, this.dialog)) return; const t = e.statusCode ? e.statusCode.toString() : ""; if (!t) throw new Error("Response status code undefined."); switch (!0) { case /^100$/.test(t): this.delegate && this.delegate.onTrying && this.delegate.onTrying({ message: e }); break; case /^1[0-9]{2}$/.test(t): this.delegate && this.delegate.onProgress && this.delegate.onProgress({ message: e, session: this.dialog, prack: e => { throw new Error("Unimplemented.") } }); break; case /^2[0-9]{2}$/.test(t): this.dialog.signalingStateTransition(e), this.delegate && this.delegate.onAccept && this.delegate.onAccept({ message: e, session: this.dialog, ack: e => this.dialog.ack(e) }); break; case /^3[0-9]{2}$/.test(t): this.dialog.signalingStateRollback(), this.dialog.reinviteUserAgentClient = void 0, this.delegate && this.delegate.onRedirect && this.delegate.onRedirect({ message: e }); break; case /^[4-6][0-9]{2}$/.test(t): this.dialog.signalingStateRollback(), this.dialog.reinviteUserAgentClient = void 0, this.delegate && this.delegate.onReject && this.delegate.onReject({ message: e }); break; default: throw new Error(`Invalid status code ${t}`) } } } class Ge extends ke { constructor(e, t, s) { super($e, e.userAgentCore, t, s), e.reinviteUserAgentServer = this, this.dialog = e } accept(e = { statusCode: 200 }) { e.extraHeaders = e.extraHeaders || [], e.extraHeaders = e.extraHeaders.concat(this.dialog.routeSet.map((e => `Record-Route: ${e}`))); const t = super.accept(e), s = this.dialog, i = Object.assign(Object.assign({}, t), { session: s }); return e.body && this.dialog.signalingStateTransition(e.body), this.dialog.reConfirm(), i } progress(e = { statusCode: 180 }) { const t = super.progress(e), s = this.dialog, i = Object.assign(Object.assign({}, t), { session: s }); return e.body && this.dialog.signalingStateTransition(e.body), i } redirect(e, t = { statusCode: 302 }) { throw this.dialog.signalingStateRollback(), this.dialog.reinviteUserAgentServer = void 0, new Error("Unimplemented.") } reject(e = { statusCode: 488 }) { return this.dialog.signalingStateRollback(), this.dialog.reinviteUserAgentServer = void 0, super.reject(e) } } class Ve extends He { constructor(e, t, s) { const i = e.createOutgoingRequestMessage(G.REFER, s); super(Ce, e.userAgentCore, i, t) } } class We extends ke { constructor(e, t, s) { const i = void 0 !== e.userAgentCore ? e.userAgentCore : e; super(xe, i, t, s) } } class Ke extends Ae { constructor(e, t, s, i) { super(t, s), this.initialTransaction = e, this._signalingState = U.Initial, this.ackWait = !1, this.ackProcessing = !1, this.delegate = i, e instanceof $e && (this.ackWait = !0), this.early || this.start2xxRetransmissionTimer(), this.signalingStateTransition(e.request), this.logger = t.loggerFactory.getLogger("sip.invite-dialog"), this.logger.log(`INVITE dialog ${this.id} constructed`) } dispose() { super.dispose(), this._signalingState = U.Closed, this._offer = void 0, this._answer = void 0, this.invite2xxTimer && (clearTimeout(this.invite2xxTimer), this.invite2xxTimer = void 0), this.logger.log(`INVITE dialog ${this.id} destroyed`) } get sessionState() { return this.early ? O.Early : this.ackWait ? O.AckWait : this._signalingState === U.Closed ? O.Terminated : O.Confirmed } get signalingState() { return this._signalingState } get offer() { return this._offer } get answer() { return this._answer } confirm() { this.early && this.start2xxRetransmissionTimer(), super.confirm() } reConfirm() { this.reinviteUserAgentServer && this.startReInvite2xxRetransmissionTimer() } ack(e = {}) { let t; if (this.logger.log(`INVITE dialog ${this.id} sending ACK request`), this.reinviteUserAgentClient) { if (!(this.reinviteUserAgentClient.transaction instanceof De)) throw new Error("Transaction not instance of InviteClientTransaction."); t = this.reinviteUserAgentClient.transaction, this.reinviteUserAgentClient = void 0 } else { if (!(this.initialTransaction instanceof De)) throw new Error("Initial transaction not instance of InviteClientTransaction."); t = this.initialTransaction } const s = this.createOutgoingRequestMessage(G.ACK, { cseq: t.request.cseq, extraHeaders: e.extraHeaders, body: e.body }); return t.ackResponse(s), this.signalingStateTransition(s), { message: s } } bye(e, t) { if (this.logger.log(`INVITE dialog ${this.id} sending BYE request`), this.initialTransaction instanceof $e) { if (this.early) throw new Error("UAS MUST NOT send a BYE on early dialogs."); if (this.ackWait && this.initialTransaction.state !== de.Terminated) throw new Error("UAS MUST NOT send a BYE on a confirmed dialog until it has received an ACK for its 2xx response or until the server transaction times out.") } return new Pe(this, e, t) } info(e, t) { if (this.logger.log(`INVITE dialog ${this.id} sending INFO request`), this.early) throw new Error("Dialog not confirmed."); return new qe(this, e, t) } invite(e, t) { if (this.logger.log(`INVITE dialog ${this.id} sending INVITE request`), this.early) throw new Error("Dialog not confirmed."); if (this.reinviteUserAgentClient) throw new Error("There is an ongoing re-INVITE client transaction."); if (this.reinviteUserAgentServer) throw new Error("There is an ongoing re-INVITE server transaction."); return new Be(this, e, t) } message(e, t) { if (this.logger.log(`INVITE dialog ${this.id} sending MESSAGE request`), this.early) throw new Error("Dialog not confirmed."); const s = this.createOutgoingRequestMessage(G.MESSAGE, t); return new Ne(this.core, s, e) } notify(e, t) { if (this.logger.log(`INVITE dialog ${this.id} sending NOTIFY request`), this.early) throw new Error("Dialog not confirmed."); return new Ue(this, e, t) } prack(e, t) { return this.logger.log(`INVITE dialog ${this.id} sending PRACK request`), new Fe(this, e, t) } refer(e, t) { if (this.logger.log(`INVITE dialog ${this.id} sending REFER request`), this.early) throw new Error("Dialog not confirmed."); return new Ve(this, e, t) } receiveRequest(e) { if (this.logger.log(`INVITE dialog ${this.id} received ${e.method} request`), e.method !== G.ACK) if (this.sequenceGuard(e)) { if (super.receiveRequest(e), e.method === G.INVITE) { const t = () => { const e = this.ackWait ? "waiting for initial ACK" : "processing initial ACK"; this.logger.warn(`INVITE dialog ${this.id} received re-INVITE while ${e}`); let t = "RFC 5407 suggests the following to avoid this race condition... "; t += " Note: Implementation issues are outside the scope of this document,", t += " but the following tip is provided for avoiding race conditions of", t += " this type. The caller can delay sending re-INVITE F6 for some period", t += " of time (2 seconds, perhaps), after which the caller can reasonably", t += " assume that its ACK has been received. Implementors can decouple the", t += " actions of the user (e.g., pressing the hold button) from the actions", t += " of the protocol (the sending of re-INVITE F6), so that the UA can", t += " behave like this. In this case, it is the implementor's choice as to", t += " how long to wait. In most cases, such an implementation may be", t += " useful to prevent the type of race condition shown in this section.", t += " This document expresses no preference about whether or not they", t += " should wait for an ACK to be delivered. After considering the impact", t += " on user experience, implementors should decide whether or not to wait", t += " for a while, because the user experience depends on the", t += " implementation and has no direct bearing on protocol behavior.", this.logger.warn("RFC 5407 suggests the following to avoid this race condition... Note: Implementation issues are outside the scope of this document, but the following tip is provided for avoiding race conditions of this type. The caller can delay sending re-INVITE F6 for some period of time (2 seconds, perhaps), after which the caller can reasonably assume that its ACK has been received. Implementors can decouple the actions of the user (e.g., pressing the hold button) from the actions of the protocol (the sending of re-INVITE F6), so that the UA can behave like this. In this case, it is the implementor's choice as to how long to wait. In most cases, such an implementation may be useful to prevent the type of race condition shown in this section. This document expresses no preference about whether or not they should wait for an ACK to be delivered. After considering the impact on user experience, implementors should decide whether or not to wait for a while, because the user experience depends on the implementation and has no direct bearing on protocol behavior.") }, s = [`Retry-After: ${Math.floor(10 * Math.random()) + 1}`]; if (this.ackProcessing) return this.core.replyStateless(e, { statusCode: 500, extraHeaders: s }), void t(); if (this.ackWait && this.signalingState !== U.Stable) return this.core.replyStateless(e, { statusCode: 500, extraHeaders: s }), void t(); if (this.reinviteUserAgentServer) return void this.core.replyStateless(e, { statusCode: 500, extraHeaders: s }); if (this.reinviteUserAgentClient) return void this.core.replyStateless(e, { statusCode: 491 }) } if (e.method === G.INVITE) { const t = e.parseHeader("contact"); if (!t) throw new Error("Contact undefined."); if (!(t instanceof v)) throw new Error("Contact not instance of NameAddrHeader."); this.dialogState.remoteTarget = t.uri } switch (e.method) { case G.BYE: { const t = new _e(this, e); this.delegate && this.delegate.onBye ? this.delegate.onBye(t) : t.accept(), this.dispose() } break; case G.INFO: { const t = new Me(this, e); this.delegate && this.delegate.onInfo ? this.delegate.onInfo(t) : t.reject({ statusCode: 469, extraHeaders: ["Recv-Info:"] }) } break; case G.INVITE: { const t = new Ge(this, e); this.signalingStateTransition(e), this.delegate && this.delegate.onInvite ? this.delegate.onInvite(t) : t.reject({ statusCode: 488 }) } break; case G.MESSAGE: { const t = new Oe(this.core, e); this.delegate && this.delegate.onMessage ? this.delegate.onMessage(t) : t.accept() } break; case G.NOTIFY: { const t = new je(this, e); this.delegate && this.delegate.onNotify ? this.delegate.onNotify(t) : t.accept() } break; case G.PRACK: { const t = new Le(this, e); this.delegate && this.delegate.onPrack ? this.delegate.onPrack(t) : t.accept() } break; case G.REFER: { const t = new We(this, e); this.delegate && this.delegate.onRefer ? this.delegate.onRefer(t) : t.reject() } break; default: this.logger.log(`INVITE dialog ${this.id} received unimplemented ${e.method} request`), this.core.replyStateless(e, { statusCode: 501 }) } } else this.logger.log(`INVITE dialog ${this.id} rejected out of order ${e.method} request.`); else { if (this.ackWait) { if (this.initialTransaction instanceof De) return void this.logger.warn(`INVITE dialog ${this.id} received unexpected ${e.method} request, dropping.`); if (this.initialTransaction.request.cseq !== e.cseq) return void this.logger.warn(`INVITE dialog ${this.id} received unexpected ${e.method} request, dropping.`); this.ackWait = !1 } else { if (!this.reinviteUserAgentServer) return void this.logger.warn(`INVITE dialog ${this.id} received unexpected ${e.method} request, dropping.`); if (this.reinviteUserAgentServer.transaction.request.cseq !== e.cseq) return void this.logger.warn(`INVITE dialog ${this.id} received unexpected ${e.method} request, dropping.`); this.reinviteUserAgentServer = void 0 } if (this.signalingStateTransition(e), this.delegate && this.delegate.onAck) { const t = this.delegate.onAck({ message: e }); t instanceof Promise && (this.ackProcessing = !0, t.then((() => this.ackProcessing = !1)).catch((() => this.ackProcessing = !1))) } } } reliableSequenceGuard(e) { const t = e.statusCode; if (!t) throw new Error("Status code undefined"); if (t > 100 && t < 200) { const t = e.getHeader("require"), s = e.getHeader("rseq"), i = t && t.includes("100rel") && s ? Number(s) : void 0; if (i) { if (this.rseq && this.rseq + 1 !== i) return !1; this.rseq = this.rseq ? this.rseq + 1 : i } } return !0 } signalingStateRollback() { this._signalingState !== U.HaveLocalOffer && this.signalingState !== U.HaveRemoteOffer || this._rollbackOffer && this._rollbackAnswer && (this._signalingState = U.Stable, this._offer = this._rollbackOffer, this._answer = this._rollbackAnswer) } signalingStateTransition(e) { const t = N(e); if (t && "session" === t.contentDisposition) { if (this._signalingState === U.Stable && (this._rollbackOffer = this._offer, this._rollbackAnswer = this._answer), e instanceof P) switch (this._signalingState) { case U.Initial: case U.Stable: this._signalingState = U.HaveRemoteOffer, this._offer = t, this._answer = void 0; break; case U.HaveLocalOffer: this._signalingState = U.Stable, this._answer = t; break; case U.HaveRemoteOffer: case U.Closed: break; default: throw new Error("Unexpected signaling state.") }if (e instanceof x) switch (this._signalingState) { case U.Initial: case U.Stable: this._signalingState = U.HaveRemoteOffer, this._offer = t, this._answer = void 0; break; case U.HaveLocalOffer: this._signalingState = U.Stable, this._answer = t; break; case U.HaveRemoteOffer: case U.Closed: break; default: throw new Error("Unexpected signaling state.") }if (e instanceof k) switch (this._signalingState) { case U.Initial: case U.Stable: this._signalingState = U.HaveLocalOffer, this._offer = t, this._answer = void 0; break; case U.HaveLocalOffer: break; case U.HaveRemoteOffer: this._signalingState = U.Stable, this._answer = t; break; case U.Closed: break; default: throw new Error("Unexpected signaling state.") }if (M(e)) switch (this._signalingState) { case U.Initial: case U.Stable: this._signalingState = U.HaveLocalOffer, this._offer = t, this._answer = void 0; break; case U.HaveLocalOffer: break; case U.HaveRemoteOffer: this._signalingState = U.Stable, this._answer = t; break; case U.Closed: break; default: throw new Error("Unexpected signaling state.") } } } start2xxRetransmissionTimer() { if (this.initialTransaction instanceof $e) { const e = this.initialTransaction; let t = L.T1; const s = () => { this.ackWait ? (this.logger.log("No ACK for 2xx response received, attempting retransmission"), e.retransmitAcceptedResponse(), t = Math.min(2 * t, L.T2), this.invite2xxTimer = setTimeout(s, t)) : this.invite2xxTimer = void 0 }; this.invite2xxTimer = setTimeout(s, t); const i = () => { e.state === de.Terminated && (e.removeStateChangeListener(i), this.invite2xxTimer && (clearTimeout(this.invite2xxTimer), this.invite2xxTimer = void 0), this.ackWait && (this.delegate && this.delegate.onAckTimeout ? this.delegate.onAckTimeout() : this.bye())) }; e.addStateChangeListener(i) } } startReInvite2xxRetransmissionTimer() { if (this.reinviteUserAgentServer && this.reinviteUserAgentServer.transaction instanceof $e) { const e = this.reinviteUserAgentServer.transaction; let t = L.T1; const s = () => { this.reinviteUserAgentServer ? (this.logger.log("No ACK for 2xx response received, attempting retransmission"), e.retransmitAcceptedResponse(), t = Math.min(2 * t, L.T2), this.invite2xxTimer = setTimeout(s, t)) : this.invite2xxTimer = void 0 }; this.invite2xxTimer = setTimeout(s, t); const i = () => { e.state === de.Terminated && (e.removeStateChangeListener(i), this.invite2xxTimer && (clearTimeout(this.invite2xxTimer), this.invite2xxTimer = void 0), this.reinviteUserAgentServer) }; e.addStateChangeListener(i) } } } class Ye extends He { constructor(e, t, s) { super(De, e, t, s), this.confirmedDialogAcks = new Map, this.confirmedDialogs = new Map, this.earlyDialogs = new Map, this.delegate = s } dispose() { this.earlyDialogs.forEach((e => e.dispose())), this.earlyDialogs.clear(), super.dispose() } onTransportError(e) { if (this.transaction.state === de.Calling) return super.onTransportError(e); this.logger.error(e.message), this.logger.error("User agent client request transport error while sending ACK.") } receiveResponse(e) { if (!this.authenticationGuard(e)) return; const t = e.statusCode ? e.statusCode.toString() : ""; if (!t) throw new Error("Response status code undefined."); switch (!0) { case /^100$/.test(t): return void (this.delegate && this.delegate.onTrying && this.delegate.onTrying({ message: e })); case /^1[0-9]{2}$/.test(t): { if (!e.toTag) return void this.logger.warn("Non-100 1xx INVITE response received without a to tag, dropping."); if (!e.parseHeader("contact")) return void this.logger.error("Non-100 1xx INVITE response received without a Contact header field, dropping."); const t = Ae.initialDialogStateForUserAgentClient(this.message, e); let s = this.earlyDialogs.get(t.id); if (!s) { const e = this.transaction; if (!(e instanceof De)) throw new Error("Transaction not instance of InviteClientTransaction."); s = new Ke(e, this.core, t), this.earlyDialogs.set(s.id, s) } if (!s.reliableSequenceGuard(e)) return void this.logger.warn("1xx INVITE reliable response received out of order or is a retransmission, dropping."); s.signalingState !== U.Initial && s.signalingState !== U.HaveLocalOffer || s.signalingStateTransition(e); const i = s; this.delegate && this.delegate.onProgress && this.delegate.onProgress({ message: e, session: i, prack: e => i.prack(void 0, e) }) } return; case /^2[0-9]{2}$/.test(t): { if (!e.toTag) return void this.logger.error("2xx INVITE response received without a to tag, dropping."); if (!e.parseHeader("contact")) return void this.logger.error("2xx INVITE response received without a Contact header field, dropping."); const t = Ae.initialDialogStateForUserAgentClient(this.message, e); let s = this.confirmedDialogs.get(t.id); if (s) { const e = this.confirmedDialogAcks.get(t.id); if (e) { const t = this.transaction; if (!(t instanceof De)) throw new Error("Client transaction not instance of InviteClientTransaction."); t.ackResponse(e.message) } return } if (s = this.earlyDialogs.get(t.id), s) s.confirm(), s.recomputeRouteSet(e), this.earlyDialogs.delete(s.id), this.confirmedDialogs.set(s.id, s); else { const e = this.transaction; if (!(e instanceof De)) throw new Error("Transaction not instance of InviteClientTransaction."); s = new Ke(e, this.core, t), this.confirmedDialogs.set(s.id, s) } s.signalingState !== U.Initial && s.signalingState !== U.HaveLocalOffer || s.signalingStateTransition(e); const i = s; if (this.delegate && this.delegate.onAccept) this.delegate.onAccept({ message: e, session: i, ack: e => { const t = i.ack(e); return this.confirmedDialogAcks.set(i.id, t), t } }); else { const e = i.ack(); this.confirmedDialogAcks.set(i.id, e) } } return; case /^3[0-9]{2}$/.test(t): return this.earlyDialogs.forEach((e => e.dispose())), this.earlyDialogs.clear(), void (this.delegate && this.delegate.onRedirect && this.delegate.onRedirect({ message: e })); case /^[4-6][0-9]{2}$/.test(t): return this.earlyDialogs.forEach((e => e.dispose())), this.earlyDialogs.clear(), void (this.delegate && this.delegate.onReject && this.delegate.onReject({ message: e })); default: throw new Error(`Invalid status code ${t}`) }throw new Error(`Executing what should be an unreachable code path receiving ${t} response.`) } } class Ze extends ke { constructor(e, t, s) { super($e, e, t, s), this.core = e } dispose() { this.earlyDialog && this.earlyDialog.dispose(), super.dispose() } accept(e = { statusCode: 200 }) { if (!this.acceptable) throw new B(`${this.message.method} not acceptable in state ${this.transaction.state}.`); if (!this.confirmedDialog) if (this.earlyDialog) this.earlyDialog.confirm(), this.confirmedDialog = this.earlyDialog, this.earlyDialog = void 0; else { const e = this.transaction; if (!(e instanceof $e)) throw new Error("Transaction not instance of InviteClientTransaction."); const t = Ae.initialDialogStateForUserAgentServer(this.message, this.toTag); this.confirmedDialog = new Ke(e, this.core, t) } const t = this.message.getHeaders("record-route").map((e => `Record-Route: ${e}`)), s = `Contact: ${this.core.configuration.contact.toString()}`, i = "Allow: " + V.toString(); if (!e.body) if (this.confirmedDialog.signalingState === U.Stable) e.body = this.confirmedDialog.answer; else if (this.confirmedDialog.signalingState === U.Initial || this.confirmedDialog.signalingState === U.HaveRemoteOffer) throw new Error("Response must have a body."); e.statusCode = e.statusCode || 200, e.extraHeaders = e.extraHeaders || [], e.extraHeaders = e.extraHeaders.concat(t), e.extraHeaders.push(i), e.extraHeaders.push(s); const r = super.accept(e), n = this.confirmedDialog, o = Object.assign(Object.assign({}, r), { session: n }); return e.body && this.confirmedDialog.signalingState !== U.Stable && this.confirmedDialog.signalingStateTransition(e.body), o } progress(e = { statusCode: 180 }) { if (!this.progressable) throw new B(`${this.message.method} not progressable in state ${this.transaction.state}.`); if (!this.earlyDialog) { const e = this.transaction; if (!(e instanceof $e)) throw new Error("Transaction not instance of InviteClientTransaction."); const t = Ae.initialDialogStateForUserAgentServer(this.message, this.toTag, !0); this.earlyDialog = new Ke(e, this.core, t) } const t = this.message.getHeaders("record-route").map((e => `Record-Route: ${e}`)), s = `Contact: ${this.core.configuration.contact}`; e.extraHeaders = e.extraHeaders || [], e.extraHeaders = e.extraHeaders.concat(t), e.extraHeaders.push(s); const i = super.progress(e), r = this.earlyDialog, n = Object.assign(Object.assign({}, i), { session: r }); return e.body && this.earlyDialog.signalingState !== U.Stable && this.earlyDialog.signalingStateTransition(e.body), n } redirect(e, t = { statusCode: 302 }) { return super.redirect(e, t) } reject(e = { statusCode: 486 }) { return super.reject(e) } } class Je extends He { constructor(e, t, s) { super(Ce, e, t, s) } } class ze extends He { constructor(e, t, s) { super(Ce, e, t, s) } } class Xe extends ke { constructor(e, t, s) { super(xe, e, t, s), this.core = e } } class Qe extends He { constructor(e, t, s) { const i = e.createOutgoingRequestMessage(G.SUBSCRIBE, s); super(Ce, e.userAgentCore, i, t), this.dialog = e } waitNotifyStop() { } receiveResponse(e) { if (e.statusCode && e.statusCode >= 200 && e.statusCode < 300) { const t = e.getHeader("Expires"); if (t) { const e = Number(t); this.dialog.subscriptionExpires > e && (this.dialog.subscriptionExpires = e) } else this.logger.warn("Expires header missing in a 200-class response to SUBSCRIBE") } if (e.statusCode && e.statusCode >= 400 && e.statusCode < 700) { [404, 405, 410, 416, 480, 481, 482, 483, 484, 485, 489, 501, 604].includes(e.statusCode) && this.dialog.terminate() } super.receiveResponse(e) } } class et extends Ae { constructor(e, t, s, i, r, n) { super(i, r), this.delegate = n, this._autoRefresh = !1, this._subscriptionEvent = e, this._subscriptionExpires = t, this._subscriptionExpiresInitial = t, this._subscriptionExpiresLastSet = Math.floor(Date.now() / 1e3), this._subscriptionRefresh = void 0, this._subscriptionRefreshLastSet = void 0, this._subscriptionState = s, this.logger = i.loggerFactory.getLogger("sip.subscribe-dialog"), this.logger.log(`SUBSCRIBE dialog ${this.id} constructed`) } static initialDialogStateForSubscription(e, t) { const s = t.getHeaders("record-route"), i = t.parseHeader("contact"); if (!i) throw new Error("Contact undefined."); if (!(i instanceof v)) throw new Error("Contact not instance of NameAddrHeader."); const r = i.uri, n = e.cseq, o = e.callId, a = e.fromTag, c = t.fromTag; if (!o) throw new Error("Call id undefined."); if (!a) throw new Error("From tag undefined."); if (!c) throw new Error("To tag undefined."); if (!e.from) throw new Error("From undefined."); if (!e.to) throw new Error("To undefined."); return { id: o + a + c, early: !1, callId: o, localTag: a, remoteTag: c, localSequenceNumber: n, remoteSequenceNumber: undefined, localURI: e.from.uri, remoteURI: e.to.uri, remoteTarget: r, routeSet: s, secure: !1 } } dispose() { super.dispose(), this.N && (clearTimeout(this.N), this.N = void 0), this.refreshTimerClear(), this.logger.log(`SUBSCRIBE dialog ${this.id} destroyed`) } get autoRefresh() { return this._autoRefresh } set autoRefresh(e) { this._autoRefresh = !0, this.refreshTimerSet() } get subscriptionEvent() { return this._subscriptionEvent } get subscriptionExpires() { const e = Math.floor(Date.now() / 1e3) - this._subscriptionExpiresLastSet, t = this._subscriptionExpires - e; return Math.max(t, 0) } set subscriptionExpires(e) { if (e < 0) throw new Error("Expires must be greater than or equal to zero."); if (this._subscriptionExpires = e, this._subscriptionExpiresLastSet = Math.floor(Date.now() / 1e3), this.autoRefresh) { const t = this.subscriptionRefresh; (void 0 === t || t >= e) && this.refreshTimerSet() } } get subscriptionExpiresInitial() { return this._subscriptionExpiresInitial } get subscriptionRefresh() { if (void 0 === this._subscriptionRefresh || void 0 === this._subscriptionRefreshLastSet) return; const e = Math.floor(Date.now() / 1e3) - this._subscriptionRefreshLastSet, t = this._subscriptionRefresh - e; return Math.max(t, 0) } get subscriptionState() { return this._subscriptionState } receiveRequest(e) { if (this.logger.log(`SUBSCRIBE dialog ${this.id} received ${e.method} request`), this.sequenceGuard(e)) if (super.receiveRequest(e), e.method === G.NOTIFY) this.onNotify(e); else this.logger.log(`SUBSCRIBE dialog ${this.id} received unimplemented ${e.method} request`), this.core.replyStateless(e, { statusCode: 501 }); else this.logger.log(`SUBSCRIBE dialog ${this.id} rejected out of order ${e.method} request.`) } refresh() { const e = "Allow: " + V.toString(), t = {}; return t.extraHeaders = (t.extraHeaders || []).slice(), t.extraHeaders.push(e), t.extraHeaders.push("Event: " + this.subscriptionEvent), t.extraHeaders.push("Expires: " + this.subscriptionExpiresInitial), t.extraHeaders.push("Contact: " + this.core.configuration.contact.toString()), this.subscribe(void 0, t) } subscribe(e, t = {}) { var s; if (this.subscriptionState !== re.Pending && this.subscriptionState !== re.Active) throw new Error(`Invalid state ${this.subscriptionState}. May only re-subscribe while in state "pending" or "active".`); this.logger.log(`SUBSCRIBE dialog ${this.id} sending SUBSCRIBE request`); const i = new Qe(this, e, t); return this.N && (clearTimeout(this.N), this.N = void 0), (null === (s = t.extraHeaders) || void 0 === s ? void 0 : s.includes("Expires: 0")) || (this.N = setTimeout((() => this.timerN()), L.TIMER_N)), i } terminate() { this.stateTransition(re.Terminated), this.onTerminated() } unsubscribe() { const e = "Allow: " + V.toString(), t = {}; return t.extraHeaders = (t.extraHeaders || []).slice(), t.extraHeaders.push(e), t.extraHeaders.push("Event: " + this.subscriptionEvent), t.extraHeaders.push("Expires: 0"), t.extraHeaders.push("Contact: " + this.core.configuration.contact.toString()), this.subscribe(void 0, t) } onNotify(e) { const t = e.parseHeader("Event").event; if (!t || t !== this.subscriptionEvent) return void this.core.replyStateless(e, { statusCode: 489 }); this.N && (clearTimeout(this.N), this.N = void 0); const s = e.parseHeader("Subscription-State"); if (!s || !s.state) return void this.core.replyStateless(e, { statusCode: 489 }); const i = s.state, r = s.expires ? Math.max(s.expires, 0) : void 0; switch (i) { case "pending": this.stateTransition(re.Pending, r); break; case "active": this.stateTransition(re.Active, r); break; case "terminated": this.stateTransition(re.Terminated, r); break; default: this.logger.warn("Unrecognized subscription state.") }const n = new je(this, e); this.delegate && this.delegate.onNotify ? this.delegate.onNotify(n) : n.accept() } onRefresh(e) { this.delegate && this.delegate.onRefresh && this.delegate.onRefresh(e) } onTerminated() { this.delegate && this.delegate.onTerminated && this.delegate.onTerminated() } refreshTimerClear() { this.refreshTimer && (clearTimeout(this.refreshTimer), this.refreshTimer = void 0) } refreshTimerSet() { if (this.refreshTimerClear(), this.autoRefresh && this.subscriptionExpires > 0) { const e = 900 * this.subscriptionExpires; this._subscriptionRefresh = Math.floor(e / 1e3), this._subscriptionRefreshLastSet = Math.floor(Date.now() / 1e3), this.refreshTimer = setTimeout((() => { this.refreshTimer = void 0, this._subscriptionRefresh = void 0, this._subscriptionRefreshLastSet = void 0, this.onRefresh(this.refresh()) }), e) } } stateTransition(e, t) { const s = () => { this.logger.warn(`Invalid subscription state transition from ${this.subscriptionState} to ${e}`) }; switch (e) { case re.Initial: case re.NotifyWait: return void s(); case re.Pending: if (this.subscriptionState !== re.NotifyWait && this.subscriptionState !== re.Pending) return void s(); break; case re.Active: case re.Terminated: if (this.subscriptionState !== re.NotifyWait && this.subscriptionState !== re.Pending && this.subscriptionState !== re.Active) return void s(); break; default: return void s() }e === re.Pending && t && (this.subscriptionExpires = t), e === re.Active && t && (this.subscriptionExpires = t), e === re.Terminated && this.dispose(), this._subscriptionState = e } timerN() { this.logger.warn("Timer N expired for SUBSCRIBE dialog. Timed out waiting for NOTIFY."), this.subscriptionState !== re.Terminated && (this.stateTransition(re.Terminated), this.onTerminated()) } } class tt extends He { constructor(e, t, s) { const i = t.getHeader("Event"); if (!i) throw new Error("Event undefined"); const r = t.getHeader("Expires"); if (!r) throw new Error("Expires undefined"); super(Ce, e, t, s), this.delegate = s, this.subscriberId = t.callId + t.fromTag + i, this.subscriptionExpiresRequested = this.subscriptionExpires = Number(r), this.subscriptionEvent = i, this.subscriptionState = re.NotifyWait, this.waitNotifyStart() } dispose() { super.dispose() } onNotify(e) { const t = e.message.parseHeader("Event").event; if (!t || t !== this.subscriptionEvent) return this.logger.warn("Failed to parse event."), void e.reject({ statusCode: 489 }); const s = e.message.parseHeader("Subscription-State"); if (!s || !s.state) return this.logger.warn("Failed to parse subscription state."), void e.reject({ statusCode: 489 }); const i = s.state; switch (i) { case "pending": case "active": case "terminated": break; default: return this.logger.warn(`Invalid subscription state ${i}`), void e.reject({ statusCode: 489 }) }if ("terminated" !== i) { if (!e.message.parseHeader("contact")) return this.logger.warn("Failed to parse contact."), void e.reject({ statusCode: 489 }) } if (this.dialog) throw new Error("Dialog already created. This implementation only supports install of single subscriptions."); switch (this.waitNotifyStop(), this.subscriptionExpires = s.expires ? Math.min(this.subscriptionExpires, Math.max(s.expires, 0)) : this.subscriptionExpires, i) { case "pending": this.subscriptionState = re.Pending; break; case "active": this.subscriptionState = re.Active; break; case "terminated": this.subscriptionState = re.Terminated; break; default: throw new Error(`Unrecognized state ${i}.`) }if (this.subscriptionState !== re.Terminated) { const t = et.initialDialogStateForSubscription(this.message, e.message); this.dialog = new et(this.subscriptionEvent, this.subscriptionExpires, this.subscriptionState, this.core, t) } if (this.delegate && this.delegate.onNotify) { const t = e, s = this.dialog; this.delegate.onNotify({ request: t, subscription: s }) } else e.accept() } waitNotifyStart() { this.N || (this.core.subscribers.set(this.subscriberId, this), this.N = setTimeout((() => this.timerN()), L.TIMER_N)) } waitNotifyStop() { this.N && (this.core.subscribers.delete(this.subscriberId), clearTimeout(this.N), this.N = void 0) } receiveResponse(e) { if (this.authenticationGuard(e)) { if (e.statusCode && e.statusCode >= 200 && e.statusCode < 300) { const t = e.getHeader("Expires"); if (t) { const e = Number(t); e > this.subscriptionExpiresRequested && this.logger.warn("Expires header in a 200-class response to SUBSCRIBE with a higher value than the one in the request"), e < this.subscriptionExpires && (this.subscriptionExpires = e) } else this.logger.warn("Expires header missing in a 200-class response to SUBSCRIBE"); this.dialog && this.dialog.subscriptionExpires > this.subscriptionExpires && (this.dialog.subscriptionExpires = this.subscriptionExpires) } e.statusCode && e.statusCode >= 300 && e.statusCode < 700 && this.waitNotifyStop(), super.receiveResponse(e) } } timerN() { this.logger.warn("Timer N expired for SUBSCRIBE user agent client. Timed out waiting for NOTIFY."), this.waitNotifyStop(), this.delegate && this.delegate.onNotifyTimeout && this.delegate.onNotifyTimeout() } } class st extends ke { constructor(e, t, s) { super(xe, e, t, s), this.core = e } } const it = ["application/sdp", "application/dtmf-relay"]; class rt { constructor(e, t = {}) { this.userAgentClients = new Map, this.userAgentServers = new Map, this.configuration = e, this.delegate = t, this.dialogs = new Map, this.subscribers = new Map, this.logger = e.loggerFactory.getLogger("sip.user-agent-core") } dispose() { this.reset() } reset() { this.dialogs.forEach((e => e.dispose())), this.dialogs.clear(), this.subscribers.forEach((e => e.dispose())), this.subscribers.clear(), this.userAgentClients.forEach((e => e.dispose())), this.userAgentClients.clear(), this.userAgentServers.forEach((e => e.dispose())), this.userAgentServers.clear() } get loggerFactory() { return this.configuration.loggerFactory } get transport() { const e = this.configuration.transportAccessor(); if (!e) throw new Error("Transport undefined."); return e } invite(e, t) { return new Ye(this, e, t) } message(e, t) { return new Ne(this, e, t) } publish(e, t) { return new Je(this, e, t) } register(e, t) { return new ze(this, e, t) } subscribe(e, t) { return new tt(this, e, t) } request(e, t) { return new He(Ce, this, e, t) } makeOutgoingRequestMessage(e, t, s, i, r, n, o) { const a = this.configuration.sipjsId, c = this.configuration.displayName, h = this.configuration.viaForceRport, d = this.configuration.hackViaTcp, l = this.configuration.supportedOptionTags.slice(); e === G.REGISTER && l.push("path", "gruu"), e === G.INVITE && (this.configuration.contact.pubGruu || this.configuration.contact.tempGruu) && l.push("gruu"); const g = { callIdPrefix: a, forceRport: h, fromDisplayName: c, hackViaTcp: d, optionTags: l, routeSet: this.configuration.routeSet, userAgentString: this.configuration.userAgentHeaderFieldValue, viaHost: this.configuration.viaHost }, u = Object.assign(Object.assign({}, g), r); return new k(e, t, s, i, u, n, o) } receiveIncomingRequestFromTransport(e) { this.receiveRequestFromTransport(e) } receiveIncomingResponseFromTransport(e) { this.receiveResponseFromTransport(e) } replyStateless(e, t) { const s = this.configuration.userAgentHeaderFieldValue, i = this.configuration.supportedOptionTagsResponse; t = Object.assign(Object.assign({}, t), { userAgent: s, supported: i }); const r = Se(e, t); return this.transport.send(r.message).catch((t => { t instanceof Error && this.logger.error(t.message), this.logger.error(`Transport error occurred sending stateless reply to ${e.method} request.`) })), r } receiveRequestFromTransport(e) { const t = e.viaBranch, s = this.userAgentServers.get(t); e.method === G.ACK && s && s.transaction.state === de.Accepted && s instanceof Ze ? this.logger.warn(`Discarding out of dialog ACK after 2xx response sent on transaction ${t}.`) : e.method !== G.CANCEL ? s ? s.transaction.receiveRequest(e) : this.receiveRequest(e) : s ? (this.replyStateless(e, { statusCode: 200 }), s.transaction instanceof $e && s.transaction.state === de.Proceeding && s instanceof Ze && s.receiveCancel(e)) : this.replyStateless(e, { statusCode: 481 }) } receiveRequest(e) { if (!V.includes(e.method)) { const t = "Allow: " + V.toString(); return void this.replyStateless(e, { statusCode: 405, extraHeaders: [t] }) } if (!e.ruri) throw new Error("Request-URI undefined."); if ("sip" !== e.ruri.scheme) return void this.replyStateless(e, { statusCode: 416 }); const t = e.ruri, s = e => !!e && e.user === t.user; if (!s(this.configuration.aor) && !(s(this.configuration.contact.uri) || s(this.configuration.contact.pubGruu) || s(this.configuration.contact.tempGruu))) return this.logger.warn("Request-URI does not point to us."), void (e.method !== G.ACK && this.replyStateless(e, { statusCode: 404 })); if (e.method !== G.INVITE || e.hasHeader("Contact")) { if (!e.toTag) { const t = e.viaBranch; if (!this.userAgentServers.has(t)) { if (Array.from(this.userAgentServers.values()).some((t => t.transaction.request.fromTag === e.fromTag && t.transaction.request.callId === e.callId && t.transaction.request.cseq === e.cseq))) return void this.replyStateless(e, { statusCode: 482 }) } } e.toTag ? this.receiveInsideDialogRequest(e) : this.receiveOutsideDialogRequest(e) } else this.replyStateless(e, { statusCode: 400, reasonPhrase: "Missing Contact Header" }) } receiveInsideDialogRequest(e) { if (e.method === G.NOTIFY) { const t = e.parseHeader("Event"); if (!t || !t.event) return void this.replyStateless(e, { statusCode: 489 }); const s = e.callId + e.toTag + t.event, i = this.subscribers.get(s); if (i) { const t = new je(this, e); return void i.onNotify(t) } } const t = e.callId + e.toTag + e.fromTag, s = this.dialogs.get(t); if (s) { if (e.method === G.OPTIONS) { const t = "Allow: " + V.toString(), s = "Accept: " + it.toString(); return void this.replyStateless(e, { statusCode: 200, extraHeaders: [t, s] }) } s.receiveRequest(e) } else e.method !== G.ACK && this.replyStateless(e, { statusCode: 481 }) } receiveOutsideDialogRequest(e) { switch (e.method) { case G.ACK: break; case G.BYE: this.replyStateless(e, { statusCode: 481 }); break; case G.CANCEL: throw new Error(`Unexpected out of dialog request method ${e.method}.`); case G.INFO: this.replyStateless(e, { statusCode: 405 }); break; case G.INVITE: { const t = new Ze(this, e); this.delegate.onInvite ? this.delegate.onInvite(t) : t.reject() } break; case G.MESSAGE: { const t = new Oe(this, e); this.delegate.onMessage ? this.delegate.onMessage(t) : t.accept() } break; case G.NOTIFY: { const t = new je(this, e); this.delegate.onNotify ? this.delegate.onNotify(t) : t.reject({ statusCode: 405 }) } break; case G.OPTIONS: { const t = "Allow: " + V.toString(), s = "Accept: " + it.toString(); this.replyStateless(e, { statusCode: 200, extraHeaders: [t, s] }) } break; case G.REFER: { const t = new We(this, e); this.delegate.onRefer ? this.delegate.onRefer(t) : t.reject({ statusCode: 405 }) } break; case G.REGISTER: { const t = new Xe(this, e); this.delegate.onRegister ? this.delegate.onRegister(t) : t.reject({ statusCode: 405 }) } break; case G.SUBSCRIBE: { const t = new st(this, e); this.delegate.onSubscribe ? this.delegate.onSubscribe(t) : t.reject({ statusCode: 480 }) } break; default: throw new Error(`Unexpected out of dialog request method ${e.method}.`) } } receiveResponseFromTransport(e) { if (e.getHeaders("via").length > 1) return void this.logger.warn("More than one Via header field present in the response, dropping"); const t = e.viaBranch + e.method, s = this.userAgentClients.get(t); s ? s.transaction.receiveResponse(e) : this.logger.warn(`Discarding unmatched ${e.statusCode} response to ${e.method} ${t}.`) } } function nt() { return e => e.audio || e.video ? void 0 === navigator.mediaDevices ? Promise.reject(new Error("Media devices not available in insecure contexts.")) : navigator.mediaDevices.getUserMedia.call(navigator.mediaDevices, e) : Promise.resolve(new MediaStream) } function ot() { return { bundlePolicy: "balanced", certificates: void 0, iceCandidatePoolSize: 0, iceServers: [{ urls: "stun:stun.l.google.com:19302" }], iceTransportPolicy: "all", rtcpMuxPolicy: "require" } } class at { constructor(e, t, s) { e.debug("SessionDescriptionHandler.constructor"), this.logger = e, this.mediaStreamFactory = t, this.sessionDescriptionHandlerConfiguration = s, this._localMediaStream = new MediaStream, this._remoteMediaStream = new MediaStream, this._peerConnection = new RTCPeerConnection(null == s ? void 0 : s.peerConnectionConfiguration), this.initPeerConnectionEventHandlers() } get localMediaStream() { return this._localMediaStream } get remoteMediaStream() { return this._remoteMediaStream } get dataChannel() { return this._dataChannel } get peerConnection() { return this._peerConnection } get peerConnectionDelegate() { return this._peerConnectionDelegate } set peerConnectionDelegate(e) { this._peerConnectionDelegate = e } static dispatchAddTrackEvent(e, t) { e.dispatchEvent(new MediaStreamTrackEvent("addtrack", { track: t })) } static dispatchRemoveTrackEvent(e, t) { e.dispatchEvent(new MediaStreamTrackEvent("removetrack", { track: t })) } close() { this.logger.debug("SessionDescriptionHandler.close"), void 0 !== this._peerConnection && (this._peerConnection.getReceivers().forEach((e => { e.track && e.track.stop() })), this._peerConnection.getSenders().forEach((e => { e.track && e.track.stop() })), this._dataChannel && this._dataChannel.close(), this._peerConnection.close(), this._peerConnection = void 0) } enableReceiverTracks(e) { const t = this.peerConnection; if (!t) throw new Error("Peer connection closed."); t.getReceivers().forEach((t => { t.track && (t.track.enabled = e) })) } enableSenderTracks(e) { const t = this.peerConnection; if (!t) throw new Error("Peer connection closed."); t.getSenders().forEach((t => { t.track && (t.track.enabled = e) })) } getDescription(e, t) { var s, i; if (this.logger.debug("SessionDescriptionHandler.getDescription"), void 0 === this._peerConnection) return Promise.reject(new Error("Peer connection closed.")); this.onDataChannel = null == e ? void 0 : e.onDataChannel; const r = null === (s = null == e ? void 0 : e.offerOptions) || void 0 === s ? void 0 : s.iceRestart, n = void 0 === (null == e ? void 0 : e.iceGatheringTimeout) ? null === (i = this.sessionDescriptionHandlerConfiguration) || void 0 === i ? void 0 : i.iceGatheringTimeout : null == e ? void 0 : e.iceGatheringTimeout; return this.getLocalMediaStream(e).then((() => this.updateDirection(e))).then((() => this.createDataChannel(e))).then((() => this.createLocalOfferOrAnswer(e))).then((e => this.applyModifiers(e, t))).then((e => this.setLocalSessionDescription(e))).then((() => this.waitForIceGatheringComplete(r, n))).then((() => this.getLocalSessionDescription())).then((e => ({ body: e.sdp, contentType: "application/sdp" }))).catch((e => { throw this.logger.error("SessionDescriptionHandler.getDescription failed - " + e), e })) } hasDescription(e) { return this.logger.debug("SessionDescriptionHandler.hasDescription"), "application/sdp" === e } iceGatheringComplete() { this.logger.debug("SessionDescriptionHandler.iceGatheringComplete"), void 0 !== this.iceGatheringCompleteTimeoutId && (this.logger.debug("SessionDescriptionHandler.iceGatheringComplete - clearing timeout"), clearTimeout(this.iceGatheringCompleteTimeoutId), this.iceGatheringCompleteTimeoutId = void 0), void 0 !== this.iceGatheringCompletePromise && (this.logger.debug("SessionDescriptionHandler.iceGatheringComplete - resolving promise"), this.iceGatheringCompleteResolve && this.iceGatheringCompleteResolve(), this.iceGatheringCompletePromise = void 0, this.iceGatheringCompleteResolve = void 0, this.iceGatheringCompleteReject = void 0) } sendDtmf(e, t) { if (this.logger.debug("SessionDescriptionHandler.sendDtmf"), void 0 === this._peerConnection) return this.logger.error("SessionDescriptionHandler.sendDtmf failed - peer connection closed"), !1; const s = this._peerConnection.getSenders(); if (0 === s.length) return this.logger.error("SessionDescriptionHandler.sendDtmf failed - no senders"), !1; const i = s[0].dtmf; if (!i) return this.logger.error("SessionDescriptionHandler.sendDtmf failed - no DTMF sender"), !1; const r = null == t ? void 0 : t.duration, n = null == t ? void 0 : t.interToneGap; try { i.insertDTMF(e, r, n) } catch (e) { return this.logger.error(e.toString()), !1 } return this.logger.log("SessionDescriptionHandler.sendDtmf sent via RTP: " + e.toString()), !0 } setDescription(e, t, s) { if (this.logger.debug("SessionDescriptionHandler.setDescription"), void 0 === this._peerConnection) return Promise.reject(new Error("Peer connection closed.")); this.onDataChannel = null == t ? void 0 : t.onDataChannel; const i = "have-local-offer" === this._peerConnection.signalingState ? "answer" : "offer"; return this.getLocalMediaStream(t).then((() => this.applyModifiers({ sdp: e, type: i }, s))).then((e => this.setRemoteSessionDescription(e))).catch((e => { throw this.logger.error("SessionDescriptionHandler.setDescription failed - " + e), e })) } applyModifiers(e, t) { return this.logger.debug("SessionDescriptionHandler.applyModifiers"), t && 0 !== t.length ? t.reduce(((e, t) => e.then(t)), Promise.resolve(e)).then((e => { if (this.logger.debug("SessionDescriptionHandler.applyModifiers - modified sdp"), !e.sdp || !e.type) throw new Error("Invalid SDP."); return { sdp: e.sdp, type: e.type } })) : Promise.resolve(e) } createDataChannel(e) { if (void 0 === this._peerConnection) return Promise.reject(new Error("Peer connection closed.")); if (!0 !== (null == e ? void 0 : e.dataChannel)) return Promise.resolve(); if (this._dataChannel) return Promise.resolve(); switch (this._peerConnection.signalingState) { case "stable": this.logger.debug("SessionDescriptionHandler.createDataChannel - creating data channel"); try { return this._dataChannel = this._peerConnection.createDataChannel((null == e ? void 0 : e.dataChannelLabel) || "", null == e ? void 0 : e.dataChannelOptions), this.onDataChannel && this.onDataChannel(this._dataChannel), Promise.resolve() } catch (e) { return Promise.reject(e) } case "have-remote-offer": return Promise.resolve(); default: return Promise.reject(new Error("Invalid signaling state " + this._peerConnection.signalingState)) } } createLocalOfferOrAnswer(e) { if (void 0 === this._peerConnection) return Promise.reject(new Error("Peer connection closed.")); switch (this._peerConnection.signalingState) { case "stable": return this.logger.debug("SessionDescriptionHandler.createLocalOfferOrAnswer - creating SDP offer"), this._peerConnection.createOffer(null == e ? void 0 : e.offerOptions); case "have-remote-offer": return this.logger.debug("SessionDescriptionHandler.createLocalOfferOrAnswer - creating SDP answer"), this._peerConnection.createAnswer(null == e ? void 0 : e.answerOptions); default: return Promise.reject(new Error("Invalid signaling state " + this._peerConnection.signalingState)) } } getLocalMediaStream(e) { if (this.logger.debug("SessionDescriptionHandler.getLocalMediaStream"), void 0 === this._peerConnection) return Promise.reject(new Error("Peer connection closed.")); let t = Object.assign({}, null == e ? void 0 : e.constraints); if (this.localMediaStreamConstraints) { if (t.audio = t.audio || this.localMediaStreamConstraints.audio, t.video = t.video || this.localMediaStreamConstraints.video, JSON.stringify(this.localMediaStreamConstraints.audio) === JSON.stringify(t.audio) && JSON.stringify(this.localMediaStreamConstraints.video) === JSON.stringify(t.video)) return Promise.resolve() } else void 0 === t.audio && void 0 === t.video && (t = { audio: !0 }); return this.localMediaStreamConstraints = t, this.mediaStreamFactory(t, this, e).then((e => this.setLocalMediaStream(e))) } setLocalMediaStream(e) { if (this.logger.debug("SessionDescriptionHandler.setLocalMediaStream"), !this._peerConnection) throw new Error("Peer connection undefined."); const t = this._peerConnection, s = this._localMediaStream, i = [], r = e => { const r = e.kind; if ("audio" !== r && "video" !== r) throw new Error(`Unknown new track kind ${r}.`); const n = t.getSenders().find((e => e.track && e.track.kind === r)); n ? i.push(new Promise((e => { this.logger.debug(`SessionDescriptionHandler.setLocalMediaStream - replacing sender ${r} track`), e() })).then((() => n.replaceTrack(e).then((() => { const t = s.getTracks().find((e => e.kind === r)); t && (t.stop(), s.removeTrack(t), at.dispatchRemoveTrackEvent(s, t)), s.addTrack(e), at.dispatchAddTrackEvent(s, e) })).catch((e => { throw this.logger.error(`SessionDescriptionHandler.setLocalMediaStream - failed to replace sender ${r} track`), e }))))) : i.push(new Promise((e => { this.logger.debug(`SessionDescriptionHandler.setLocalMediaStream - adding sender ${r} track`), e() })).then((() => { try { t.addTrack(e, s) } catch (e) { throw this.logger.error(`SessionDescriptionHandler.setLocalMediaStream - failed to add sender ${r} track`), e } s.addTrack(e), at.dispatchAddTrackEvent(s, e) }))) }, n = e.getAudioTracks(); n.length && r(n[0]); const o = e.getVideoTracks(); return o.length && r(o[0]), i.reduce(((e, t) => e.then((() => t))), Promise.resolve()) } getLocalSessionDescription() { if (this.logger.debug("SessionDescriptionHandler.getLocalSessionDescription"), void 0 === this._peerConnection) return Promise.reject(new Error("Peer connection closed.")); const e = this._peerConnection.localDescription; return e ? Promise.resolve(e) : Promise.reject(new Error("Failed to get local session description")) } setLocalSessionDescription(e) { return this.logger.debug("SessionDescriptionHandler.setLocalSessionDescription"), void 0 === this._peerConnection ? Promise.reject(new Error("Peer connection closed.")) : this._peerConnection.setLocalDescription(e) } setRemoteSessionDescription(e) { if (this.logger.debug("SessionDescriptionHandler.setRemoteSessionDescription"), void 0 === this._peerConnection) return Promise.reject(new Error("Peer connection closed.")); const t = e.sdp; let s; switch (this._peerConnection.signalingState) { case "stable": s = "offer"; break; case "have-local-offer": s = "answer"; break; default: return Promise.reject(new Error("Invalid signaling state " + this._peerConnection.signalingState)) }return t ? this._peerConnection.setRemoteDescription({ sdp: t, type: s }) : (this.logger.error("SessionDescriptionHandler.setRemoteSessionDescription failed - cannot set null sdp"), Promise.reject(new Error("SDP is undefined"))) } setRemoteTrack(e) { this.logger.debug("SessionDescriptionHandler.setRemoteTrack"); const t = this._remoteMediaStream; t.getTrackById(e.id) ? this.logger.debug(`SessionDescriptionHandler.setRemoteTrack - have remote ${e.kind} track`) : "audio" === e.kind ? (this.logger.debug(`SessionDescriptionHandler.setRemoteTrack - adding remote ${e.kind} track`), t.getAudioTracks().forEach((e => { e.stop(), t.removeTrack(e), at.dispatchRemoveTrackEvent(t, e) })), t.addTrack(e), at.dispatchAddTrackEvent(t, e)) : "video" === e.kind && (this.logger.debug(`SessionDescriptionHandler.setRemoteTrack - adding remote ${e.kind} track`), t.getVideoTracks().forEach((e => { e.stop(), t.removeTrack(e), at.dispatchRemoveTrackEvent(t, e) })), t.addTrack(e), at.dispatchAddTrackEvent(t, e)) } updateDirection(e) { if (void 0 === this._peerConnection) return Promise.reject(new Error("Peer connection closed.")); switch (this._peerConnection.signalingState) { case "stable": this.logger.debug("SessionDescriptionHandler.updateDirection - setting offer direction"); { const t = t => { switch (t) { case "inactive": case "recvonly": return (null == e ? void 0 : e.hold) ? "inactive" : "recvonly"; case "sendonly": case "sendrecv": return (null == e ? void 0 : e.hold) ? "sendonly" : "sendrecv"; case "stopped": return "stopped"; default: throw new Error("Should never happen") } }; this._peerConnection.getTransceivers().forEach((e => { if (e.direction) { const s = t(e.direction); e.direction !== s && (e.direction = s) } })) } break; case "have-remote-offer": this.logger.debug("SessionDescriptionHandler.updateDirection - setting answer direction"); { const t = (() => { const e = this._peerConnection.remoteDescription; if (!e) throw new Error("Failed to read remote offer"); const t = /a=sendrecv\r\n|a=sendonly\r\n|a=recvonly\r\n|a=inactive\r\n/.exec(e.sdp); if (t) switch (t[0]) { case "a=inactive\r\n": return "inactive"; case "a=recvonly\r\n": return "recvonly"; case "a=sendonly\r\n": return "sendonly"; case "a=sendrecv\r\n": return "sendrecv"; default: throw new Error("Should never happen") }return "sendrecv" })(), s = (() => { switch (t) { case "inactive": return "inactive"; case "recvonly": return "sendonly"; case "sendonly": return (null == e ? void 0 : e.hold) ? "inactive" : "recvonly"; case "sendrecv": return (null == e ? void 0 : e.hold) ? "sendonly" : "sendrecv"; default: throw new Error("Should never happen") } })(); this._peerConnection.getTransceivers().forEach((e => { e.direction && "stopped" !== e.direction && e.direction !== s && (e.direction = s) })) } break; default: return Promise.reject(new Error("Invalid signaling state " + this._peerConnection.signalingState)) }return Promise.resolve() } waitForIceGatheringComplete(e = !1, t = 0) { return this.logger.debug("SessionDescriptionHandler.waitForIceGatheringToComplete"), void 0 === this._peerConnection ? Promise.reject("Peer connection closed.") : e || "complete" !== this._peerConnection.iceGatheringState ? (void 0 !== this.iceGatheringCompletePromise && (this.logger.debug("SessionDescriptionHandler.waitForIceGatheringToComplete - rejecting prior waiting promise"), this.iceGatheringCompleteReject && this.iceGatheringCompleteReject(new Error("Promise superseded.")), this.iceGatheringCompletePromise = void 0, this.iceGatheringCompleteResolve = void 0, this.iceGatheringCompleteReject = void 0), this.iceGatheringCompletePromise = new Promise(((e, s) => { this.iceGatheringCompleteResolve = e, this.iceGatheringCompleteReject = s, t > 0 && (this.logger.debug("SessionDescriptionHandler.waitForIceGatheringToComplete - timeout in " + t), this.iceGatheringCompleteTimeoutId = setTimeout((() => { this.logger.debug("SessionDescriptionHandler.waitForIceGatheringToComplete - timeout"), this.iceGatheringComplete() }), t)) })), this.iceGatheringCompletePromise) : (this.logger.debug("SessionDescriptionHandler.waitForIceGatheringToComplete - already complete"), Promise.resolve()) } initPeerConnectionEventHandlers() { if (this.logger.debug("SessionDescriptionHandler.initPeerConnectionEventHandlers"), !this._peerConnection) throw new Error("Peer connection undefined."); const e = this._peerConnection; e.onconnectionstatechange = t => { var s; const i = e.connectionState; this.logger.debug(`SessionDescriptionHandler.onconnectionstatechange ${i}`), (null === (s = this._peerConnectionDelegate) || void 0 === s ? void 0 : s.onconnectionstatechange) && this._peerConnectionDelegate.onconnectionstatechange(t) }, e.ondatachannel = e => { var t; this.logger.debug("SessionDescriptionHandler.ondatachannel"), this._dataChannel = e.channel, this.onDataChannel && this.onDataChannel(this._dataChannel), (null === (t = this._peerConnectionDelegate) || void 0 === t ? void 0 : t.ondatachannel) && this._peerConnectionDelegate.ondatachannel(e) }, e.onicecandidate = e => { var t; this.logger.debug("SessionDescriptionHandler.onicecandidate"), (null === (t = this._peerConnectionDelegate) || void 0 === t ? void 0 : t.onicecandidate) && this._peerConnectionDelegate.onicecandidate(e) }, e.onicecandidateerror = e => { var t; this.logger.debug("SessionDescriptionHandler.onicecandidateerror"), (null === (t = this._peerConnectionDelegate) || void 0 === t ? void 0 : t.onicecandidateerror) && this._peerConnectionDelegate.onicecandidateerror(e) }, e.oniceconnectionstatechange = t => { var s; const i = e.iceConnectionState; this.logger.debug(`SessionDescriptionHandler.oniceconnectionstatechange ${i}`), (null === (s = this._peerConnectionDelegate) || void 0 === s ? void 0 : s.oniceconnectionstatechange) && this._peerConnectionDelegate.oniceconnectionstatechange(t) }, e.onicegatheringstatechange = t => { var s; const i = e.iceGatheringState; this.logger.debug(`SessionDescriptionHandler.onicegatheringstatechange ${i}`), "complete" === i && this.iceGatheringComplete(), (null === (s = this._peerConnectionDelegate) || void 0 === s ? void 0 : s.onicegatheringstatechange) && this._peerConnectionDelegate.onicegatheringstatechange(t) }, e.onnegotiationneeded = e => { var t; this.logger.debug("SessionDescriptionHandler.onnegotiationneeded"), (null === (t = this._peerConnectionDelegate) || void 0 === t ? void 0 : t.onnegotiationneeded) && this._peerConnectionDelegate.onnegotiationneeded(e) }, e.onsignalingstatechange = t => { var s; const i = e.signalingState; this.logger.debug(`SessionDescriptionHandler.onsignalingstatechange ${i}`), (null === (s = this._peerConnectionDelegate) || void 0 === s ? void 0 : s.onsignalingstatechange) && this._peerConnectionDelegate.onsignalingstatechange(t) }, e.ontrack = e => { var t; const s = e.track.kind, i = e.track.enabled ? "enabled" : "disabled"; this.logger.debug(`SessionDescriptionHandler.ontrack ${s} ${i}`), this.setRemoteTrack(e.track), (null === (t = this._peerConnectionDelegate) || void 0 === t ? void 0 : t.ontrack) && this._peerConnectionDelegate.ontrack(e) } } } function ct(e) { return (t, s) => { void 0 === e && (e = nt()); const i = { iceGatheringTimeout: void 0 !== (null == s ? void 0 : s.iceGatheringTimeout) ? null == s ? void 0 : s.iceGatheringTimeout : 5e3, peerConnectionConfiguration: Object.assign(Object.assign({}, { bundlePolicy: "balanced", certificates: void 0, iceCandidatePoolSize: 0, iceServers: [{ urls: "stun:stun.l.google.com:19302" }], iceTransportPolicy: "all", rtcpMuxPolicy: "require" }), null == s ? void 0 : s.peerConnectionConfiguration) }, r = t.userAgent.getLogger("sip.SessionDescriptionHandler"); return new at(r, e, i) } } class ht { constructor(e, t) { if (this._state = oe.Disconnected, this.transitioningState = !1, this._stateEventEmitter = new p, this.logger = e, t) { const e = t, s = null == e ? void 0 : e.wsServers, i = null == e ? void 0 : e.maxReconnectionAttempts; if (void 0 !== s) { const e = 'The transport option "wsServers" as has apparently been specified and has been deprecated. It will no longer be available starting with SIP.js release 0.16.0. Please update accordingly.'; this.logger.warn(e) } if (void 0 !== i) { const e = 'The transport option "maxReconnectionAttempts" as has apparently been specified and has been deprecated. It will no longer be available starting with SIP.js release 0.16.0. Please update accordingly.'; this.logger.warn(e) } s && !t.server && ("string" == typeof s && (t.server = s), s instanceof Array && (t.server = s[0])) } this.configuration = Object.assign(Object.assign({}, ht.defaultOptions), t); const s = this.configuration.server, i = y.parse(s, "absoluteURI"); if (-1 === i) throw this.logger.error(`Invalid WebSocket Server URL "${s}"`), new Error("Invalid WebSocket Server URL"); if (!["wss", "ws", "udp"].includes(i.scheme)) throw this.logger.error(`Invalid scheme in WebSocket Server URL "${s}"`), new Error("Invalid scheme in WebSocket Server URL"); this._protocol = i.scheme.toUpperCase() } dispose() { return this.disconnect() } get protocol() { return this._protocol } get server() { return this.configuration.server } get state() { return this._state } get stateChange() { return this._stateEventEmitter } get ws() { return this._ws } connect() { return this._connect() } disconnect() { return this._disconnect() } isConnected() { return this.state === oe.Connected } send(e) { return this._send(e) } _connect() { switch (this.logger.log(`Connecting ${this.server}`), this.state) { case oe.Connecting: if (this.transitioningState) return Promise.reject(this.transitionLoopDetectedError(oe.Connecting)); if (!this.connectPromise) throw new Error("Connect promise must be defined."); return this.connectPromise; case oe.Connected: if (this.transitioningState) return Promise.reject(this.transitionLoopDetectedError(oe.Connecting)); if (this.connectPromise) throw new Error("Connect promise must not be defined."); return Promise.resolve(); case oe.Disconnecting: if (this.connectPromise) throw new Error("Connect promise must not be defined."); try { this.transitionState(oe.Connecting) } catch (e) { if (e instanceof d) return Promise.reject(e); throw e } break; case oe.Disconnected: if (this.connectPromise) throw new Error("Connect promise must not be defined."); try { this.transitionState(oe.Connecting) } catch (e) { if (e instanceof d) return Promise.reject(e); throw e } break; default: throw new Error("Unknown state") }let e; try { e = new WebSocket(this.server, "sip"), e.binaryType = "arraybuffer", e.addEventListener("close", (t => this.onWebSocketClose(t, e))), e.addEventListener("error", (t => this.onWebSocketError(t, e))), e.addEventListener("open", (t => this.onWebSocketOpen(t, e))), e.addEventListener("message", (t => this.onWebSocketMessage(t, e))), this._ws = e } catch (e) { return this._ws = void 0, this.logger.error("WebSocket construction failed."), this.logger.error(e.toString()), new Promise(((t, s) => { this.connectResolve = t, this.connectReject = s, this.transitionState(oe.Disconnected, e) })) } return this.connectPromise = new Promise(((t, s) => { this.connectResolve = t, this.connectReject = s, this.connectTimeout = setTimeout((() => { this.logger.warn("Connect timed out. Exceeded time set in configuration.connectionTimeout: " + this.configuration.connectionTimeout + "s."), e.close(1e3) }), 1e3 * this.configuration.connectionTimeout) })), this.connectPromise } _disconnect() { switch (this.logger.log(`Disconnecting ${this.server}`), this.state) { case oe.Connecting: if (this.disconnectPromise) throw new Error("Disconnect promise must not be defined."); try { this.transitionState(oe.Disconnecting) } catch (e) { if (e instanceof d) return Promise.reject(e); throw e } break; case oe.Connected: if (this.disconnectPromise) throw new Error("Disconnect promise must not be defined."); try { this.transitionState(oe.Disconnecting) } catch (e) { if (e instanceof d) return Promise.reject(e); throw e } break; case oe.Disconnecting: if (this.transitioningState) return Promise.reject(this.transitionLoopDetectedError(oe.Disconnecting)); if (!this.disconnectPromise) throw new Error("Disconnect promise must be defined."); return this.disconnectPromise; case oe.Disconnected: if (this.transitioningState) return Promise.reject(this.transitionLoopDetectedError(oe.Disconnecting)); if (this.disconnectPromise) throw new Error("Disconnect promise must not be defined."); return Promise.resolve(); default: throw new Error("Unknown state") }if (!this._ws) throw new Error("WebSocket must be defined."); const e = this._ws; return this.disconnectPromise = new Promise(((t, s) => { this.disconnectResolve = t, this.disconnectReject = s; try { e.close(1e3) } catch (e) { throw this.logger.error("WebSocket close failed."), this.logger.error(e.toString()), e } })), this.disconnectPromise } _send(e) { if (!0 === this.configuration.traceSip && this.logger.log("Sending WebSocket message:\n\n" + e + "\n"), this._state !== oe.Connected) return Promise.reject(new Error("Not connected.")); if (!this._ws) throw new Error("WebSocket undefined."); try { this._ws.send(e) } catch (e) { return e instanceof Error ? Promise.reject(e) : Promise.reject(new Error("WebSocket send failed.")) } return Promise.resolve() } onWebSocketClose(e, t) { if (t !== this._ws) return; const s = `WebSocket closed ${this.server} (code: ${e.code})`, i = this.disconnectPromise ? void 0 : new Error(s); i && this.logger.warn("WebSocket closed unexpectedly"), this.logger.log(s), this._ws = void 0, this.transitionState(oe.Disconnected, i) } onWebSocketError(e, t) { t === this._ws && this.logger.error("WebSocket error occurred.") } onWebSocketMessage(e, t) { if (t !== this._ws) return; const s = e.data; let i; if (/^(\r\n)+$/.test(s)) return this.clearKeepAliveTimeout(), void (!0 === this.configuration.traceSip && this.logger.log("Received WebSocket message with CRLF Keep Alive response")); if (s) { if ("string" != typeof s) { try { i = (new TextDecoder).decode(new Uint8Array(s)) } catch (e) { return this.logger.error(e.toString()), void this.logger.error("Received WebSocket binary message failed to be converted into string, message discarded") } !0 === this.configuration.traceSip && this.logger.log("Received WebSocket binary message:\n\n" + i + "\n") } else i = s, !0 === this.configuration.traceSip && this.logger.log("Received WebSocket text message:\n\n" + i + "\n"); if (this.state === oe.Connected) { if (this.onMessage) try { this.onMessage(i) } catch (e) { throw this.logger.error(e.toString()), this.logger.error("Exception thrown by onMessage callback"), e } } else this.logger.warn("Received message while not connected, discarding...") } else this.logger.warn("Received empty message, discarding...") } onWebSocketOpen(e, t) { t === this._ws && this._state === oe.Connecting && (this.logger.log(`WebSocket opened ${this.server}`), this.transitionState(oe.Connected)) } transitionLoopDetectedError(e) { let t = "A state transition loop has been detected."; return t += ` An attempt to transition from ${this._state} to ${e} before the prior transition completed.`, t += " Perhaps you are synchronously calling connect() or disconnect() from a callback or state change handler?", this.logger.error(t), new d("Loop detected.") } transitionState(e, t) { const s = () => { throw new Error(`Invalid state transition from ${this._state} to ${e}`) }; if (this.transitioningState) throw this.transitionLoopDetectedError(e); switch (this.transitioningState = !0, this._state) { case oe.Connecting: e !== oe.Connected && e !== oe.Disconnecting && e !== oe.Disconnected && s(); break; case oe.Connected: e !== oe.Disconnecting && e !== oe.Disconnected && s(); break; case oe.Disconnecting: e !== oe.Connecting && e !== oe.Disconnected && s(); break; case oe.Disconnected: e !== oe.Connecting && s(); break; default: throw new Error("Unknown state.") }const i = this._state; this._state = e; const r = this.connectResolve, n = this.connectReject; i === oe.Connecting && (this.connectPromise = void 0, this.connectResolve = void 0, this.connectReject = void 0); const o = this.disconnectResolve, a = this.disconnectReject; if (i === oe.Disconnecting && (this.disconnectPromise = void 0, this.disconnectResolve = void 0, this.disconnectReject = void 0), this.connectTimeout && (clearTimeout(this.connectTimeout), this.connectTimeout = void 0), this.logger.log(`Transitioned from ${i} to ${this._state}`), this._stateEventEmitter.emit(this._state), e === oe.Connected && (this.startSendingKeepAlives(), this.onConnect)) try { this.onConnect() } catch (e) { throw this.logger.error(e.toString()), this.logger.error("Exception thrown by onConnect callback"), e } if (i === oe.Connected && (this.stopSendingKeepAlives(), this.onDisconnect)) try { t ? this.onDisconnect(t) : this.onDisconnect() } catch (e) { throw this.logger.error(e.toString()), this.logger.error("Exception thrown by onDisconnect callback"), e } if (i === oe.Connecting) { if (!r) throw new Error("Connect resolve undefined."); if (!n) throw new Error("Connect reject undefined."); e === oe.Connected ? r() : n(t || new Error("Connect aborted.")) } if (i === oe.Disconnecting) { if (!o) throw new Error("Disconnect resolve undefined."); if (!a) throw new Error("Disconnect reject undefined."); e === oe.Disconnected ? o() : a(t || new Error("Disconnect aborted.")) } this.transitioningState = !1 } clearKeepAliveTimeout() { this.keepAliveDebounceTimeout && clearTimeout(this.keepAliveDebounceTimeout), this.keepAliveDebounceTimeout = void 0 } sendKeepAlive() { return this.keepAliveDebounceTimeout ? Promise.resolve() : (this.keepAliveDebounceTimeout = setTimeout((() => { this.clearKeepAliveTimeout() }), 1e3 * this.configuration.keepAliveDebounce), this.send("\r\n\r\n")) } startSendingKeepAlives() { this.configuration.keepAliveInterval && !this.keepAliveInterval && (this.keepAliveInterval = setInterval((() => { this.sendKeepAlive(), this.startSendingKeepAlives() }), (e => { const t = .8 * e; return 1e3 * (Math.random() * (e - t) + t) })(this.configuration.keepAliveInterval))) } stopSendingKeepAlives() { this.keepAliveInterval && clearInterval(this.keepAliveInterval), this.keepAliveDebounceTimeout && clearTimeout(this.keepAliveDebounceTimeout), this.keepAliveInterval = void 0, this.keepAliveDebounceTimeout = void 0 } } ht.defaultOptions = { server: "", connectionTimeout: 5, keepAliveInterval: 0, keepAliveDebounce: 10, traceSip: !0 }; class dt { constructor(e = {}) { if (this._publishers = {}, this._registerers = {}, this._sessions = {}, this._subscriptions = {}, this._state = ae.Stopped, this._stateEventEmitter = new p, this.delegate = e.delegate, this.options = Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({}, dt.defaultOptions()), { sipjsId: $(5) }), { uri: new w("sip", "anonymous." + $(6), "anonymous.invalid") }), { viaHost: $(12) + ".invalid" }), dt.stripUndefinedProperties(e)), this.options.hackIpInContact) if ("boolean" == typeof this.options.hackIpInContact && this.options.hackIpInContact) { const e = 1, t = 254, s = Math.floor(Math.random() * (t - e + 1) + e); this.options.viaHost = "192.0.2." + s } else this.options.hackIpInContact && (this.options.viaHost = this.options.hackIpInContact); switch (this.loggerFactory = new Te, this.logger = this.loggerFactory.getLogger("sip.UserAgent"), this.loggerFactory.builtinEnabled = this.options.logBuiltinEnabled, this.loggerFactory.connector = this.options.logConnector, this.options.logLevel) { case "error": this.loggerFactory.level = ce.error; break; case "warn": this.loggerFactory.level = ce.warn; break; case "log": this.loggerFactory.level = ce.log; break; case "debug": this.loggerFactory.level = ce.debug }if (this.options.logConfiguration && (this.logger.log("Configuration:"), Object.keys(this.options).forEach((e => { const t = this.options[e]; switch (e) { case "uri": case "sessionDescriptionHandlerFactory": this.logger.log("\xb7 " + e + ": " + t); break; case "authorizationPassword": this.logger.log("\xb7 " + e + ": NOT SHOWN"); break; case "transportConstructor": this.logger.log("\xb7 " + e + ": " + t.name); break; default: this.logger.log("\xb7 " + e + ": " + JSON.stringify(t)) } }))), this.options.transportOptions) { const t = this.options.transportOptions, s = t.maxReconnectionAttempts, i = t.reconnectionTimeout; if (void 0 !== s) { const e = 'The transport option "maxReconnectionAttempts" as has apparently been specified and has been deprecated. It will no longer be available starting with SIP.js release 0.16.0. Please update accordingly.'; this.logger.warn(e) } if (void 0 !== i) { const e = 'The transport option "reconnectionTimeout" as has apparently been specified and has been deprecated. It will no longer be available starting with SIP.js release 0.16.0. Please update accordingly.'; this.logger.warn(e) } void 0 === e.reconnectionDelay && void 0 !== i && (this.options.reconnectionDelay = i), void 0 === e.reconnectionAttempts && void 0 !== s && (this.options.reconnectionAttempts = s) } if (void 0 !== e.reconnectionDelay) { const e = 'The user agent option "reconnectionDelay" as has apparently been specified and has been deprecated. It will no longer be available starting with SIP.js release 0.16.0. Please update accordingly.'; this.logger.warn(e) } if (void 0 !== e.reconnectionAttempts) { const e = 'The user agent option "reconnectionAttempts" as has apparently been specified and has been deprecated. It will no longer be available starting with SIP.js release 0.16.0. Please update accordingly.'; this.logger.warn(e) } if (this._transport = new this.options.transportConstructor(this.getLogger("sip.Transport"), this.options.transportOptions), this.initTransportCallbacks(), this._contact = this.initContact(), this._instanceId = this.options.instanceId ? this.options.instanceId : dt.newUUID(), -1 === y.parse(this._instanceId, "uuid")) throw new Error("Invalid instanceId."); this._userAgentCore = this.initCore() } static makeURI(e) { return y.URIParse(e) } static defaultOptions() { return { allowLegacyNotifications: !1, authorizationHa1: "", authorizationPassword: "", authorizationUsername: "", delegate: {}, contactName: "", contactParams: { transport: "ws" }, displayName: "", forceRport: !1, gracefulShutdown: !0, hackAllowUnregisteredOptionTags: !1, hackIpInContact: !1, hackViaTcp: !1, instanceId: "", instanceIdAlwaysAdded: !1, logBuiltinEnabled: !0, logConfiguration: !0, logConnector: () => { }, logLevel: "log", noAnswerTimeout: 60, preloadedRouteSet: [], reconnectionAttempts: 0, reconnectionDelay: 4, sendInitialProvisionalResponse: !0, sessionDescriptionHandlerFactory: ct(), sessionDescriptionHandlerFactoryOptions: {}, sipExtension100rel: J.Unsupported, sipExtensionReplaces: J.Unsupported, sipExtensionExtraSupported: [], sipjsId: "", transportConstructor: ht, transportOptions: {}, uri: new w("sip", "anonymous", "anonymous.invalid"), userAgentString: "SIP.js/0.21.2", viaHost: "" } } static newUUID() { return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (e => { const t = Math.floor(16 * Math.random()); return ("x" === e ? t : t % 4 + 8).toString(16) })) } static stripUndefinedProperties(e) { return Object.keys(e).reduce(((t, s) => (void 0 !== e[s] && (t[s] = e[s]), t)), {}) } get configuration() { return this.options } get contact() { return this._contact } get instanceId() { return this._instanceId } get state() { return this._state } get stateChange() { return this._stateEventEmitter } get transport() { return this._transport } get userAgentCore() { return this._userAgentCore } getLogger(e, t) { return this.loggerFactory.getLogger(e, t) } getLoggerFactory() { return this.loggerFactory } isConnected() { return this.transport.isConnected() } reconnect() { return this.state === ae.Stopped ? Promise.reject(new Error("User agent stopped.")) : Promise.resolve().then((() => this.transport.connect())) } start() { return this.state === ae.Started ? (this.logger.warn("User agent already started"), Promise.resolve()) : (this.logger.log(`Starting ${this.configuration.uri}`), this.transitionState(ae.Started), this.transport.connect()) } async stop() { if (this.state === ae.Stopped) return this.logger.warn("User agent already stopped"), Promise.resolve(); if (this.logger.log(`Stopping ${this.configuration.uri}`), !this.options.gracefulShutdown) return this.logger.log("Dispose of transport"), this.transport.dispose().catch((e => { throw this.logger.error(e.message), e })), this.logger.log("Dispose of core"), this.userAgentCore.dispose(), this._publishers = {}, this._registerers = {}, this._sessions = {}, this._subscriptions = {}, this.transitionState(ae.Stopped), Promise.resolve(); const e = Object.assign({}, this._publishers), t = Object.assign({}, this._registerers), s = Object.assign({}, this._sessions), i = Object.assign({}, this._subscriptions), r = this.transport, n = this.userAgentCore; this.logger.log("Dispose of registerers"); for (const e in t) t[e] && await t[e].dispose().catch((t => { throw this.logger.error(t.message), delete this._registerers[e], t })); this.logger.log("Dispose of sessions"); for (const e in s) s[e] && await s[e].dispose().catch((t => { throw this.logger.error(t.message), delete this._sessions[e], t })); this.logger.log("Dispose of subscriptions"); for (const e in i) i[e] && await i[e].dispose().catch((t => { throw this.logger.error(t.message), delete this._subscriptions[e], t })); this.logger.log("Dispose of publishers"); for (const t in e) e[t] && await e[t].dispose().catch((e => { throw this.logger.error(e.message), delete this._publishers[t], e })); this.logger.log("Dispose of transport"), await r.dispose().catch((e => { throw this.logger.error(e.message), e })), this.logger.log("Dispose of core"), n.dispose(), this.transitionState(ae.Stopped) } _makeInviter(e, t) { return new ee(this, e, t) } attemptReconnection(e = 1) { const t = this.options.reconnectionAttempts, s = this.options.reconnectionDelay; e > t ? this.logger.log("Maximum reconnection attempts reached") : (this.logger.log(`Reconnection attempt ${e} of ${t} - trying`), setTimeout((() => { this.reconnect().then((() => { this.logger.log(`Reconnection attempt ${e} of ${t} - succeeded`) })).catch((s => { this.logger.error(s.message), this.logger.log(`Reconnection attempt ${e} of ${t} - failed`), this.attemptReconnection(++e) })) }), 1 === e ? 0 : 1e3 * s)) } initContact() { const e = "" !== this.options.contactName ? this.options.contactName : $(8), t = this.options.contactParams; return { pubGruu: void 0, tempGruu: void 0, uri: new w("sip", e, this.options.viaHost, void 0, t), toString: (e = {}) => { const s = e.anonymous || !1, i = e.outbound || !1, r = e.register || !1; let n = "<"; return n += s ? this.contact.tempGruu || `sip:anonymous@anonymous.invalid;transport=${t.transport ? t.transport : "ws"}` : r ? this.contact.uri : this.contact.pubGruu || this.contact.uri, i && (n += ";ob"), n += ">", this.options.instanceIdAlwaysAdded && (n += ';+sip.instance="<urn:uuid:' + this._instanceId + '>"'), n } } } initCore() { let e = []; e.push("outbound"), this.options.sipExtension100rel === J.Supported && e.push("100rel"), this.options.sipExtensionReplaces === J.Supported && e.push("replaces"), this.options.sipExtensionExtraSupported && e.push(...this.options.sipExtensionExtraSupported), this.options.hackAllowUnregisteredOptionTags || (e = e.filter((e => X[e]))), e = Array.from(new Set(e)); const t = e.slice(); (this.contact.pubGruu || this.contact.tempGruu) && t.push("gruu"); const s = { aor: this.options.uri, contact: this.contact, displayName: this.options.displayName, loggerFactory: this.loggerFactory, hackViaTcp: this.options.hackViaTcp, routeSet: this.options.preloadedRouteSet, supportedOptionTags: e, supportedOptionTagsResponse: t, sipjsId: this.options.sipjsId, userAgentHeaderFieldValue: this.options.userAgentString, viaForceRport: this.options.forceRport, viaHost: this.options.viaHost, authenticationFactory: () => { const e = this.options.authorizationUsername ? this.options.authorizationUsername : this.options.uri.user, t = this.options.authorizationPassword ? this.options.authorizationPassword : void 0, s = this.options.authorizationHa1 ? this.options.authorizationHa1 : void 0; return new we(this.getLoggerFactory(), s, e, t) }, transportAccessor: () => this.transport }; return new rt(s, { onInvite: e => { var t; const s = new Q(this, e); if (e.delegate = { onCancel: e => { s._onCancel(e) }, onTransportError: e => { this.logger.error("A transport error has occurred while handling an incoming INVITE request.") } }, e.trying(), this.options.sipExtensionReplaces !== J.Unsupported) { const t = e.message.parseHeader("replaces"); if (t) { const e = t.call_id; if ("string" != typeof e) throw new Error("Type of call id is not string"); const i = t.replaces_to_tag; if ("string" != typeof i) throw new Error("Type of to tag is not string"); const r = t.replaces_from_tag; if ("string" != typeof r) throw new Error("type of from tag is not string"); const n = e + i + r, o = this.userAgentCore.dialogs.get(n); if (!o) return void s.reject({ statusCode: 481 }); if (!o.early && !0 === t.early_only) return void s.reject({ statusCode: 486 }); const a = this._sessions[e + r] || this._sessions[e + i] || void 0; if (!a) throw new Error("Session does not exist."); s._replacee = a } } if (null === (t = this.delegate) || void 0 === t ? void 0 : t.onInvite) return s.autoSendAnInitialProvisionalResponse ? void s.progress().then((() => { var e; if (void 0 === (null === (e = this.delegate) || void 0 === e ? void 0 : e.onInvite)) throw new Error("onInvite undefined."); this.delegate.onInvite(s) })) : void this.delegate.onInvite(s); s.reject({ statusCode: 486 }) }, onMessage: e => { if (this.delegate && this.delegate.onMessage) { const t = new W(e); this.delegate.onMessage(t) } else e.accept() }, onNotify: e => { if (this.delegate && this.delegate.onNotify) { const t = new K(e); this.delegate.onNotify(t) } else this.options.allowLegacyNotifications ? e.accept() : e.reject({ statusCode: 481 }) }, onRefer: e => { this.logger.warn("Received an out of dialog REFER request"), this.delegate && this.delegate.onReferRequest ? this.delegate.onReferRequest(e) : e.reject({ statusCode: 405 }) }, onRegister: e => { this.logger.warn("Received an out of dialog REGISTER request"), this.delegate && this.delegate.onRegisterRequest ? this.delegate.onRegisterRequest(e) : e.reject({ statusCode: 405 }) }, onSubscribe: e => { this.logger.warn("Received an out of dialog SUBSCRIBE request"), this.delegate && this.delegate.onSubscribeRequest ? this.delegate.onSubscribeRequest(e) : e.reject({ statusCode: 405 }) } }) } initTransportCallbacks() { this.transport.onConnect = () => this.onTransportConnect(), this.transport.onDisconnect = e => this.onTransportDisconnect(e), this.transport.onMessage = e => this.onTransportMessage(e) } onTransportConnect() { this.state !== ae.Stopped && this.delegate && this.delegate.onConnect && this.delegate.onConnect() } onTransportDisconnect(e) { this.state !== ae.Stopped && (this.delegate && this.delegate.onDisconnect && this.delegate.onDisconnect(e), e && this.options.reconnectionAttempts > 0 && this.attemptReconnection()) } onTransportMessage(e) { const t = he.parseMessage(e, this.getLogger("sip.Parser")); if (!t) return void this.logger.warn("Failed to parse incoming message. Dropping."); if (this.state === ae.Stopped && t instanceof P) return void this.logger.warn(`Received ${t.method} request while stopped. Dropping.`); const s = () => { const e = ["from", "to", "call_id", "cseq", "via"]; for (const s of e) if (!t.hasHeader(s)) return this.logger.warn(`Missing mandatory header field : ${s}.`), !1; return !0 }; if (t instanceof P) { if (!s()) return void this.logger.warn("Request missing mandatory header field. Dropping."); if (!t.toTag && t.callId.substr(0, 5) === this.options.sipjsId) return void this.userAgentCore.replyStateless(t, { statusCode: 482 }); const e = D(t.body), i = t.getHeader("content-length"); if (i && e < Number(i)) return void this.userAgentCore.replyStateless(t, { statusCode: 400 }) } if (t instanceof x) { if (!s()) return void this.logger.warn("Response missing mandatory header field. Dropping."); if (t.getHeaders("via").length > 1) return void this.logger.warn("More than one Via header field present in the response. Dropping."); if (t.via.host !== this.options.viaHost || void 0 !== t.via.port) return void this.logger.warn("Via sent-by in the response does not match UA Via host value. Dropping."); const e = D(t.body), i = t.getHeader("content-length"); if (i && e < Number(i)) return void this.logger.warn("Message body length is lower than the value in Content-Length header field. Dropping.") } if (t instanceof P) this.userAgentCore.receiveIncomingRequestFromTransport(t); else { if (!(t instanceof x)) throw new Error("Invalid message type."); this.userAgentCore.receiveIncomingResponseFromTransport(t) } } transitionState(e, t) { const s = () => { throw new Error(`Invalid state transition from ${this._state} to ${e}`) }; switch (this._state) { case ae.Started: e !== ae.Stopped && s(); break; case ae.Stopped: e !== ae.Started && s(); break; default: throw new Error("Unknown state.") }this.logger.log(`Transitioned from ${this._state} to ${e}`), this._state = e, this._stateEventEmitter.emit(this._state) } } class lt extends He { constructor(e, t, s) { super(Ce, e, t, s) } } class gt extends ke { constructor(e, t, s) { super(xe, e.userAgentCore, t, s) } } const ut = (e, t) => { const s = [], i = e.split(/\r\n/); let r; for (let e = 0; e < i.length;) { const n = i[e]; if (/^m=(?:audio|video)/.test(n)) r = { index: e, stripped: [] }, s.push(r); else if (r) { const s = /^a=rtpmap:(\d+) ([^/]+)\//.exec(n); if (s && t === s[2]) { i.splice(e, 1), r.stripped.push(s[1]); continue } } e++ } for (const e of s) { const t = i[e.index].split(" "); for (let s = 3; s < t.length;)-1 === e.stripped.indexOf(t[s]) ? s++ : t.splice(s, 1); i[e.index] = t.join(" ") } return i.join("\r\n") }; function pt(e) { return e.sdp = (e.sdp || "").replace(/^a=candidate:\d+ \d+ tcp .*?\r\n/gim, ""), Promise.resolve(e) } function ft(e) { return e.sdp = ut(e.sdp || "", "telephone-event"), Promise.resolve(e) } function mt(e) { return e.sdp = (e.sdp || "").replace(/^(a=imageattr:.*?)(x|y)=\[0-/gm, "$1$2=[1:"), Promise.resolve(e) } function vt(e) { return e.sdp = ut(e.sdp || "", "G722"), Promise.resolve(e) } function wt(e) { return t => (t.sdp = ut(t.sdp || "", e), Promise.resolve(t)) } function bt(e) { return e.sdp = ((e, t) => { const s = new RegExp("m=" + t + ".*$", "gm"), i = new RegExp("^a=group:.*$", "gm"); if (s.test(e)) { let s; const r = (e = e.split(/^m=/gm).filter((e => { if (e.substr(0, t.length) === t) { if (s = e.match(/^a=mid:.*$/gm), s) { const e = s[0].match(/:.+$/g); e && (s = e[0].substr(1)) } return !1 } return !0 })).join("m=")).match(i); if (r && 1 === r.length) { let t = r[0]; const n = new RegExp(" *" + s + "[^ ]*", "g"); t = t.replace(n, ""), e = e.split(i).join(t) } } return e })(e.sdp || "", "video"), Promise.resolve(e) } function Tt(e) { let t = e.sdp || ""; if (-1 === t.search(/^a=mid.*$/gm)) { const s = t.match(/^m=.*$/gm), i = t.split(/^m=.*$/gm); s && s.forEach(((e, t) => { s[t] = e + "\na=mid:" + t })), i.forEach(((e, t) => { s && s[t] && (i[t] = e + s[t]) })), t = i.join(""), e.sdp = t } return Promise.resolve(e) } function St(e) { if (!e.sdp || !e.type) throw new Error("Invalid SDP"); let t = e.sdp; const s = e.type; return t && (/a=(sendrecv|sendonly|recvonly|inactive)/.test(t) ? (t = t.replace(/a=sendrecv\r\n/g, "a=sendonly\r\n"), t = t.replace(/a=recvonly\r\n/g, "a=inactive\r\n")) : t = t.replace(/(m=[^\r]*\r\n)/g, "$1a=sendonly\r\n")), Promise.resolve({ sdp: t, type: s }) } function Rt(e) { if (e.length < 2) throw new Error("Start local conference requires at leaast 2 sessions."); var t; (t = e.map((e => e.sessionDescriptionHandler)), t.map(((e, s) => t.slice(s + 1).map((t => [e, t])))).reduce(((e, t) => e.concat(t)), [])).forEach((([e, t]) => { if (!(e instanceof yt && t instanceof yt)) throw new Error("Session description handler not instance of SessionManagerSessionDescriptionHandler"); e.joinWith(t) })) } class yt extends at { constructor(e, t, s) { super(e, t, s), yt.audioContext || (yt.audioContext = new AudioContext) } enableSenderTracks(e) { const t = this.localMediaStreamReal; if (void 0 === t) throw new Error("Stream undefined."); t.getAudioTracks().forEach((t => { t.enabled = e })) } initLocalMediaStream(e) { if (!yt.audioContext) throw new Error("SessionManagerSessionDescriptionHandler.audioContext undefined."); return this.localMediaStreamReal = e, this.localMediaStreamSourceNode = yt.audioContext.createMediaStreamSource(e), this.localMediaStreamDestinationNode = yt.audioContext.createMediaStreamDestination(), this.localMediaStreamSourceNode.connect(this.localMediaStreamDestinationNode), this.localMediaStreamDestinationNode.stream } joinWith(e) { if (!yt.audioContext) throw new Error("SessionManagerSessionDescriptionHandler.audioContext undefined."); const t = yt.audioContext.createMediaStreamSource(this.remoteMediaStream), s = e.localMediaStreamDestinationNode; if (void 0 === s) throw new Error("Peer outbound (local) stream local media stream destination is undefined."); t.connect(s); const i = yt.audioContext.createMediaStreamSource(e.remoteMediaStream), r = this.localMediaStreamDestinationNode; if (void 0 === r) throw new Error("Our outbound (local) stream local media stream destination is undefined."); i.connect(r) } setRealLocalMediaStream(e) { if (!yt.audioContext) throw new Error("SessionManagerSessionDescriptionHandler.audioContext undefined."); if (this.localMediaStreamReal) { if (!this.localMediaStreamDestinationNode || !this.localMediaStreamSourceNode || !this.localMediaStreamReal) throw new Error("Local media stream undefined."); this.localMediaStreamReal = e, this.localMediaStreamSourceNode.disconnect(this.localMediaStreamDestinationNode), this.localMediaStreamSourceNode = yt.audioContext.createMediaStreamSource(e), this.localMediaStreamSourceNode.connect(this.localMediaStreamDestinationNode) } else this.initLocalMediaStream(e) } } function Et() { return (e, t) => ({ session: t, held: !1, muted: !1 }) } class $t { constructor(e, t = {}) { this.managedSessions = [], this.attemptingReconnection = !1, this.optionsPingFailure = !1, this.optionsPingRunning = !1, this.shouldBeConnected = !1, this.shouldBeRegistered = !1, this.delegate = t.delegate, this.options = Object.assign({ aor: "", autoStop: !0, delegate: {}, iceStopWaitingOnServerReflexive: !1, managedSessionFactory: (e, t) => ({ session: t, held: !1, muted: !1 }), maxSimultaneousSessions: 2, media: {}, optionsPingInterval: -1, optionsPingRequestURI: "", reconnectionAttempts: 3, reconnectionDelay: 4, registrationRetry: !1, registrationRetryInterval: 3, registerGuard: null, registererOptions: {}, registererRegisterOptions: {}, sendDTMFUsingSessionDescriptionHandler: !1, userAgentOptions: {} }, $t.stripUndefinedProperties(t)); const s = Object.assign({}, t.userAgentOptions); if (s.transportConstructor || (s.transportConstructor = ht), s.transportOptions || (s.transportOptions = { server: e }), !s.uri && t.aor) { const e = dt.makeURI(t.aor); if (!e) throw new Error(`Failed to create valid URI from ${t.aor}`); s.uri = e } if (this.userAgent = new dt(s), this.userAgent.delegate = { onConnect: () => { this.logger.log("Connected"), this.delegate && this.delegate.onServerConnect && this.delegate.onServerConnect(), this.shouldBeRegistered && this.register(), this.options.optionsPingInterval > 0 && this.optionsPingStart() }, onDisconnect: async e => { this.logger.log("Disconnected"); let t = !1; this.options.optionsPingInterval > 0 && (t = this.optionsPingFailure, this.optionsPingFailure = !1, this.optionsPingStop()), this.delegate && this.delegate.onServerDisconnect && this.delegate.onServerDisconnect(e), (e || t) && (this.registerer && (this.logger.log("Disposing of registerer..."), this.registerer.dispose().catch((e => { this.logger.debug("Error occurred disposing of registerer after connection with server was lost."), this.logger.debug(e.toString()) })), this.registerer = void 0), this.managedSessions.slice().map((e => e.session)).forEach((async e => { this.logger.log("Disposing of session..."), e.dispose().catch((e => { this.logger.debug("Error occurred disposing of a session after connection with server was lost."), this.logger.debug(e.toString()) })) })), this.shouldBeConnected && this.attemptReconnection()) }, onInvite: e => { this.logger.log(`[${e.id}] Received INVITE`); const t = this.options.maxSimultaneousSessions; if (0 !== t && this.managedSessions.length > t) return this.logger.warn(`[${e.id}] Session already in progress, rejecting INVITE...`), void e.reject().then((() => { this.logger.log(`[${e.id}] Rejected INVITE`) })).catch((t => { this.logger.error(`[${e.id}] Failed to reject INVITE`), this.logger.error(t.toString()) })); const s = { sessionDescriptionHandlerOptions: { constraints: this.constraints } }; this.initSession(e, s), this.delegate && this.delegate.onCallReceived ? this.delegate.onCallReceived(e) : (this.logger.warn(`[${e.id}] No handler available, rejecting INVITE...`), e.reject().then((() => { this.logger.log(`[${e.id}] Rejected INVITE`) })).catch((t => { this.logger.error(`[${e.id}] Failed to reject INVITE`), this.logger.error(t.toString()) }))) }, onMessage: e => { e.accept().then((() => { this.delegate && this.delegate.onMessageReceived && this.delegate.onMessageReceived(e) })) }, onNotify: e => { e.accept().then((() => { this.delegate && this.delegate.onNotificationReceived && this.delegate.onNotificationReceived(e) })) } }, this.registererOptions = Object.assign({}, t.registererOptions), this.registererRegisterOptions = Object.assign({}, t.registererRegisterOptions), this.options.registrationRetry) { this.registererRegisterOptions.requestDelegate = this.registererRegisterOptions.requestDelegate || {}; const e = this.registererRegisterOptions.requestDelegate.onReject; this.registererRegisterOptions.requestDelegate.onReject = t => { e && e(t), this.attemptRegistration() } } this.logger = this.userAgent.getLogger("sip.SessionManager"), window.addEventListener("online", (() => { this.logger.log("Online"), this.shouldBeConnected && this.connect() })), this.options.autoStop && window.addEventListener("beforeunload", (async () => { this.shouldBeConnected = !1, this.shouldBeRegistered = !1, this.userAgent.state !== ae.Stopped && await this.userAgent.stop() })) } static stripUndefinedProperties(e) { return Object.keys(e).reduce(((t, s) => (void 0 !== e[s] && (t[s] = e[s]), t)), {}) } getLocalMediaStream(e) { const t = e.sessionDescriptionHandler; if (t) { if (!(t instanceof at)) throw new Error("Session description handler not instance of web SessionDescriptionHandler"); return t.localMediaStream } } getRemoteMediaStream(e) { const t = e.sessionDescriptionHandler; if (t) { if (!(t instanceof at)) throw new Error("Session description handler not instance of web SessionDescriptionHandler"); return t.remoteMediaStream } } getLocalAudioTrack(e) { var t; return null === (t = this.getLocalMediaStream(e)) || void 0 === t ? void 0 : t.getTracks().find((e => "audio" === e.kind)) } getLocalVideoTrack(e) { var t; return null === (t = this.getLocalMediaStream(e)) || void 0 === t ? void 0 : t.getTracks().find((e => "video" === e.kind)) } getRemoteAudioTrack(e) { var t; return null === (t = this.getRemoteMediaStream(e)) || void 0 === t ? void 0 : t.getTracks().find((e => "audio" === e.kind)) } getRemoteVideoTrack(e) { var t; return null === (t = this.getRemoteMediaStream(e)) || void 0 === t ? void 0 : t.getTracks().find((e => "video" === e.kind)) } async connect() { return this.logger.log("Connecting UserAgent..."), this.shouldBeConnected = !0, this.userAgent.state !== ae.Started ? this.userAgent.start() : this.userAgent.reconnect() } async disconnect() { return this.logger.log("Disconnecting UserAgent..."), this.userAgent.state === ae.Stopped ? Promise.resolve() : (this.shouldBeConnected = !1, this.shouldBeRegistered = !1, this.registerer = void 0, this.userAgent.stop()) } isConnected() { return this.userAgent.isConnected() } async register(e) { return this.logger.log("Registering UserAgent..."), this.shouldBeRegistered = !0, void 0 !== e && (this.registererRegisterOptions = Object.assign({}, e)), this.registerer || (this.registerer = new ge(this.userAgent, this.registererOptions), this.registerer.stateChange.addListener((e => { switch (e) { case ie.Initial: break; case ie.Registered: this.delegate && this.delegate.onRegistered && this.delegate.onRegistered(); break; case ie.Unregistered: this.delegate && this.delegate.onUnregistered && this.delegate.onUnregistered(), this.shouldBeRegistered && this.attemptRegistration(); break; case ie.Terminated: break; default: throw new Error("Unknown registerer state.") } }))), this.attemptRegistration(!0) } async unregister(e) { return this.logger.log("Unregistering UserAgent..."), this.shouldBeRegistered = !1, this.registerer ? this.registerer.unregister(e).then((() => { })) : (this.logger.warn("No registerer to unregister."), Promise.resolve()) } async call(e, t, s) { this.logger.log("Beginning Session..."); const i = this.options.maxSimultaneousSessions; if (0 !== i && this.managedSessions.length > i) return Promise.reject(new Error("Maximum number of sessions already exists.")); const r = dt.makeURI(e); if (!r) return Promise.reject(new Error(`Failed to create a valid URI from "${e}"`)); if (t || (t = {}), t.sessionDescriptionHandlerOptions || (t.sessionDescriptionHandlerOptions = {}), t.sessionDescriptionHandlerOptions.constraints || (t.sessionDescriptionHandlerOptions.constraints = this.constraints), t.earlyMedia) { (s = s || {}).requestDelegate = s.requestDelegate || {}; const e = s.requestDelegate.onProgress; s.requestDelegate.onProgress = t => { 183 === t.message.statusCode && this.setupRemoteMedia(n), e && e(t) } } this.options.iceStopWaitingOnServerReflexive && (t.delegate = t.delegate || {}, t.delegate.onSessionDescriptionHandler = e => { if (!(e instanceof at)) throw new Error("Session description handler not instance of SessionDescriptionHandler"); e.peerConnectionDelegate = { onicecandidate: t => { var s; if ("srflx" === (null === (s = t.candidate) || void 0 === s ? void 0 : s.type)) { this.logger.log(`[${n.id}] Found srflx ICE candidate, stop waiting...`); e.iceGatheringComplete() } } } }); const n = new ee(this.userAgent, r, t); return this.sendInvite(n, t, s).then((() => n)) } async hangup(e) { return this.logger.log(`[${e.id}] Hangup...`), this.sessionExists(e) ? this.terminate(e) : Promise.reject(new Error("Session does not exist.")) } async answer(e, t) { return this.logger.log(`[${e.id}] Accepting Invitation...`), this.sessionExists(e) ? e instanceof Q ? (t || (t = {}), t.sessionDescriptionHandlerOptions || (t.sessionDescriptionHandlerOptions = {}), t.sessionDescriptionHandlerOptions.constraints || (t.sessionDescriptionHandlerOptions.constraints = this.constraints), e.accept(t)) : Promise.reject(new Error("Session not instance of Invitation.")) : Promise.reject(new Error("Session does not exist.")) } async decline(e) { return this.logger.log(`[${e.id}] Rejecting Invitation...`), this.sessionExists(e) ? e instanceof Q ? e.reject() : Promise.reject(new Error("Session not instance of Invitation.")) : Promise.reject(new Error("Session does not exist.")) } async hold(e) { return this.logger.log(`[${e.id}] Holding session...`), this.setHold(e, !0) } async unhold(e) { return this.logger.log(`[${e.id}] Unholding session...`), this.setHold(e, !1) } isHeld(e) { const t = this.sessionManaged(e); return !!t && t.held } mute(e) { this.logger.log(`[${e.id}] Disabling media tracks...`), this.setMute(e, !0) } unmute(e) { this.logger.log(`[${e.id}] Enabling media tracks...`), this.setMute(e, !1) } isMuted(e) { const t = this.sessionManaged(e); return !!t && t.muted } async sendDTMF(e, t) { if (this.logger.log(`[${e.id}] Sending DTMF...`), !/^[0-9A-D#*,]$/.exec(t)) return Promise.reject(new Error("Invalid DTMF tone.")); if (!this.sessionExists(e)) return Promise.reject(new Error("Session does not exist.")); if (this.logger.log(`[${e.id}] Sending DTMF tone: ${t}`), this.options.sendDTMFUsingSessionDescriptionHandler) return e.sessionDescriptionHandler ? e.sessionDescriptionHandler.sendDtmf(t) ? Promise.resolve() : Promise.reject(new Error("Failed to send DTMF")) : Promise.reject(new Error("Session desciption handler undefined.")); { const s = { body: { contentDisposition: "render", contentType: "application/dtmf-relay", content: "Signal=" + t + "\r\nDuration=" + 2e3 } }; return e.info({ requestOptions: s }).then((() => { })) } } async transfer(e, t, s) { if (this.logger.log(`[${e.id}] Referring session...`), t instanceof z) return e.refer(t, s).then((() => { })); const i = dt.makeURI(t); return i ? e.refer(i, s).then((() => { })) : Promise.reject(new Error(`Failed to create a valid URI from "${t}"`)) } async message(e, t) { this.logger.log("Sending message..."); const s = dt.makeURI(e); return s ? new te(this.userAgent, s, t).message() : Promise.reject(new Error(`Failed to create a valid URI from "${e}"`)) } get constraints() { let e = { audio: !0, video: !1 }; return this.options.media.constraints && (e = Object.assign({}, this.options.media.constraints)), e } attemptReconnection(e = 1) { const t = this.options.reconnectionAttempts, s = this.options.reconnectionDelay; this.shouldBeConnected ? (this.attemptingReconnection && this.logger.log("Reconnection attempt already in progress"), e > t ? this.logger.log("Reconnection maximum attempts reached") : (1 === e ? this.logger.log(`Reconnection attempt ${e} of ${t} - trying`) : this.logger.log(`Reconnection attempt ${e} of ${t} - trying in ${s} seconds`), this.attemptingReconnection = !0, setTimeout((() => { if (!this.shouldBeConnected) return this.logger.log(`Reconnection attempt ${e} of ${t} - aborted`), void (this.attemptingReconnection = !1); this.userAgent.reconnect().then((() => { this.logger.log(`Reconnection attempt ${e} of ${t} - succeeded`), this.attemptingReconnection = !1 })).catch((s => { this.logger.log(`Reconnection attempt ${e} of ${t} - failed`), this.logger.error(s.message), this.attemptingReconnection = !1, this.attemptReconnection(++e) })) }), 1 === e ? 0 : 1e3 * s))) : this.logger.log("Should not be connected currently") } attemptRegistration(e = !1) { if (this.logger.log("Registration attempt " + (e ? "without delay" : "")), !this.shouldBeRegistered) return this.logger.log("Should not be registered currently"), Promise.resolve(); if (void 0 !== this.registrationAttemptTimeout) return this.logger.log("Registration attempt already in progress"), Promise.resolve(); const t = () => this.registerer ? this.isConnected() ? this.userAgent.state === ae.Stopped ? (this.logger.log("User agent stopped"), Promise.resolve()) : this.options.registerGuard ? this.options.registerGuard().catch((e => { throw this.logger.log("Register guard rejected will making registration attempt"), e })).then((e => e || !this.registerer ? Promise.resolve() : this.registerer.register(this.registererRegisterOptions).then((() => { })))) : this.registerer.register(this.registererRegisterOptions).then((() => { })) : (this.logger.log("User agent not connected"), Promise.resolve()) : (this.logger.log("Registerer undefined"), Promise.resolve()); return new Promise(((s, i) => { this.registrationAttemptTimeout = setTimeout((() => { t().then((() => { this.registrationAttemptTimeout = void 0, s() })).catch((e => { this.registrationAttemptTimeout = void 0, e instanceof a ? s() : i(e) })) }), e ? 0 : (e => { const t = 2 * e; return 1e3 * (Math.random() * (t - e) + e) })(this.options.registrationRetryInterval)) })) } cleanupMedia(e) { const t = this.sessionManaged(e); if (!t) throw new Error("Managed session does not exist."); t.mediaLocal && t.mediaLocal.video && (t.mediaLocal.video.srcObject = null, t.mediaLocal.video.pause()), t.mediaRemote && (t.mediaRemote.audio && (t.mediaRemote.audio.srcObject = null, t.mediaRemote.audio.pause()), t.mediaRemote.video && (t.mediaRemote.video.srcObject = null, t.mediaRemote.video.pause())) } enableReceiverTracks(e, t) { if (!this.sessionExists(e)) throw new Error("Session does not exist."); const s = e.sessionDescriptionHandler; if (!(s instanceof at)) throw new Error("Session's session description handler not instance of SessionDescriptionHandler."); s.enableReceiverTracks(t) } enableSenderTracks(e, t) { if (!this.sessionExists(e)) throw new Error("Session does not exist."); const s = e.sessionDescriptionHandler; if (!(s instanceof at)) throw new Error("Session's session description handler not instance of SessionDescriptionHandler."); s.enableSenderTracks(t) } initSession(e, t) { this.sessionAdd(e), this.delegate && this.delegate.onCallCreated && this.delegate.onCallCreated(e), e.stateChange.addListener((t => { switch (this.logger.log(`[${e.id}] Session state changed to ${t}`), t) { case Z.Initial: case Z.Establishing: break; case Z.Established: this.setupLocalMedia(e), this.setupRemoteMedia(e), this.delegate && this.delegate.onCallAnswered && this.delegate.onCallAnswered(e); break; case Z.Terminating: case Z.Terminated: this.sessionExists(e) && (this.cleanupMedia(e), this.sessionRemove(e), this.delegate && this.delegate.onCallHangup && this.delegate.onCallHangup(e)); break; default: throw new Error("Unknown session state.") } })), e.delegate = e.delegate || {}, e.delegate.onInfo = t => { var s; if (void 0 === (null === (s = this.delegate) || void 0 === s ? void 0 : s.onCallDTMFReceived)) return void t.reject(); const i = t.request.getHeader("content-type"); if (!i || !/^application\/dtmf-relay/i.exec(i)) return void t.reject(); const r = t.request.body.split("\r\n", 2); if (2 !== r.length) return void t.reject(); let n; const o = /^(Signal\s*?=\s*?)([0-9A-D#*]{1})(\s)?.*/; if (void 0 !== r[0] && o.test(r[0]) && (n = r[0].replace(o, "$2")), !n) return void t.reject(); let a; const c = /^(Duration\s?=\s?)([0-9]{1,4})(\s)?.*/; void 0 !== r[1] && c.test(r[1]) && (a = parseInt(r[1].replace(c, "$2"), 10)), a ? t.accept().then((() => { if (this.delegate && this.delegate.onCallDTMFReceived) { if (!n || !a) throw new Error("Tone or duration undefined."); this.delegate.onCallDTMFReceived(e, n, a) } })).catch((e => { this.logger.error(e.message) })) : t.reject() }, e.delegate.onRefer = e => { e.accept().then((() => this.sendInvite(e.makeInviter(t), t))).catch((e => { this.logger.error(e.message) })) } } optionsPingRun(e, t, s) { if (this.options.optionsPingInterval < 1) throw new Error("Invalid options ping interval."); this.optionsPingRunning || (this.optionsPingRunning = !0, this.optionsPingTimeout = setTimeout((() => { this.optionsPingTimeout = void 0; const i = () => { this.optionsPingFailure = !1, this.optionsPingRunning && (this.optionsPingRunning = !1, this.optionsPingRun(e, t, s)) }, r = () => { this.logger.error("OPTIONS ping failed"), this.optionsPingFailure = !0, this.optionsPingRunning = !1, this.userAgent.transport.disconnect().catch((e => this.logger.error(e))) }, n = this.userAgent.userAgentCore, o = n.makeOutgoingRequestMessage("OPTIONS", e, t, s, {}); this.optionsPingRequest = n.request(o, { onAccept: () => { this.optionsPingRequest = void 0, i() }, onReject: e => { this.optionsPingRequest = void 0, 408 === e.message.statusCode || 503 === e.message.statusCode ? r() : i() } }) }), 1e3 * this.options.optionsPingInterval)) } optionsPingStart() { let e, t, s; if (this.logger.log("OPTIONS pings started"), this.options.optionsPingRequestURI) { if (e = dt.makeURI(this.options.optionsPingRequestURI), !e) throw new Error("Failed to create Request URI."); t = this.userAgent.contact.uri.clone(), s = this.userAgent.contact.uri.clone() } else { if (!this.options.aor) return void this.logger.error("You have enabled sending OPTIONS pings and as such you must provide either a) an AOR to register, or b) an RURI to use for the target of the OPTIONS ping requests. "); { const i = dt.makeURI(this.options.aor); if (!i) throw new Error("Failed to create URI."); e = i.clone(), e.user = void 0, t = i.clone(), s = i.clone() } } this.optionsPingRun(e, t, s) } optionsPingStop() { this.logger.log("OPTIONS pings stopped"), this.optionsPingRunning = !1, this.optionsPingFailure = !1, this.optionsPingRequest && (this.optionsPingRequest.dispose(), this.optionsPingRequest = void 0), this.optionsPingTimeout && (clearTimeout(this.optionsPingTimeout), this.optionsPingTimeout = void 0) } async sendInvite(e, t, s) { return this.initSession(e, t), e.invite(s).then((() => { this.logger.log(`[${e.id}] Sent INVITE`) })) } sessionAdd(e) { const t = this.options.managedSessionFactory(this, e); this.managedSessions.push(t) } sessionExists(e) { return void 0 !== this.sessionManaged(e) } sessionManaged(e) { return this.managedSessions.find((t => t.session.id === e.id)) } sessionRemove(e) { this.managedSessions = this.managedSessions.filter((t => t.session.id !== e.id)) } async setHold(e, t) { if (!this.sessionExists(e)) return Promise.reject(new Error("Session does not exist.")); if (this.isHeld(e) === t) return Promise.resolve(); if (!(e.sessionDescriptionHandler instanceof at)) throw new Error("Session's session description handler not instance of SessionDescriptionHandler."); const s = { requestDelegate: { onAccept: () => { const s = this.sessionManaged(e); void 0 !== s && (s.held = t, this.enableReceiverTracks(e, !s.held), this.enableSenderTracks(e, !s.held && !s.muted), this.delegate && this.delegate.onCallHold && this.delegate.onCallHold(e, s.held)) }, onReject: () => { this.logger.warn(`[${e.id}] Re-invite request was rejected`); const s = this.sessionManaged(e); void 0 !== s && (s.held = !t, this.enableReceiverTracks(e, !s.held), this.enableSenderTracks(e, !s.held && !s.muted), this.delegate && this.delegate.onCallHold && this.delegate.onCallHold(e, s.held)) } } }, i = e.sessionDescriptionHandlerOptionsReInvite; i.hold = t, e.sessionDescriptionHandlerOptionsReInvite = i; const r = this.sessionManaged(e); if (!r) throw new Error("Managed session is undefiend."); return r.held = t, e.invite(s).then((() => { const t = this.sessionManaged(e); void 0 !== t && (this.enableReceiverTracks(e, !t.held), this.enableSenderTracks(e, !t.held && !t.muted)) })).catch((s => { throw r.held = !t, s instanceof a && this.logger.error(`[${e.id}] A hold request is already in progress.`), s })) } setMute(e, t) { if (!this.sessionExists(e)) return void this.logger.warn(`[${e.id}] A session is required to enabled/disable media tracks`); if (e.state !== Z.Established) return void this.logger.warn(`[${e.id}] An established session is required to enable/disable media tracks`); const s = this.sessionManaged(e); void 0 !== s && (s.muted = t, this.enableSenderTracks(e, !s.held && !s.muted)) } setupLocalMedia(e) { const t = this.sessionManaged(e); if (!t) throw new Error("Managed session does not exist."); const s = "function" == typeof this.options.media.local ? this.options.media.local(e) : this.options.media.local; t.mediaLocal = s; const i = null == s ? void 0 : s.video; if (i) { const t = this.getLocalMediaStream(e); if (!t) throw new Error("Local media stream undefiend."); i.srcObject = t, i.volume = 0, i.play().catch((t => { this.logger.error(`[${e.id}] Failed to play local media`), this.logger.error(t.message) })) } } setupRemoteMedia(e) { const t = this.sessionManaged(e); if (!t) throw new Error("Managed session does not exist."); const s = "function" == typeof this.options.media.remote ? this.options.media.remote(e) : this.options.media.remote; t.mediaRemote = s; const i = (null == s ? void 0 : s.video) || (null == s ? void 0 : s.audio); if (i) { const t = this.getRemoteMediaStream(e); if (!t) throw new Error("Remote media stream undefiend."); i.autoplay = !0, i.srcObject = t, i.play().catch((t => { this.logger.error(`[${e.id}] Failed to play remote media`), this.logger.error(t.message) })), t.onaddtrack = () => { this.logger.log("Remote media onaddtrack"), i.load(), i.play().catch((t => { this.logger.error(`[${e.id}] Failed to play remote media`), this.logger.error(t.message) })) } } } async terminate(e) { switch (this.logger.log(`[${e.id}] Terminating...`), e.state) { case Z.Initial: if (e instanceof ee) return e.cancel().then((() => { this.logger.log(`[${e.id}] Inviter never sent INVITE (canceled)`) })); if (e instanceof Q) return e.reject().then((() => { this.logger.log(`[${e.id}] Invitation rejected (sent 480)`) })); throw new Error("Unknown session type."); case Z.Establishing: if (e instanceof ee) return e.cancel().then((() => { this.logger.log(`[${e.id}] Inviter canceled (sent CANCEL)`) })); if (e instanceof Q) return e.reject().then((() => { this.logger.log(`[${e.id}] Invitation rejected (sent 480)`) })); throw new Error("Unknown session type."); case Z.Established: return e.bye().then((() => { this.logger.log(`[${e.id}] Session ended (sent BYE)`) })); case Z.Terminating: case Z.Terminated: break; default: throw new Error("Unknown state") }return this.logger.log(`[${e.id}] Terminating in state ${e.state}, no action taken`), Promise.resolve() } } class It { constructor(e, t = {}) { this.session = void 0, this.delegate = t.delegate, this.options = Object.assign({}, t); const s = { aor: this.options.aor, delegate: { onCallAnswered: () => { var e, t; return null === (t = null === (e = this.delegate) || void 0 === e ? void 0 : e.onCallAnswered) || void 0 === t ? void 0 : t.call(e) }, onCallCreated: e => { var t, s; this.session = e, null === (s = null === (t = this.delegate) || void 0 === t ? void 0 : t.onCallCreated) || void 0 === s || s.call(t) }, onCallReceived: () => { var e, t; return null === (t = null === (e = this.delegate) || void 0 === e ? void 0 : e.onCallReceived) || void 0 === t ? void 0 : t.call(e) }, onCallHangup: () => { var e, t; this.session = void 0, (null === (e = this.delegate) || void 0 === e ? void 0 : e.onCallHangup) && (null === (t = this.delegate) || void 0 === t || t.onCallHangup()) }, onCallHold: (e, t) => { var s, i; return null === (i = null === (s = this.delegate) || void 0 === s ? void 0 : s.onCallHold) || void 0 === i ? void 0 : i.call(s, t) }, onCallDTMFReceived: (e, t, s) => { var i, r; return null === (r = null === (i = this.delegate) || void 0 === i ? void 0 : i.onCallDTMFReceived) || void 0 === r ? void 0 : r.call(i, t, s) }, onMessageReceived: e => { var t, s; return null === (s = null === (t = this.delegate) || void 0 === t ? void 0 : t.onMessageReceived) || void 0 === s ? void 0 : s.call(t, e.request.body) }, onRegistered: () => { var e, t; return null === (t = null === (e = this.delegate) || void 0 === e ? void 0 : e.onRegistered) || void 0 === t ? void 0 : t.call(e) }, onUnregistered: () => { var e, t; return null === (t = null === (e = this.delegate) || void 0 === e ? void 0 : e.onUnregistered) || void 0 === t ? void 0 : t.call(e) }, onServerConnect: () => { var e, t; return null === (t = null === (e = this.delegate) || void 0 === e ? void 0 : e.onServerConnect) || void 0 === t ? void 0 : t.call(e) }, onServerDisconnect: () => { var e, t; return null === (t = null === (e = this.delegate) || void 0 === e ? void 0 : e.onServerDisconnect) || void 0 === t ? void 0 : t.call(e) } }, maxSimultaneousSessions: 1, media: this.options.media, reconnectionAttempts: this.options.reconnectionAttempts, reconnectionDelay: this.options.reconnectionDelay, registererOptions: this.options.registererOptions, sendDTMFUsingSessionDescriptionHandler: this.options.sendDTMFUsingSessionDescriptionHandler, userAgentOptions: this.options.userAgentOptions }; this.sessionManager = new $t(e, s), this.logger = this.sessionManager.userAgent.getLogger("sip.SimpleUser") } get id() { return this.options.userAgentOptions && this.options.userAgentOptions.displayName || "Anonymous" } get localMediaStream() { return this.session && this.sessionManager.getLocalMediaStream(this.session) } get remoteMediaStream() { return this.session && this.sessionManager.getRemoteMediaStream(this.session) } get localAudioTrack() { return this.session && this.sessionManager.getLocalAudioTrack(this.session) } get localVideoTrack() { return this.session && this.sessionManager.getLocalVideoTrack(this.session) } get remoteAudioTrack() { return this.session && this.sessionManager.getRemoteAudioTrack(this.session) } get remoteVideoTrack() { return this.session && this.sessionManager.getRemoteVideoTrack(this.session) } connect() { return this.logger.log(`[${this.id}] Connecting UserAgent...`), this.sessionManager.connect() } disconnect() { return this.logger.log(`[${this.id}] Disconnecting UserAgent...`), this.sessionManager.disconnect() } isConnected() { return this.sessionManager.isConnected() } register(e) { return this.logger.log(`[${this.id}] Registering UserAgent...`), this.sessionManager.register(e) } unregister(e) { return this.logger.log(`[${this.id}] Unregistering UserAgent...`), this.sessionManager.unregister(e) } call(e, t, s) { return this.logger.log(`[${this.id}] Beginning Session...`), this.session ? Promise.reject(new Error("Session already exists.")) : this.sessionManager.call(e, t, s).then((() => { })) } hangup() { return this.logger.log(`[${this.id}] Hangup...`), this.session ? this.sessionManager.hangup(this.session).then((() => { this.session = void 0 })) : Promise.reject(new Error("Session does not exist.")) } answer(e) { return this.logger.log(`[${this.id}] Accepting Invitation...`), this.session ? this.sessionManager.answer(this.session, e) : Promise.reject(new Error("Session does not exist.")) } decline() { return this.logger.log(`[${this.id}] rejecting Invitation...`), this.session ? this.sessionManager.decline(this.session) : Promise.reject(new Error("Session does not exist.")) } hold() { return this.logger.log(`[${this.id}] holding session...`), this.session ? this.sessionManager.hold(this.session) : Promise.reject(new Error("Session does not exist.")) } unhold() { return this.logger.log(`[${this.id}] unholding session...`), this.session ? this.sessionManager.unhold(this.session) : Promise.reject(new Error("Session does not exist.")) } isHeld() { return !!this.session && this.sessionManager.isHeld(this.session) } mute() { return this.logger.log(`[${this.id}] disabling media tracks...`), this.session && this.sessionManager.mute(this.session) } unmute() { return this.logger.log(`[${this.id}] enabling media tracks...`), this.session && this.sessionManager.unmute(this.session) } isMuted() { return !!this.session && this.sessionManager.isMuted(this.session) } sendDTMF(e) { return this.logger.log(`[${this.id}] sending DTMF...`), this.session ? this.sessionManager.sendDTMF(this.session, e) : Promise.reject(new Error("Session does not exist.")) } message(e, t) { return this.logger.log(`[${this.id}] sending message...`), this.sessionManager.message(e, t) } } const Ct = r, At = "sip.js"; return t })()));
|