rest dial dtmf

This commit is contained in:
surajshivakumar
2024-08-09 17:20:11 -04:00
parent 41f6397090
commit d75ae26db0

View File

@@ -47,7 +47,7 @@ class TaskRestDial extends Task {
this.timeout = this.data.timeout || 60;
this.sipRequestWithinDialogHook = this.data.sipRequestWithinDialogHook;
this.referHook = this.data.referHook;
console.log(this.dtmfHook);
if (this.dtmfHook) {
const {parentDtmfCollector, childDtmfCollector} = parseDtmfOptions(logger, this.data.dtmfCapture || {});
if (parentDtmfCollector) {