update deps, add helmet middleware

This commit is contained in:
Dave Horton
2022-02-03 07:31:30 -05:00
parent 2329f0cda0
commit dda3335060
4 changed files with 71 additions and 66 deletions

View File

@@ -179,6 +179,7 @@ class TaskDial extends Task {
this._killOutdials();
if (this.sd) {
this.sd.kill();
this.sd.removeAllListeners();
this.sd = null;
}
if (this.callSid) sessionTracker.remove(this.callSid);