Re: [SR-Users] websocket relay

2014-02-05 Thread Klaus Darilion
> listen=tcp:10.2.3.4:5080 You only have a single socket: TCP. If you want to use websocket over TLS you need at least also: listen=tls:10.2.3.4:5090 (or whatever port you like, eg. 443) Further, if you talk to Asterisk with UDP, you also need a "udp" listen statement. regards Klaus __

[SR-Users] websocket relay

2014-02-04 Thread jaflong jaflong
Hi Everyone, I want kamailio to do a single task, that is relay incoming (webrtc sip over websockets) connections to asterisk. All sip handling is to be done is asterisk. I have configured asterisk with tls settings. My sample conf file is below At the moment I am getting these errors ERROR: t