@onereach/step-voice 7.0.9-VOIC1575.21 → 7.0.9-VOIC1575.23
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 +2 -2
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -124,7 +124,7 @@ class InitiateCall extends voice_1.default {
|
|
|
124
124
|
const transferCommand = {
|
|
125
125
|
name: 'whisper.transfer',
|
|
126
126
|
params: {
|
|
127
|
-
|
|
127
|
+
clientCallId: customerCall['id']
|
|
128
128
|
}
|
|
129
129
|
};
|
|
130
130
|
/* {
|
|
@@ -142,7 +142,7 @@ class InitiateCall extends voice_1.default {
|
|
|
142
142
|
commands.push(...[
|
|
143
143
|
announceMessageCommand,
|
|
144
144
|
transferCommand,
|
|
145
|
-
{ name: 'hangup' }
|
|
145
|
+
// { name: 'hangup' }
|
|
146
146
|
]);
|
|
147
147
|
}
|
|
148
148
|
await this.sendCommands(newCall, commands);
|