Re: [SR-Users] Help with SIP over Websocket audio call

2013-03-29 Thread Brad Johns
Very interesting. I am still not able to have an audio call complete. Can I see your kamailio.cfg, under separate cover? Or sent to the list? Do you have "method_filtering" in registrar params set to 0 or 1? I had it set to 1 and by default the JsSIP tryit must not have been sending an Allow o

Re: [SR-Users] Help with SIP over Websocket audio call: 405 Method Not Allowed

2013-03-29 Thread Brad Johns
Peter, Thank you. By changing the "method_filtering" modparam to 0 (it was actually 1), I am now able to make it past this, and the INVITE is processed over WS transport. However, the audio call is still not completing. I am seeing a "180 Ringing" message for a while, followed by a "408 Request

[SR-Users] Help with SIP over Websocket audio call: 405 Method Not Allowed

2013-03-28 Thread Brad Johns
Hi, New to Kamailio. I have my Kamailio 4.0 server with websocket support, and the users can register using the JsSIP Tryit sample WebRTC application. They can do 'chat' feature of JsSIP Tryit using kamailio 4.0 sip over websockets module. However, after registration, the users can't place an a

[SR-Users] Help with SIP over Websocket audio call

2013-03-28 Thread Brad Johns
Hi, New to Kamailio. I have my Kamailio 4.0 server with websocket support, and the users can register using the JsSIP Tryit sample WebRTC application. However, after registration, the users can't place an audio call. I see no ringing on the remote browser. I don't know how to debug this furthe

Re: [SR-Users] SIP over WebSockets error: bad request

2013-03-26 Thread Brad Johns
Hello Peter, Thank you for the quick reply. Yes, that did the trick. Changing "tcp_accept_no_cl" to value of no was the resolution. It seems that the JsSIP Tryit sample code, which I was trying to hack, doesn't use Content-Length in the header. I wonder if this should be changed to set the Con

[SR-Users] SIP over WebSockets error: bad request

2013-03-26 Thread Brad Johns
Hi, Wondering if anyone could please help me debug what is wrong with my kamailio.cfg for Websockets support. I'm using JsSIP sample application, and I've compiled Kamailio 4.0 for WS support. My config is borrowed from link this link [1]. Wondering if anyone can help me debug this. Error is b