]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
default the stun box to true in verto
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 21 Oct 2014 19:56:10 +0000 (15:56 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 21 Oct 2014 19:56:22 +0000 (15:56 -0400)
html5/verto/demo/verto.js

index c6361f5f7c47c8cb9a9e641d5a4ad72bfd66d1de..c8ae2faf3b7294341ff83b39fcfec3fcde327baf 100644 (file)
@@ -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
     });