refine prev checkin

This commit is contained in:
Dave Horton
2020-04-15 11:08:28 -04:00
parent 592b0fa2aa
commit 5f1eead24f

View File

@@ -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 */