mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
update to latest drachtio-srf and drachtio-fsmrf
This commit is contained in:
@@ -136,7 +136,7 @@ router.post('/', async(req, res) => {
|
|||||||
}
|
}
|
||||||
else if (!app.notifier) {
|
else if (!app.notifier) {
|
||||||
logger.debug('creating null call status hook');
|
logger.debug('creating null call status hook');
|
||||||
app.notifier = {request: () => {}};
|
app.notifier = {request: () => {}, close: () => {}};
|
||||||
}
|
}
|
||||||
|
|
||||||
/* now launch the outdial */
|
/* now launch the outdial */
|
||||||
|
|||||||
964
package-lock.json
generated
964
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -42,8 +42,8 @@
|
|||||||
"bent": "^7.3.12",
|
"bent": "^7.3.12",
|
||||||
"debug": "^4.3.4",
|
"debug": "^4.3.4",
|
||||||
"deepcopy": "^2.1.0",
|
"deepcopy": "^2.1.0",
|
||||||
"drachtio-fsmrf": "^3.0.11",
|
"drachtio-fsmrf": "^3.0.12",
|
||||||
"drachtio-srf": "^4.5.18",
|
"drachtio-srf": "^4.5.19",
|
||||||
"express": "^4.18.1",
|
"express": "^4.18.1",
|
||||||
"helmet": "^5.1.0",
|
"helmet": "^5.1.0",
|
||||||
"ip": "^1.1.8",
|
"ip": "^1.1.8",
|
||||||
|
|||||||
Reference in New Issue
Block a user