@onereach/step-voice 4.0.6 → 4.0.7

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.
@@ -123,6 +123,7 @@ class InitiateCall extends voice_1.default {
123
123
  }
124
124
  });
125
125
  this.triggers.otherwise(async () => {
126
+ await this.triggers.flush();
126
127
  const originateTimeout = timestring(`${timeout || 30} sec`, 'ms'); // timeout or 30 seconds
127
128
  const customHeaders = _.reduce(headers, (memo, header) => {
128
129
  memo[header.name] = `${header.value}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",