diff --git a/lib/tasks/dial.js b/lib/tasks/dial.js index 76eaa483..40efcac9 100644 --- a/lib/tasks/dial.js +++ b/lib/tasks/dial.js @@ -630,7 +630,7 @@ class TaskDial extends Task { if (this.parentDtmfCollector) this._installDtmfDetection(cs, cs.dlg); if (this.childDtmfCollector) this._installDtmfDetection(cs, this.dlg); - if (this.transcribeTask) this.transcribeTask.exec(cs, {ep2: this.epOther, ep:this.ep}); + if (this.transcribeTask) this.transcribeTask.exec(cs, {ep: this.epOther, ep2:this.ep}); if (this.listenTask) this.listenTask.exec(cs, {ep: this.epOther}); if (this.startAmd) { try {