tag outdial session (#643)

This commit is contained in:
Anton Voylenko
2024-02-12 20:16:43 +02:00
committed by GitHub
parent 42be9ff1ca
commit 5c070597cf
2 changed files with 5 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ class TaskDial extends Task {
this.referHook = this.data.referHook;
this.dtmfHook = this.data.dtmfHook;
this.proxy = this.data.proxy;
this.tag = this.data.tag;
if (this.dtmfHook) {
const {parentDtmfCollector, childDtmfCollector} = parseDtmfOptions(logger, this.data.dtmfCapture || {});