@onereach/step-voice 6.1.5-handlequalitystats.6 → 6.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,6 @@ interface OUTPUT {
18
18
  callRecording?: TODO;
19
19
  tags?: string[];
20
20
  out?: string;
21
- audioQualityStats?: Record<string, string>;
22
21
  }
23
22
  interface EVENT extends VoiceEvent {
24
23
  callRecording?: TODO;
@@ -177,7 +177,6 @@ class GlobalCommand extends voice_1.default {
177
177
  });
178
178
  }
179
179
  async hangup(call) {
180
- this.log.warn({ event: this.event }, 'event from FS');
181
180
  if (this.event.params.zombie && !this.data.handleZombie) {
182
181
  if (this.state.passive) {
183
182
  this.log.debug('ignore zombie hangup waiting for full hangup');
@@ -248,9 +247,6 @@ class GlobalCommand extends voice_1.default {
248
247
  if (!lodash_1.default.isEmpty(params.callRecording)) {
249
248
  result.callRecording = params.callRecording;
250
249
  }
251
- // if (!_.isEmpty(this.event.params.cause?.callQualityVariables)) {
252
- // result.audioQualityStats = this.event.params.cause?.callQualityVariables
253
- // }
254
250
  await this.exitStepByThread(stepExit, result);
255
251
  }
256
252
  async buildGrammar(call, choices) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "6.1.5-handlequalitystats.6",
3
+ "version": "6.1.5",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",