@onereach/step-voice 7.0.11-VOIC1606.6 → 7.0.11-VOIC1606.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
|
@@ -214,6 +214,7 @@ class InitiateCall extends voice_1.default {
|
|
|
214
214
|
v: 1
|
|
215
215
|
}
|
|
216
216
|
};
|
|
217
|
+
this.log.error('Originate call params', params);
|
|
217
218
|
if (otherCallRef) {
|
|
218
219
|
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
|
|
219
220
|
const otherThread = this.process.getSafeThread(otherCallRefThread || this.thread.id);
|