mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
update to latest realtimedb-helpers
This commit is contained in:
@@ -16,7 +16,7 @@ router.post('/', async(req, res) => {
|
||||
const accountSid = req.body.account_sid;
|
||||
const {srf} = require('../../..');
|
||||
|
||||
logger.debug({body: req.body, srfLocals: srf.locals}, 'got createCall request');
|
||||
logger.debug({body: req.body}, 'got createCall request');
|
||||
try {
|
||||
let uri, cs, to;
|
||||
const restDial = makeTask(logger, {'rest:dial': req.body});
|
||||
|
||||
Reference in New Issue
Block a user