<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi all,<br>
    <br>
    I want to use the verto demo page in
    /usr/src/freeswitch/html5/verto/, but I don't know where to setup
    the SIP/account/password/FS's IP<br>
    <br>
    I tried chaging this in verto.js:<br>
    <br>
    <small><small>function init() {<br>
        &nbsp;&nbsp;&nbsp; cur_call = null;<br>
        <br>
        &nbsp;&nbsp;&nbsp; pop("#ext", "verto_demo_ext", "3500");<br>
        &nbsp;&nbsp;&nbsp; pop("#name", "verto_demo_name", "FreeSWITCH User");<br>
        &nbsp;&nbsp;&nbsp; pop("#cid", "verto_demo_cid", "1008");<br>
        &nbsp;&nbsp;&nbsp; pop("#textto", "verto_demo_textto", "1000");<br>
        <br>
        &nbsp;&nbsp;&nbsp; pop("#login", "verto_demo_login", "1003");<br>
        &nbsp;&nbsp;&nbsp; pop("#passwd", "verto_demo_passwd", "1003!@#$");<br>
        <br>
        &nbsp;&nbsp;&nbsp; pop("#hostName", "verto_demo_hostname", 192.168.1.106);<br>
        &nbsp;&nbsp;&nbsp; pop("#wsURL", "verto_demo_wsurl", <a class="moz-txt-link-rfc2396E" href="wss://">"wss://"</a> + 192.168.1.106 +
        ":8082");</small></small><br>
    <br>
    <br>
    But doesn't work. I get the verto main page with empty fileds in
    Login, Password, CID name, CID number Hostname, Websocket URL<br>
    Even after filling them manually and clicking on the button "Log In"
    don't trigger any action.<br>
    <br>
    <br>
    I can see that the port 8082 is open by FS after following the
    instruction on confluence's verto page.<br>
    <br>
    Any&nbsp; help is welcome !<br>
    <br>
    Thanks<br>
    <br>
  </body>
</html>