update to latest drachtio-srf and drachtio-fsmrf

This commit is contained in:
Dave Horton
2022-12-21 12:19:29 -05:00
parent 9f95fde67e
commit 6d86793494
3 changed files with 2698 additions and 2058 deletions

View File

@@ -136,7 +136,7 @@ router.post('/', async(req, res) => {
}
else if (!app.notifier) {
logger.debug('creating null call status hook');
app.notifier = {request: () => {}};
app.notifier = {request: () => {}, close: () => {}};
}
/* now launch the outdial */