add X-Application-Sid in outdials so it ends up in cdr

This commit is contained in:
Dave Horton
2023-06-09 12:46:48 -04:00
parent ffdb7a0bb5
commit 3df8b66a09
3 changed files with 6 additions and 1 deletions

View File

@@ -668,7 +668,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 {