This commit is contained in:
Quan HL
2025-02-03 22:30:26 +07:00
parent 1e9dd31f67
commit 3545304de0

View File

@@ -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();