From 26d4bfb63b5e34fabe64430d01b998ea29d7e7e0 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Tue, 18 Jan 2022 19:49:46 -0500 Subject: [PATCH] Cognigy: settings tweaks --- lib/tasks/cognigy.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/tasks/cognigy.js b/lib/tasks/cognigy.js index 06b42edc..d3fb5c41 100644 --- a/lib/tasks/cognigy.js +++ b/lib/tasks/cognigy.js @@ -83,7 +83,12 @@ class Cognigy extends Task { this.token, { sessionId: cs.callSid, - channel: 'jambonz' + channel: 'jambonz', + forceWebsockets: true, + reconnection: true, + settings: { + enableTypingIndicator: false + } } ); this.client.on('output', this._onBotUtterance.bind(this, cs, ep));