@onereach/step-voice 7.0.9-VOIC1575.19 → 7.0.9-VOIC1575.20
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/Initiate Call.js +3 -2
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -133,9 +133,10 @@ class InitiateCall extends voice_1.default {
|
|
|
133
133
|
reporterTranscriptEventId: '',
|
|
134
134
|
}
|
|
135
135
|
};
|
|
136
|
-
|
|
136
|
+
const customerCall = await this.getConversationByName(whisperCustomerConversation ?? '');
|
|
137
137
|
// const customerCallId = customerCall.dummy
|
|
138
|
-
const customerCall = this.config.mergeFields[whisperCustomerConversation ?? '']
|
|
138
|
+
// const customerCall = this.config.mergeFields[whisperCustomerConversation ?? '']
|
|
139
|
+
// customerCall.
|
|
139
140
|
const transferCommand = {
|
|
140
141
|
name: 'whisper.transfer',
|
|
141
142
|
params: {
|