mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
fix ConfirmCallSession cannot be played (#993)
* fix ConfirmCallSession cannot be played * fix review comments * fix review comments
This commit is contained in:
@@ -1048,7 +1048,8 @@ class TaskDial extends Task {
|
||||
callInfo: this.cs.callInfo,
|
||||
accountInfo: this.cs.accountInfo,
|
||||
tasks,
|
||||
rootSpan: this.cs.rootSpan
|
||||
rootSpan: this.cs.rootSpan,
|
||||
req: this.cs.req
|
||||
});
|
||||
await this._onHoldSession.exec();
|
||||
this._onHoldSession = null;
|
||||
|
||||
Reference in New Issue
Block a user