@onereach/step-voice 7.0.2-VOIC1438.0 → 7.0.2-VOIC1438.10

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.
@@ -164,6 +164,10 @@ class InitiateCall extends voice_1.default {
164
164
  id: call.id,
165
165
  from: botNumber,
166
166
  to: endUserNumber,
167
+ meetOps: {
168
+ dtmfPin: '630622795#',
169
+ durationMs: 60 * 60 * 1000, // 3 minutes
170
+ },
167
171
  headers: customHeaders,
168
172
  spoofCallerId: {
169
173
  enableSpoofCallerId,
@@ -41,8 +41,10 @@ class SendDTMF extends voice_1.default {
41
41
  name: 'meet-ops',
42
42
  params: {
43
43
  dtmf,
44
- dtmfPin: dtmf,
45
- dialInNumber: '16176754444',
44
+ meetOps: {
45
+ dtmfPin: dtmf,
46
+ durationMs: 3 * 60 * 1000, // 3 minutes
47
+ },
46
48
  tonesDuration: +tonesDuration,
47
49
  beforeDelay: +beforeDelay,
48
50
  afterDelay: +afterDelay
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.2-VOIC1438.0",
3
+ "version": "7.0.2-VOIC1438.10",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",