bugfix: transcribe of a dialed call can now occur on both legs

This commit is contained in:
Dave Horton
2022-05-15 13:45:55 -04:00
parent 0ee13fb794
commit c3e5ffa52d
2 changed files with 33 additions and 21 deletions

View File

@@ -606,7 +606,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, this.epOther);
if (this.transcribeTask) this.transcribeTask.exec(cs, this.epOther, this.ep);
if (this.listenTask) this.listenTask.exec(cs, this.epOther);
/* if we can release the media back to the SBC, do so now */