From 3545304de0a397dc3c6b5b892c2de8b6ef911164 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Mon, 3 Feb 2025 22:30:26 +0700 Subject: [PATCH] wip --- lib/tasks/dial.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tasks/dial.js b/lib/tasks/dial.js index d650c08a..753f3c1c 100644 --- a/lib/tasks/dial.js +++ b/lib/tasks/dial.js @@ -718,6 +718,7 @@ class TaskDial extends Task { clearTimeout(this.timerRing); try { await this._connectSingleDial(cs, sd); + await this._startTranslate(cs, sd); } catch (err) { this.logger.info({err}, 'Dial:_attemptCalls - Error calling _connectSingleDial '); sd.removeAllListeners();