mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2025-12-19 04:37:43 +00:00
Feat/3pcc invite (#187)
* wip * wip * wip * add test for late media / 3pcc invite, which should now work
This commit is contained in:
4
app.js
4
app.js
@@ -244,10 +244,6 @@ srf.invite((req, res) => {
|
||||
}
|
||||
return session.replaces(req, res);
|
||||
}
|
||||
if (req.locals.sdp === '') {
|
||||
logger.info('no sdp in invite');
|
||||
return res.send(488, {headers: {'X-Reason': '3pcc INVITEs without SDP are not currently supported'}});
|
||||
}
|
||||
const session = new CallSession(logger, req, res);
|
||||
session.connect();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user