From: Anthony Minessale Date: Tue, 21 Oct 2014 19:56:10 +0000 (-0400) Subject: default the stun box to true in verto X-Git-Tag: v1.4.13~1^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e473c3c89bcdf837712d9c8898c003ba73ea562;p=thirdparty%2Ffreeswitch.git default the stun box to true in verto --- diff --git a/html5/verto/demo/verto.js b/html5/verto/demo/verto.js index c6361f5f7c..c8ae2faf3b 100644 --- a/html5/verto/demo/verto.js +++ b/html5/verto/demo/verto.js @@ -448,7 +448,7 @@ function init() { }); }); - tmp = $.cookie("verto_demo_stun_checked") || "false"; + tmp = $.cookie("verto_demo_stun_checked") || "true"; $.cookie("verto_demo_stun_checked", tmp, { expires: 365 });