@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.
@@ -133,9 +133,10 @@ class InitiateCall extends voice_1.default {
133
133
  reporterTranscriptEventId: '',
134
134
  }
135
135
  };
136
- // const customerCall = await this.getConversationByName(whisperCustomerConversation ?? '')
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.9-VOIC1575.19",
3
+ "version": "7.0.9-VOIC1575.20",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",