diff --git a/html5/verto/verto_communicator/Gruntfile.js b/html5/verto/verto_communicator/Gruntfile.js
index cef6d68276..13ad96523d 100644
--- a/html5/verto/verto_communicator/Gruntfile.js
+++ b/html5/verto/verto_communicator/Gruntfile.js
@@ -281,6 +281,7 @@ module.exports = function (grunt) {
src: [
'*.{ico,png,txt}',
'*.html',
+ '*.json',
'partials/**/*.html',
'images/{,*/}*.{webp}',
'css/fonts/{,*/}*.*',
diff --git a/html5/verto/verto_communicator/bower.json b/html5/verto/verto_communicator/bower.json
index 623a51d1cc..c69b4785d5 100644
--- a/html5/verto/verto_communicator/bower.json
+++ b/html5/verto/verto_communicator/bower.json
@@ -32,6 +32,7 @@
"angular-prompt": "~1.1.1",
"angular-animate": "~1.3.15",
"angular-cookies": "~1.3.15",
+ "angular-directive.g-signin": "~0.1.2",
"jquery": "~2.1.4",
"angular-fullscreen": "~1.0.1",
"ngstorage": "~0.3.9",
diff --git a/html5/verto/verto_communicator/src/config.json b/html5/verto/verto_communicator/src/config.json
new file mode 100644
index 0000000000..e7b09aae95
--- /dev/null
+++ b/html5/verto/verto_communicator/src/config.json
@@ -0,0 +1,4 @@
+{
+ "login": "1008",
+ "password": "1234"
+}
diff --git a/html5/verto/verto_communicator/src/config.json.sample b/html5/verto/verto_communicator/src/config.json.sample
new file mode 100644
index 0000000000..a905c6161d
--- /dev/null
+++ b/html5/verto/verto_communicator/src/config.json.sample
@@ -0,0 +1,13 @@
+{
+ "extension": "3500",
+ "name": "Ken Rice",
+ "email": "krice@freeswitch.org",
+ "cid": "1008",
+ "textTo": "1000",
+ "login": "1008",
+ "password": "1234",
+ "autologin": "true",
+ "autocall": "3500",
+ "googlelogin": "true",
+ "wsURL": "wss://gamma.tollfreegateway.com/wss2"
+}
diff --git a/html5/verto/verto_communicator/src/contributors.txt b/html5/verto/verto_communicator/src/contributors.txt
index cf34cd6bd0..bc309438b2 100644
--- a/html5/verto/verto_communicator/src/contributors.txt
+++ b/html5/verto/verto_communicator/src/contributors.txt
@@ -2,5 +2,6 @@
"Jonatas Oliveira ",
"Ítalo Rossi ",
"Stefan Yohansson ",
- "João Mesquita "
+ "João Mesquita ",
+ "Ken Rice "
]
diff --git a/html5/verto/verto_communicator/src/index.html b/html5/verto/verto_communicator/src/index.html
index 0719ad4e9c..5945f72fe5 100644
--- a/html5/verto/verto_communicator/src/index.html
+++ b/html5/verto/verto_communicator/src/index.html
@@ -71,6 +71,7 @@
+
@@ -121,9 +122,9 @@
-
+