diff --git a/lib/tasks/conference.js b/lib/tasks/conference.js index ac84e913..55afc864 100644 --- a/lib/tasks/conference.js +++ b/lib/tasks/conference.js @@ -73,7 +73,7 @@ class Conference extends Task { const dlg = cs.dlg; // reset answer time if we were transferred from another feature server - if (this.this.connectTime) dlg.connectTime = this.connectTime; + if (this.connectTime) dlg.connectTime = this.connectTime; this.ep.on('destroy', this._kicked.bind(this, cs, dlg));