@onereach/step-voice 7.0.2-VOIC1438.15 → 7.0.2-VOIC1438.16
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/MeetOps.js +2 -2
- package/package.json +1 -1
package/dst/MeetOps.js
CHANGED
|
@@ -151,7 +151,7 @@ class MeetOps extends voice_1.default {
|
|
|
151
151
|
name: 'meet-ops',
|
|
152
152
|
params: {
|
|
153
153
|
meetOps: {
|
|
154
|
-
dtmfPin: '
|
|
154
|
+
dtmfPin: '543 427 269 9243#'.replace(/ /g, ''),
|
|
155
155
|
durationMs: 10 * 60 * 1000,
|
|
156
156
|
idleTimeoutMs: 60 * 1000,
|
|
157
157
|
},
|
|
@@ -177,7 +177,7 @@ class MeetOps extends voice_1.default {
|
|
|
177
177
|
from: botNumber, endUserNumber: dianInNumber, sipHost, sipUser, sipPassword, timeout, headers, enableSpoofCallerId, spoofCallerId,
|
|
178
178
|
// isAMD,
|
|
179
179
|
otherCallRef, otherCallRefThread, meetOps = {
|
|
180
|
-
dtmfPin: '
|
|
180
|
+
dtmfPin: '543 427 269 9243#'.replace(/ /g, ''),
|
|
181
181
|
durationMs: 10 * 60 * 1000,
|
|
182
182
|
idleTimeoutMs: 60 * 1000,
|
|
183
183
|
},
|