diff --git a/lib/call-session.js b/lib/call-session.js index 7613772..0ad7efe 100644 --- a/lib/call-session.js +++ b/lib/call-session.js @@ -686,7 +686,6 @@ class CallSession extends Emitter { if (!IMMUTABLE_HEADERS.includes(h)) headers[h] = bye.headers[h]; }); await other.destroy({headers}); - await other.destroy(); } catch (err) {} const trackingOn = process.env.JAMBONES_TRACK_ACCOUNT_CALLS ||