Skip to content

Commit

Permalink
Merge branch 'feat/refer_custom_headers' of https://github.com/jambon…
Browse files Browse the repository at this point in the history
…z/sbc-outbound into feat/refer_custom_headers
  • Loading branch information
xquanluu committed Nov 25, 2024
2 parents da4410e + aa7ddf5 commit 2a68a11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ||
Expand Down

0 comments on commit 2a68a11

Please sign in to comment.