mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
fixed adulting call session does not send status callback if hangup is used (#907)
This commit is contained in:
@@ -447,6 +447,8 @@ class SingleDialer extends Emitter {
|
|||||||
});
|
});
|
||||||
|
|
||||||
cs.req = this.req;
|
cs.req = this.req;
|
||||||
|
// fixed hangup an adulting session does not send status callback Completed
|
||||||
|
cs.wrapDialog(this.dlg);
|
||||||
cs.exec().catch((err) => newLogger.error({err}, 'doAdulting: error executing session'));
|
cs.exec().catch((err) => newLogger.error({err}, 'doAdulting: error executing session'));
|
||||||
return cs;
|
return cs;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user