Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davehorton committed Nov 16, 2024
1 parent dc757b5 commit 5e7c665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,10 @@ Duration=${payload.duration} `
'Contact': this.contactHeader
}
});
/* no media going through us now we can destroy the rtpengine resource */
this.rtpEngineResource.destroy().catch((err) => {
this.logger.info({err}, 'Error destroying rtpengine resource after full media release');
});
return;
}

Expand Down

0 comments on commit 5e7c665

Please sign in to comment.