mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2025-12-19 04:27:45 +00:00
update deps
This commit is contained in:
5
app.js
5
app.js
@@ -26,6 +26,11 @@ const {performLcr} = require('jambonz-db-helpers')({
|
||||
connectionLimit: process.env.JAMBONES_MYSQL_CONNECTION_LIMIT || 10
|
||||
}, logger);
|
||||
srf.locals.dbHelpers = {performLcr};
|
||||
const {getRtpEngine} = require('jambonz-rtpengine-utils')(process.env.JAMBONES_RTPENGINES.split(','), logger, {
|
||||
emitter: srf.locals.stats
|
||||
});
|
||||
srf.locals.getRtpEngine = getRtpEngine;
|
||||
|
||||
const activeCallIds = srf.locals.activeCallIds = new Set();
|
||||
|
||||
if (process.env.DRACHTIO_HOST) {
|
||||
|
||||
Reference in New Issue
Block a user