fixed feature server kill currenttask if jambonz hangup the call (#948)

This commit is contained in:
Hoan Luu Huu
2024-10-26 21:21:16 +07:00
committed by GitHub
parent 8e4995ec02
commit 24126ef1ec

View File

@@ -72,6 +72,8 @@ class InboundCallSession extends CallSession {
_jambonzHangup() {
this.dlg?.destroy();
// kill current task or wakeup the call session.
this._callReleased();
}
_hangup(terminatedBy = 'jambonz') {