@onereach/step-voice 7.0.2-VOIC1438.2 → 7.0.2-VOIC1438.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/Initiate Call.js +7 -2
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -165,7 +165,7 @@ class InitiateCall extends voice_1.default {
|
|
|
165
165
|
from: botNumber,
|
|
166
166
|
to: endUserNumber,
|
|
167
167
|
dialInNumber: endUserNumber,
|
|
168
|
-
dtmfPin: '
|
|
168
|
+
dtmfPin: '5923401252822#',
|
|
169
169
|
tonesDuration: 500,
|
|
170
170
|
beforeDelay: 500,
|
|
171
171
|
afterDelay: 500,
|
|
@@ -205,9 +205,14 @@ class InitiateCall extends voice_1.default {
|
|
|
205
205
|
else {
|
|
206
206
|
await this.thread.emitAsync({
|
|
207
207
|
target: 'provider',
|
|
208
|
-
name: 'out/voice/originate/
|
|
208
|
+
name: 'out/voice/originate/v2',
|
|
209
209
|
params
|
|
210
210
|
});
|
|
211
|
+
/* await this.thread.emitAsync({
|
|
212
|
+
target: 'provider',
|
|
213
|
+
name: 'out/voice/originate/meet-ops',
|
|
214
|
+
params
|
|
215
|
+
}) */
|
|
211
216
|
// const command = {
|
|
212
217
|
// name: 'meet-ops',
|
|
213
218
|
// params
|