From d75ae26db05118c8a4d03442db34670fdc297d89 Mon Sep 17 00:00:00 2001 From: surajshivakumar Date: Fri, 9 Aug 2024 17:20:11 -0400 Subject: [PATCH] rest dial dtmf --- lib/tasks/rest_dial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/rest_dial.js b/lib/tasks/rest_dial.js index 199d2aa5..bd1dccb6 100644 --- a/lib/tasks/rest_dial.js +++ b/lib/tasks/rest_dial.js @@ -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) {