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

2013-03-30 Thread Juha Heinanen
Brad Johns writes: > Do you have "method_filtering" in registrar params set to 0 or 1? i have modparam("registrar", "method_filtering", 1) and it worked ok with tryit client. -- juha ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mai

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

2013-03-30 Thread Juha Heinanen
Peter Dunkley writes: > There is a much simpler WebSocket Kamailio configuration file in the > examples directory in the source tree: > http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=examples/welcome.cfg;h=4bde0ae71be6f8da6a5bd3089d5af57569cc0178;hb=HEAD the link to websocket

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

2013-03-29 Thread Peter Dunkley
Sorry, Wrong link. The correct one is: http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=examples/websocket.cfg;h=4176af0a86985dc88d768b31f4ebe4021abb093f;hb=HEAD Peter > Hi, > > There is a much simpler WebSocket Kamailio configuration file in the > examples directory in the so

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

2013-03-29 Thread Peter Dunkley
Hi, There is a much simpler WebSocket Kamailio configuration file in the examples directory in the source tree: http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=blob;f=examples/welcome.cfg;h=4bde0ae71be6f8da6a5bd3089d5af57569cc0178;hb=HEAD It doesn't have accounting or any of the other

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

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

2013-03-28 Thread Peter Dunkley
Hello, In SIP you can put an Allow: header in REGISTER requests to say which methods the registering end-point is capable of receiving. If you get a -2 returned from lookup() it means that the method for the request (in this case INVITE) was not in the "Allow:" header in the REGISTER. You can ch