Skip to content

Commit

Permalink
config.js: add chat option
Browse files Browse the repository at this point in the history
  • Loading branch information
dpocock committed Nov 7, 2015
1 parent 36f7480 commit ce4f6ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.js
Expand Up @@ -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,
Expand Down

0 comments on commit ce4f6ec

Please sign in to comment.