@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.
- package/dst/Initiate Call.js +1 -0
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -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}`;
|