bugfix: include custom jambonz headers on rest outdial

This commit is contained in:
Dave Horton
2022-01-28 13:36:06 -05:00
parent ce738a7852
commit 36683dc151

View File

@@ -35,6 +35,8 @@ router.post('/', async(req, res) => {
opts.headers = {
...opts.headers,
'X-Jambonz-Routing': target.type,
'X-Jambonz-FS-UUID': srf.locals.fsUUID,
'X-Call-Sid': callSid,
'X-Account-Sid': req.body.account_sid
};