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:
@@ -381,7 +381,8 @@ class SingleDialer extends Emitter {
|
||||
callInfo: this.callInfo,
|
||||
accountInfo: this.accountInfo,
|
||||
tasks,
|
||||
rootSpan: this.rootSpan
|
||||
rootSpan: this.rootSpan,
|
||||
req: this.req
|
||||
});
|
||||
await cs.exec();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user