@onereach/step-voice 7.0.9-VOIC1575.10 → 7.0.9-VOIC1575.13
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 +22 -21
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -108,27 +108,27 @@ class InitiateCall extends voice_1.default {
|
|
|
108
108
|
id: callALegId
|
|
109
109
|
}
|
|
110
110
|
}, */
|
|
111
|
-
{
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
},
|
|
111
|
+
/* {
|
|
112
|
+
name: 'playback',
|
|
113
|
+
params: {
|
|
114
|
+
'sections': [
|
|
115
|
+
{
|
|
116
|
+
'text': '<speak>This is a live transfer from the automated system. Stand by for connection.</speak>',
|
|
117
|
+
'url': '',
|
|
118
|
+
'bargeInVoice': false,
|
|
119
|
+
'bargeInKeypad': false,
|
|
120
|
+
'textType': 'ssml',
|
|
121
|
+
'provider': 'polly',
|
|
122
|
+
'voiceId': 'Joanna',
|
|
123
|
+
'engine': 'standard',
|
|
124
|
+
'isStream': false,
|
|
125
|
+
},
|
|
126
|
+
],
|
|
127
|
+
'useWhisperFeature': false,
|
|
128
|
+
'sensitiveData': {},
|
|
129
|
+
resumeAfterGc: true,
|
|
130
|
+
}
|
|
131
|
+
}, */
|
|
132
132
|
/* {
|
|
133
133
|
name: 'whisper.hold_off',
|
|
134
134
|
params: {
|
|
@@ -141,6 +141,7 @@ class InitiateCall extends voice_1.default {
|
|
|
141
141
|
id: callALegId
|
|
142
142
|
}
|
|
143
143
|
},
|
|
144
|
+
{ name: 'hangup' }
|
|
144
145
|
]);
|
|
145
146
|
return this.exitStep('success');
|
|
146
147
|
}
|