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.
@@ -2707,8 +2707,8 @@ class xt extends q {
2707
2707
  };
2708
2708
  }
2709
2709
  handleRegistrationFailed = (e) => {
2710
- const { response: t } = e, s = t.status_code || "Unknown", i = t.reason_phrase || "Registration failed", r = new Error(`Registration failed: ${s} ${i}`);
2711
- this.toFailed(r);
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
- tt as a,
5276
- Cn as b,
5277
- Ce as c,
5278
- Mt as d,
5279
- je as e,
5280
- Vs as f,
5281
- Hs as g,
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
- Ws as i,
5284
- C as j,
5285
- kn as k,
5283
+ Hs as i,
5284
+ Ws as j,
5285
+ C as k,
5286
5286
  h as l,
5287
- Yn as m,
5288
- Ht as n,
5287
+ kn as m,
5288
+ Yn as n,
5289
5289
  bt as o,
5290
5290
  B as p,
5291
5291
  bn as s