<div dir="ltr"><div>Hi Guys,</div><div><br></div>I am testing with connecting over Websockets to FreeSWITCH using verto, and I dont want to register with FreeSWITCH, so I have set this in verto.conf;<br><br><param name="blind-reg" value="true"/><br><br>I then can see that my browser connects with the server when looking at logs and the verto status whos conn_no_reg.<br><br>"jsonrpc":      "2.0",<br>        "id":   5,<br>        "result":       {<br>                "message":      "logged in",<br>                "sessid":       "a3109700-5036-68b8-3cbf-60a8628fe452"<br>        }<br><br> default-v4::@       client                          <a href="http://172.31.41.66:57212">172.31.41.66:57212</a>      CONN_NO_REG (WS)<br><br>However I do not see the callback function onWSLogin triggered, is a requirement for this to be called the end user registering as well as connecting?<br><br>When I disconnect on WSClose callback works fine, as do events when I make a conference call, its literally just when I connect I dont see onWSLogin events.<br><br>Is there something I am missing to allow clients to connect without registration? <br><br>Please note this is a secure environment hence why registration not necessary, running version 1.10.2<br><br>Many thanks<br><br>Jon<br><div><br></div><br></div>