respond to re-INVITE during race condition. (#1527)

This commit is contained in:
Ed Robbins
2026-03-20 10:41:07 -04:00
committed by GitHub
parent 5bd1c53f7d
commit 18a13971ca
2 changed files with 2 additions and 0 deletions

View File

@@ -2785,6 +2785,7 @@ Duration=${duration} `
}
} catch (err) {
this.logger.error(err, 'Error handling reinvite');
res.send(err.status || 500);
}
}

View File

@@ -290,6 +290,7 @@ class SingleDialer extends Emitter {
}
} catch (err) {
this.logger.error(err, 'Error handling reinvite');
res.send(err.status || 500);
}
})
.on('refer', (req, res) => {