[asterisk-users] Wanted: WebRTC tutorial

Bruce Ferrell bferrell at baywinds.org
Wed Apr 25 11:29:06 CDT 2018



On 4/25/18 6:05 AM, Joshua Colp wrote:
> 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.
>
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...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180425/82788be6/attachment.html>


More information about the asterisk-users mailing list