mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2025-12-19 04:27:45 +00:00
wip (#155)
This commit is contained in:
4
app.js
4
app.js
@@ -68,6 +68,8 @@ const {
|
||||
decrKey,
|
||||
retrieveSet,
|
||||
isMemberOfSet,
|
||||
addKey,
|
||||
retrieveKey
|
||||
} = require('@jambonz/realtimedb-helpers')({}, logger);
|
||||
|
||||
const activeCallIds = new Map();
|
||||
@@ -101,6 +103,8 @@ srf.locals = {...srf.locals,
|
||||
},
|
||||
realtimeDbHelpers: {
|
||||
client: redisClient,
|
||||
addKey,
|
||||
retrieveKey,
|
||||
createHash,
|
||||
retrieveHash,
|
||||
incrKey,
|
||||
|
||||
Reference in New Issue
Block a user