mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
fixed feature server kill currenttask if jambonz hangup the call (#948)
This commit is contained in:
@@ -72,6 +72,8 @@ class InboundCallSession extends CallSession {
|
|||||||
|
|
||||||
_jambonzHangup() {
|
_jambonzHangup() {
|
||||||
this.dlg?.destroy();
|
this.dlg?.destroy();
|
||||||
|
// kill current task or wakeup the call session.
|
||||||
|
this._callReleased();
|
||||||
}
|
}
|
||||||
|
|
||||||
_hangup(terminatedBy = 'jambonz') {
|
_hangup(terminatedBy = 'jambonz') {
|
||||||
|
|||||||
Reference in New Issue
Block a user