<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
<div class="moz-cite-prefix">On 4/25/18 6:05 AM, Joshua Colp wrote:<br>
</div>
<blockquote type="cite"
cite="mid:1524661506.2803655.1350252240.7F24BFEA@webmail.messagingengine.com">
<pre wrap="">On Wed, Apr 25, 2018, at 12:40 AM, Bruce Ferrell wrote:
<snip>
</pre>
<blockquote type="cite">
<pre wrap="">OK, I've gone back and refreshed myself; When I try to access cybermega
in /var/lib/asterisk/static-http at port 8088 the asterisk debug shows:
[Apr 24 20:34:48] DEBUG[17170] http.c: HTTP opening session. Top level
[Apr 24 20:34:48] DEBUG[17170] http.c: HTTP Request URI is /cyber/
index.html
[Apr 24 20:34:48] DEBUG[17170] http.c: Requested URI [/cyber/index.html]
has no handler
[Apr 24 20:34:48] DEBUG[17170] http.c: HTTP keeping session open.
status_code:404
</pre>
</blockquote>
<pre wrap="">
When using static-http you have to have /static at the front so the path would be:
/static/cyber/index.html
</pre>
<blockquote type="cite">
<pre wrap="">
When I serve it from apache, the web ui appears, but never connects.
Using the firefox dev tools/console I see firefox can't establish a
connection the server at <a class="moz-txt-link-freetext" href="wss://">wss://</a><IP address>:8089/ws
The asterisk debug log shows:
[Apr 24 20:39:21] DEBUG[19041] http.c: HTTP opening session. Top level
[Apr 24 20:39:21] DEBUG[19041] http.c: HTTP Request URI is /ws
[Apr 24 20:39:21] DEBUG[19041] http.c: Requested URI [/ws] has no
handler
[Apr 24 20:39:21] DEBUG[19041] http.c: HTTP keeping session open.
status_code:404
Suggestions?
</pre>
</blockquote>
<pre wrap="">
Is there anything in the console at startup stating that stuff didn't load? The module which does websockets is res_http_websocket, and you can see if all that is needed is loaded using:
"module show like websocket"
on the CLI.
</pre>
</blockquote>
That's a step closer! The URI has to be
/asterisk/static/cyber/index.html. I should make the asterisk part
go away, but for now...<br>
</body>
</html>