Re: [SR-Users] [sr-dev] new module: gzcompress

2013-09-24 Thread James Cloos
DM == Daniel-Constantin Mierla mico...@gmail.com writes: DM Also, I changed the default value of Content-Encoding header value DM from gzip (which I saw in rfc 3261) to deflate, which is used by DM FaceTime, but more important works with Firefox out of the box. Thus I DM assumed is the right

Re: [SR-Users] DNS SRV when no NAPTR

2013-09-24 Thread Øyvind Kolbu
On 18.09.2013 12:17, Daniel-Constantin Mierla wrote: On 9/18/13 12:04 PM, Øyvind Kolbu wrote: Correct, no NAPTR. Only SRV, but until yesterday, no _sip._udp and then it immediately tried an A lookup instead of attempting _sip._tcp. I have also tried to set those prefs, but it did not help. I

Re: [SR-Users] unregister user when kamailio looses TCP connection.

2013-09-24 Thread Andreas Granig
Hi Vitaliy, On 09/24/2013 12:45 AM, Vitaliy Aleksandrov wrote: The patch only handles the case where a tcp connection is directly made to the registrar, as no event route is fired, right? You are right. Current version works only when registrar accepts tcp connections. Anyway it's a good idea

Re: [SR-Users] unregister user when kamailio looses TCP connection.

2013-09-24 Thread Juha Heinanen
Andreas Granig writes: The reason I'd love to see an event-route is to handle cases for scaled architectures, where you have load-balancers/edge-servers accepting tcp/tls connections from clients and forward them to a back-end farm of registrars/proxies e.g. via udp. another application

Re: [SR-Users] unregister user when kamailio looses TCP connection.

2013-09-24 Thread Carsten Bock
Hi, you could use for example RFC3680 (A Session Initiation Protocol (SIP) Event Package for Registrations) to synchronize the information about the connection status between the edge- and the core-proxy. This is the way it is done in IMS for information about the signalling status (Diameter/Rx).

[SR-Users] Record routing transport=tcp and examples/websocket.cfg

2013-09-24 Thread Mikko Lehto
Hi websocketeers, examples/websocket.cfg starts with this check: --- request_route { if ((($Rp == MY_WS_PORT || $Rp == MY_WSS_PORT) !(proto == WS || proto == WSS)) || $Rp == MY_MSRP_PORT) { xlog(L_WARN, SIP request received on $Rp\n);

Re: [SR-Users] Record routing transport=tcp and examples/websocket.cfg

2013-09-24 Thread Peter Dunkley
The above sanity check is intended to make sure that: - SIP over TCP/TLS arriving on the ports intended for SIP over WebSocket is correctly rejected - SIP over TCP/TLS arriving on the port intended for MSRP is correctly rejected In examples/websocket.cfg with default settings: -

[SR-Users] How does kamailio keep track of contacts?

2013-09-24 Thread Isaac McDonald
Hello, I'm having trouble understanding how Kamailio keeps track of contacts when used as an outbound proxy. When using Kamailio as the registrar, contact information for each endpoint is generally stored in the locations table. However, when Kamailio is used as an outbound proxy, the