mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-02-15 10:49:07 +00:00
bugfix: broken enqueue waitHook (#113)
This commit is contained in:
@@ -551,7 +551,8 @@ class Conference extends Task {
|
|||||||
accountInfo: cs.accountInfo,
|
accountInfo: cs.accountInfo,
|
||||||
memberId: this.memberId,
|
memberId: this.memberId,
|
||||||
confName: this.confName,
|
confName: this.confName,
|
||||||
tasks
|
tasks,
|
||||||
|
rootSpan: cs.rootSpan
|
||||||
});
|
});
|
||||||
await this._playSession.exec();
|
await this._playSession.exec();
|
||||||
this._playSession = null;
|
this._playSession = null;
|
||||||
|
|||||||
@@ -349,7 +349,8 @@ class TaskEnqueue extends Task {
|
|||||||
ep: cs.ep,
|
ep: cs.ep,
|
||||||
callInfo: cs.callInfo,
|
callInfo: cs.callInfo,
|
||||||
accountInfo: cs.accountInfo,
|
accountInfo: cs.accountInfo,
|
||||||
tasks: tasksToRun
|
tasks: tasksToRun,
|
||||||
|
rootSpan: cs.rootSpan
|
||||||
});
|
});
|
||||||
await this._playSession.exec();
|
await this._playSession.exec();
|
||||||
this._playSession = null;
|
this._playSession = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user