mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
typo
This commit is contained in:
@@ -73,7 +73,7 @@ class Conference extends Task {
|
|||||||
const dlg = cs.dlg;
|
const dlg = cs.dlg;
|
||||||
|
|
||||||
// reset answer time if we were transferred from another feature server
|
// 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));
|
this.ep.on('destroy', this._kicked.bind(this, cs, dlg));
|
||||||
|
|||||||
Reference in New Issue
Block a user