mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
fix aldulting call does not send status callback when hhangup (#623)
This commit is contained in:
@@ -415,6 +415,8 @@ class SingleDialer extends Emitter {
|
|||||||
this.accountInfo.account.webhook_secret);
|
this.accountInfo.account.webhook_secret);
|
||||||
else app.notifier = {request: () => {}, close: () => {}};
|
else app.notifier = {request: () => {}, close: () => {}};
|
||||||
}
|
}
|
||||||
|
// Replace old application with new application.
|
||||||
|
this.application = app;
|
||||||
const cs = new AdultingCallSession({
|
const cs = new AdultingCallSession({
|
||||||
logger: newLogger,
|
logger: newLogger,
|
||||||
singleDialer: this,
|
singleDialer: this,
|
||||||
|
|||||||
Reference in New Issue
Block a user