@onereach/step-voice 7.0.2-VOIC1438.6 → 7.0.2-VOIC1438.8
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 -1
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -165,7 +165,8 @@ class InitiateCall extends voice_1.default {
|
|
|
165
165
|
from: botNumber,
|
|
166
166
|
to: endUserNumber,
|
|
167
167
|
meetOps: {
|
|
168
|
-
dtmfPin: '
|
|
168
|
+
dtmfPin: '1753733684583#',
|
|
169
|
+
durationMs: 3 * 60 * 1000, // 3 minutes
|
|
169
170
|
},
|
|
170
171
|
headers: customHeaders,
|
|
171
172
|
spoofCallerId: {
|