HI All, I am trying to get SIPml5 working with 18.6.0. My http.conf file: enabled=yes bindaddr=myip bindport=8088 serverName=MyName tlsenabled=true tlsbindaddr=myip tlscertfile=/etc/letsencrypt/live/mpname/fullchain.pem The SIPMl log just says: WebSocket connection to 'wss://myIP:8088/' failed: Is there something easy I'm missing to allow websockets on Asterisk ? Thanks Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20210910/ebc49ecd/attachment.html>
On Fri, Sep 10, 2021 at 12:44 PM Jerry Geis <jerry.geis at gmail.com> wrote:> HI All, > > I am trying to get SIPml5 working with 18.6.0. > My http.conf file: > enabled=yes > bindaddr=myip > bindport=8088 > serverName=MyName > tlsenabled=true > tlsbindaddr=myip > tlscertfile=/etc/letsencrypt/live/mpname/fullchain.pem > > The SIPMl log just says: > WebSocket connection to 'wss://myIP:8088/' failed: > > Is there something easy I'm missing to allow websockets on Asterisk ? > Thanks > >Check out the following wiki pages (if you haven't already), and ensure all your settings are correct: https://wiki.asterisk.org/wiki/display/AST/Configuring+Asterisk+for+WebRTC+Clients https://wiki.asterisk.org/wiki/display/AST/WebRTC+tutorial+using+SIPML5 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20210910/3e11a919/attachment.html>
On Fri, Sep 10, 2021 at 1:44 PM Jerry Geis <jerry.geis at gmail.com> wrote:> HI All, > > I am trying to get SIPml5 working with 18.6.0. > My http.conf file: > enabled=yes > bindaddr=myip > bindport=8088 > serverName=MyName > tlsenabled=true > tlsbindaddr=myip > tlscertfile=/etc/letsencrypt/live/mpname/fullchain.pem > > The SIPMl log just says: > WebSocket connection to 'wss://myIP:8088/' failed: > > Is there something easy I'm missing to allow websockets on Asterisk ? > Thanks > > Jerry >Kevin - THANKS - my url was missing the "/ws" at the end it should have been "wss://myip:8088/ws". Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20210910/cf332212/attachment.html>