<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi everyone,</div><div><br></div><div>As I shared with you before, We are working on a mobile app to connect the Community Cellular Networks (that uses 2G Cellular Networks) with the rest of the world via SIP, and we are considering using Kamailio for this.</div><div>We choosed to build a Progresive Web App (PWA) through WebSockets to reduce the friction involved in using a new tool.</div><div><br></div><div>My question is, is there a reference config to use a web client through WebSockets?</div><div>I don't have a clue on how to get from the stock config:</div><div><a href="https://gist.github.com/nicopace/9d44bf813fe309df69ff4cd0affe8324#file-_etc_kamailio_kamailio-conf">https://gist.github.com/nicopace/9d44bf813fe309df69ff4cd0affe8324#file-_etc_kamailio_kamailio-conf</a></div><div>to a fully functional WebSocket-enabled config.</div><div>I've already read the WebSocket module documentation, but it is hard to understand as it assumes you already know how Kamailio works... too many moving parts :(</div><div><br></div><div>I tried with <a href="https://github.com/caruizdiaz/kamailio-ws">https://github.com/caruizdiaz/kamailio-ws</a> but it is giving me some errors:</div><div><br></div><div>May 02 13:37:13 ubuntu kamailio[2329]: : <core> [cfg.y:3432]: yyerror_at(): parse error in config file /etc/kamailio/modules.cfg, line 48, column 12-25: failed to load module</div><div>May 02 13:37:13 ubuntu kamailio[2329]: ERROR: <core> [cfg.y:3295]: yyparse(): cfg. parser: failed to find command ws_handle_handshake (params 0)</div><div>May 02 13:37:13 ubuntu kamailio[2329]: : <core> [cfg.y:3435]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 143, column 41: unknown command, missing loadmodule?</div><div><br></div><div>Which relates with:</div><div><a href="https://github.com/caruizdiaz/kamailio-ws/blob/master/modules.cfg#L48">https://github.com/caruizdiaz/kamailio-ws/blob/master/modules.cfg#L48</a></div><div>and</div><div><a href="https://github.com/caruizdiaz/kamailio-ws/blob/master/kamailio-ws.cfg#L143">https://github.com/caruizdiaz/kamailio-ws/blob/master/kamailio-ws.cfg#L143</a></div><div><br></div><div>What I'm trying to accomplish is to have a PWA that sends SIMPLE messages and CALLS to and from SIP Users (the 2G users are behind a FreeSwitch, so it could be done).</div><div><br></div><div>Just to give you some context, we will also add Push Notifications as 'ringing' or 'meesage recieved' alert, and that would be all (we also don't know how to do it).</div><div><br></div><div>Well... hope to hear from you guys!</div><div><br></div><div>Thanks!</div><div></div><div><span></span></div></body></html>