From 5c34ef4e54efc3504c525efb83da64344e23c7c0 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 21 Jul 2015 16:59:10 -0500 Subject: [PATCH] change for back compat --- html5/verto/video_demo/verto.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js index ab4faac4fb..95a79c5902 100644 --- a/html5/verto/video_demo/verto.js +++ b/html5/verto/video_demo/verto.js @@ -1014,7 +1014,7 @@ function init() { pop("#avatar", "verto_demo_avatar", ""); pop("#cidname", "verto_demo_name", "FreeSWITCH User"); pop("#cid", "verto_demo_cid", "1008"); - pop("#email", "verto_demo_email", ""); + pop("#email", "verto_demo_emailaddr", ""); pop("#textto", "verto_demo_textto", "1000"); pop("#login", "verto_demo_login", "1008"); @@ -1389,6 +1389,8 @@ function init() { if (resp.emails[i].type === 'account' && resp.emails[i].value) { $("#email").val(resp.emails[i].value); $("#email").change(); + $("#cid").val(resp.emails[i].value); + $("#cid").change(); } }