mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
bugfix: rest outdial issue caused by req.srf not properly set
This commit is contained in:
@@ -122,6 +122,7 @@ router.post('/', async(req, res) => {
|
||||
res.status(500).send('Call Failure');
|
||||
return;
|
||||
}
|
||||
inviteReq.srf = srf;
|
||||
/* ok our outbound INVITE is in flight */
|
||||
|
||||
const tasks = [restDial];
|
||||
|
||||
Reference in New Issue
Block a user