sip-connector 20.5.0 → 20.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{@SipConnector-DoyWexFp.js → @SipConnector-B4noAdXF.js} +14 -14
- package/dist/{@SipConnector-TNDGO7MW.cjs → @SipConnector-C09GtMW6.cjs} +1 -1
- package/dist/ConnectionManager/events.d.ts +2 -2
- package/dist/SessionManager/index.d.ts +1 -1
- package/dist/SessionManager/selectors.d.ts +2 -1
- package/dist/SessionManager/types.d.ts +20 -0
- package/dist/doMock.cjs +1 -1
- package/dist/doMock.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +213 -186
- package/package.json +5 -5
|
@@ -2707,8 +2707,8 @@ class xt extends q {
|
|
|
2707
2707
|
};
|
|
2708
2708
|
}
|
|
2709
2709
|
handleRegistrationFailed = (e) => {
|
|
2710
|
-
const
|
|
2711
|
-
this.toFailed(
|
|
2710
|
+
const t = e.response?.status_code ?? "Unknown", s = e.response?.reason_phrase ?? "Registration failed", i = new Error(`Registration failed: ${t} ${s}`);
|
|
2711
|
+
this.toFailed(i);
|
|
2712
2712
|
};
|
|
2713
2713
|
handleConnectFailed = (e) => {
|
|
2714
2714
|
this.toFailed(e instanceof Error ? e : void 0);
|
|
@@ -5272,20 +5272,20 @@ export {
|
|
|
5272
5272
|
Te as E,
|
|
5273
5273
|
it as O,
|
|
5274
5274
|
xs as S,
|
|
5275
|
-
|
|
5276
|
-
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5275
|
+
Ht as a,
|
|
5276
|
+
tt as b,
|
|
5277
|
+
Cn as c,
|
|
5278
|
+
Ce as d,
|
|
5279
|
+
Mt as e,
|
|
5280
|
+
je as f,
|
|
5281
|
+
Vs as g,
|
|
5282
5282
|
Jt as h,
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
|
|
5283
|
+
Hs as i,
|
|
5284
|
+
Ws as j,
|
|
5285
|
+
C as k,
|
|
5286
5286
|
h as l,
|
|
5287
|
-
|
|
5288
|
-
|
|
5287
|
+
kn as m,
|
|
5288
|
+
Yn as n,
|
|
5289
5289
|
bt as o,
|
|
5290
5290
|
B as p,
|
|
5291
5291
|
bn as s
|