mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2025-12-19 04:27:45 +00:00
fix duplicate attempt to destroy dialog
This commit is contained in:
@@ -686,7 +686,6 @@ class CallSession extends Emitter {
|
|||||||
if (!IMMUTABLE_HEADERS.includes(h)) headers[h] = bye.headers[h];
|
if (!IMMUTABLE_HEADERS.includes(h)) headers[h] = bye.headers[h];
|
||||||
});
|
});
|
||||||
await other.destroy({headers});
|
await other.destroy({headers});
|
||||||
await other.destroy();
|
|
||||||
} catch (err) {}
|
} catch (err) {}
|
||||||
|
|
||||||
const trackingOn = process.env.JAMBONES_TRACK_ACCOUNT_CALLS ||
|
const trackingOn = process.env.JAMBONES_TRACK_ACCOUNT_CALLS ||
|
||||||
|
|||||||
Reference in New Issue
Block a user