@onereach/step-voice 6.1.26-VOIC1449.1 → 6.1.26-VOIC1449.4
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/Transfer.js +5 -0
- package/dst/Wait For Call.js +1 -1
- package/package.json +1 -1
package/dst/Transfer.js
CHANGED
|
@@ -77,6 +77,11 @@ class Transfer extends voice_1.default {
|
|
|
77
77
|
timeout
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
|
+
this.log.debug('transfer otherwise', {
|
|
81
|
+
data: { ...this.data },
|
|
82
|
+
headers,
|
|
83
|
+
command
|
|
84
|
+
});
|
|
80
85
|
const muteAfterTransfer = !!muteRecording;
|
|
81
86
|
await this.pauseRecording(call, command, { muteStep: muteAfterTransfer, muteBot: muteAfterTransfer, muteUser: muteAfterTransfer });
|
|
82
87
|
await this.transcript(call, {
|
package/dst/Wait For Call.js
CHANGED
|
@@ -23,7 +23,7 @@ class WaitForCall extends voice_1.default {
|
|
|
23
23
|
}
|
|
24
24
|
async onCall(event) {
|
|
25
25
|
const { asr, tts, endOfInputTimeout } = this.data;
|
|
26
|
-
|
|
26
|
+
this.log.debug('onCall', event);
|
|
27
27
|
const call = {
|
|
28
28
|
headers: event.params.headers,
|
|
29
29
|
// @ts-expect-error
|