bugfix: another tracing fix on rest outdial

This commit is contained in:
Dave Horton
2022-04-03 18:44:27 -04:00
parent 398daa87d5
commit 6163657845

View File

@@ -147,6 +147,11 @@ router.post('/', async(req, res) => {
return; return;
} }
inviteReq.srf = srf; inviteReq.srf = srf;
inviteReq.locals = {
...(inviteReq || {}),
callSid,
application_sid: app.application_sid
};
/* ok our outbound INVITE is in flight */ /* ok our outbound INVITE is in flight */
const tasks = [restDial]; const tasks = [restDial];