mod demo so you can change params when not connected
This commit is contained in:
parent
810c0881b5
commit
9245eec00f
|
@ -77,44 +77,6 @@
|
||||||
<div data-role="header" class="page-header">
|
<div data-role="header" class="page-header">
|
||||||
FreeSWITCH Verto™ Demo
|
FreeSWITCH Verto™ Demo
|
||||||
</div>
|
</div>
|
||||||
<br>
|
|
||||||
<a target="_CC2104" href="https://www.cluecon.com"><img border="0" width="300" src="img/cc_banner2014.gif"></a>
|
|
||||||
|
|
||||||
<div class="ui-field-contain">
|
|
||||||
<label for="name">Login</label>
|
|
||||||
<input type="text" size="20" id="login"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ui-field-contain">
|
|
||||||
<label for="name">Password</label>
|
|
||||||
<input type="password" size="20" id="passwd"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ui-field-contain">
|
|
||||||
<label for="name">CID Name</label>
|
|
||||||
<input type="text" size="30" id="name"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ui-field-contain">
|
|
||||||
<label for="name">CID Number</label>
|
|
||||||
<input type="text" size="20" id="cid"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ui-field-contain">
|
|
||||||
<label for="name">Hostname</label>
|
|
||||||
<input type="text" size="20" id="hostName"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="ui-field-contain">
|
|
||||||
<label for="name">Websocket URL</label>
|
|
||||||
<input type="text" size="20" id="wsURL"/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<br><br>
|
|
||||||
<img src="img/verto_black_web.gif" width="300">
|
|
||||||
<br><br>
|
|
||||||
<button data-inline="true" id="loginbtn">Log In</button>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -171,27 +133,63 @@
|
||||||
<button data-inline="true" id="hold">HOLD</button>
|
<button data-inline="true" id="hold">HOLD</button>
|
||||||
<button data-inline="true" id="hupbtn">End Call</button>
|
<button data-inline="true" id="hupbtn">End Call</button>
|
||||||
<button data-inline="true" class="startxferbtn">Transfer</button>
|
<button data-inline="true" class="startxferbtn">Transfer</button>
|
||||||
<br><br>
|
<br><br>
|
||||||
<img src="img/verto_black_web.gif" width="300"><br><br>
|
<img src="img/verto_black_web.gif" width="300"><br><br>
|
||||||
<div id="media">
|
<div id="media">
|
||||||
<video width=800 id="webcam" autoplay="autoplay" hidden="true"></video>
|
<video width=800 id="webcam" autoplay="autoplay" hidden="true"></video>
|
||||||
</div>
|
</div>
|
||||||
<br><br>
|
<br><br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div data-role="page" id="page-main" align="center">
|
<div data-role="page" id="page-main" align="center">
|
||||||
<div data-role="header" class="pageheader">
|
<div data-role="header" class="pageheader">
|
||||||
FreeSWITCH Verto™ Demo
|
FreeSWITCH Verto™ Demo
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
<a target="_CC2104" href="https://www.cluecon.com"><img border="0" width="300" src="img/cc_banner2014.gif"></a>
|
<a target="_CC2104" href="https://www.cluecon.com"><img border="0" width="300" src="img/cc_banner2014.gif"></a>
|
||||||
|
|
||||||
<div id="offline">
|
<div id="offline">
|
||||||
<h2>LOGGING IN</h2>
|
|
||||||
<img src="images/login.gif"></img>
|
|
||||||
<div id="errordisplay" style="font-weight:bold;font-size:18px;color:#ae0000"></div>
|
<div id="errordisplay" style="font-weight:bold;font-size:18px;color:#ae0000"></div>
|
||||||
|
|
||||||
|
<div class="ui-field-contain">
|
||||||
|
<label for="name">Login</label>
|
||||||
|
<input type="text" size="20" id="login"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="ui-field-contain">
|
||||||
|
<label for="name">Password</label>
|
||||||
|
<input type="password" size="20" id="passwd"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="ui-field-contain">
|
||||||
|
<label for="name">CID Name</label>
|
||||||
|
<input type="text" size="30" id="name"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="ui-field-contain">
|
||||||
|
<label for="name">CID Number</label>
|
||||||
|
<input type="text" size="20" id="cid"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="ui-field-contain">
|
||||||
|
<label for="name">Hostname</label>
|
||||||
|
<input type="text" size="20" id="hostName"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="ui-field-contain">
|
||||||
|
<label for="name">Websocket URL</label>
|
||||||
|
<input type="text" size="20" id="wsURL"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
<img src="img/verto_black_web.gif" width="300">
|
||||||
|
<br><br>
|
||||||
|
<button data-inline="true" id="loginbtn">Log In</button>
|
||||||
|
|
||||||
|
<br><br><br>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="online" align="center" style="width:600px">
|
<div id="online" align="center" style="width:600px">
|
||||||
<div class="ui-field-contain">
|
<div class="ui-field-contain">
|
||||||
<input type="text" id="ext"/><br>
|
<input type="text" id="ext"/><br>
|
||||||
|
@ -233,7 +231,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<table width=500 style="font-size:11pt;font-face:arial">
|
<table id="directory" width=500 style="font-size:11pt;font-face:arial">
|
||||||
<tr><td align=center colspan=2><b>FreeSWITCH VERTO™ WebRTC Demo Directory<Br><br></td></tr>
|
<tr><td align=center colspan=2><b>FreeSWITCH VERTO™ WebRTC Demo Directory<Br><br></td></tr>
|
||||||
<tr><td width=100><b>Dial</b></td><td><b>Desc</b></td></tr>
|
<tr><td width=100><b>Dial</b></td><td><b>Desc</b></td></tr>
|
||||||
<tr><td align=left colspan=2><hr></td></tr>
|
<tr><td align=left colspan=2><hr></td></tr>
|
||||||
|
|
|
@ -431,7 +431,6 @@ function init() {
|
||||||
|
|
||||||
$("#logoutbtn").click(function() {
|
$("#logoutbtn").click(function() {
|
||||||
verto.logout();
|
verto.logout();
|
||||||
goto_page("login");
|
|
||||||
online(false);
|
online(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -469,7 +468,9 @@ function init() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (window.location.hostname !== "webrtc.freeswitch.org") {
|
||||||
|
$("#directory").hide();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
Loading…
Reference in New Issue