On Wed, Apr 25, 2018, at 12:40 AM, Bruce Ferrell wrote: <snip>
> 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 When using static-http you have to have /static at the front so the path would be: /static/cyber/index.html > > 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 wss://<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? 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. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
