mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
refine prev checkin
This commit is contained in:
@@ -79,7 +79,6 @@ router.post('/', async(req, res) => {
|
|||||||
if (err) {
|
if (err) {
|
||||||
logger.error(err, 'createCall Error creating call');
|
logger.error(err, 'createCall Error creating call');
|
||||||
res.status(500).send('Call Failure');
|
res.status(500).send('Call Failure');
|
||||||
ep.destroy();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/* ok our outbound INVITE is in flight */
|
/* ok our outbound INVITE is in flight */
|
||||||
|
|||||||
Reference in New Issue
Block a user