mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
bugfix #14 - incorrect from when PAI differs from From header
This commit is contained in:
@@ -81,7 +81,7 @@ router.post('/', async(req, res) => {
|
||||
res.status(500).send('Call Failure');
|
||||
ep.destroy();
|
||||
}
|
||||
/* ok our outbound NVITE is in flight */
|
||||
/* ok our outbound INVITE is in flight */
|
||||
|
||||
const tasks = [restDial];
|
||||
const callInfo = new CallInfo({
|
||||
|
||||
Reference in New Issue
Block a user