@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.
- package/dst/Global Command.d.ts +0 -1
- package/dst/Global Command.js +0 -4
- package/package.json +1 -1
package/dst/Global Command.d.ts
CHANGED
package/dst/Global Command.js
CHANGED
|
@@ -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) {
|