fixes for freeswitch initialization

This commit is contained in:
Dave Horton
2020-04-06 11:38:37 -04:00
parent f54513f166
commit bec31f1895
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ function initMS(logger, wrapper, ms) {
}
function installSrfLocals(srf, logger) {
logger.debug('installing srf locals');
assert(!srf.locals.dbHelpers);
const {getSBC} = require('./sbc-pinger')(logger);
const StatsCollector = require('jambonz-stats-collector');