@onereach/step-voice 6.1.26-VOIC1449.12 → 6.1.26-VOIC1449.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.
@@ -19,6 +19,7 @@ class InitiateCall extends voice_1.default {
19
19
  }
20
20
  async runStep() {
21
21
  const { callId = uuid.v4() } = this.data;
22
+ this.log.debug('runStep', this.data);
22
23
  if (!this.session.key) {
23
24
  const sessionTimeoutMs = (0, timestring_1.default)(`${this.data.sessionTimeout ?? defaultSessionTimeoutMin} min`, 'ms');
24
25
  await this.session.start({
@@ -27,7 +28,9 @@ class InitiateCall extends voice_1.default {
27
28
  reporting: {
28
29
  settingsKey: 'session',
29
30
  startedBy: 'Bot',
30
- sessionType: 'Phone'
31
+ sessionType: 'Phone',
32
+ // previousSessionId,
33
+ // beginningSessionId
31
34
  }
32
35
  });
33
36
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "6.1.26-VOIC1449.12",
3
+ "version": "6.1.26-VOIC1449.13",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",