From ce4f6ec719dac2ca232c1df78948d8ad8e697389 Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Sat, 7 Nov 2015 11:25:48 +0000 Subject: [PATCH] config.js: add chat option --- config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.js b/config.js index 1a224a2..74ec5d8 100644 --- a/config.js +++ b/config.js @@ -58,6 +58,10 @@ JSCommSettings = { clear_dialbox: false, // Whether to clear dialbox after call/attempted call }, + chat : { + enable: false // Whether to show chat functions + }, + session : { show_dtmf_pad : true, // Whether to show a DTMF dialpad during calls dtmf_duration: 160,