Re: [SR-Users] FOSDEM 2017

2017-01-29 Thread Giacomo Vacca
I'd be glad to join you; please count me in. Cheers, Giacomo On Tue, 24 Jan 2017 at 15:05, Daniel-Constantin Mierla wrote: > Hello, > > > > anyone else interested in having a dinner event at Fosdem? > > > > Soon there has to be a decision and hopefully Torrey (cc-ed) can help > > again like las

Re: [SR-Users] http_async_client - queries

2016-12-17 Thread Giacomo Vacca
Accept: */*. Content-Type: application/json. Content-Length: 38. . { "key1" : "value1", "key2" : "sipp" } $var(payload) can be constructed by concatenating the needed strings, including pseudovariables, and timestamps can be computed with $TV() and again concat

Re: [SR-Users] http_async_client - queries

2016-12-01 Thread Giacomo Vacca
Hi Agalya, can you please provide an example of the data format you'd like to use and the related http_async parameters and request? And possibly also an example of expected final content of the HTTP request? We'll try to better understand what you want achieve. Cheers, Giacomo On 30 November 201

Re: [SR-Users] Kamailio Load Balancer Architecture

2016-06-30 Thread Giacomo Vacca
Hi Daryn, it may not be an overkill, depending on the constrains you have. For example if the clients can possibly only be instructed to connect to a single public IP address (5.5.5.5 in your example), while you want to be able to scale the Kamailio architecture with multiple instances, then it can

[SR-Users] Extending has_body() with additional mime types

2016-05-31 Thread Giacomo Vacca
Hi all, apologies if this is an old topic but I've noticed that has_body() can provide false positives and would like to discuss a solution. As a practical example, has_body("application/vq-rtcpxr") was returning 1 for Content-Type "application/dialog-info+xml". The interpretation is that they ar

Re: [SR-Users] The book of "SIP Routing with Kamailio"

2016-04-22 Thread Giacomo Vacca
Hi - I have a copy too and have found it very useful. If you are approaching Kamailio for the first time it's a good way of understanding the basics and moving towards the additional features the several modules can provide. It is oriented on the routing configuration, so you'll find examples and

Re: [SR-Users] Fosdem 2016

2016-01-05 Thread Giacomo Vacca
Hi, I'm going to be there (Fri night to Sun evenining) and would be great to catch up. Just drinks or dinner would suit me fine. Regards, Giacomo On 5 January 2016 at 20:06, Daniel-Constantin Mierla wrote: > Hello, > > anyone going to Fosdem? > > If no unexpected weather conditions messing the

Re: [SR-Users] Dispatcher question

2014-05-06 Thread Giacomo Vacca
Hi Volkan, A possible solution is to have the FS responsible for one (or more) specific domain(s) into a dedicated dispatcher set. e.g.: Dispatcher set 1 (generic): - FS1 - FS2 Dispatcher set 2 (for domain1, domain2, etc): - FS1 Dispatcher set 3 (for domain5, domain6, etc): - FS2 Then inside y

[SR-Users] Dispatcher marks TLS destinations as Inactive when present in more than one set

2014-04-25 Thread Giacomo Vacca
Hi all, I'm seeing a strange behaviour with dispatcher in these conditions: 1. A destination requires TLS (e.g. sips:10.0.0.1:5061) 2. The destination has flags 8 (i.e. in normal conditions we want AP, Active Probing) and dispatcher uses ds_probing_mode 1 (always probe) 3. The destination is pres

Re: [SR-Users] Best approach for TCP/TLS connection re-use for nated Contacts

2012-03-19 Thread Giacomo Vacca
client sees its published Contact in the ACK's R-URI. I hope this is useful. Regards, Giacomo From: Klaus Darilion [mailto:klaus.mailingli...@pernau.at] Sent: 11 March 2012 13:10 To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Giacomo Vacca Subjec

[SR-Users] Best approach for TCP/TLS connection re-use for nated Contacts

2012-03-09 Thread Giacomo Vacca
Hi all, I have a scenario where it's not clear to me what the best approach should be (Kamailio 3.2.0 on Squeeze, although I think it's a matter of routing logic only). I have a client behind NAT that sends an initial REGISTER request with a Contact containing private ip:port (e.g. Contact: "GV

Re: [SR-Users] pua_usrloc, PUBLISH not send when contact is deleted or expires

2012-01-27 Thread Giacomo Vacca
t-Length: 0. User-Agent: kamailio (3.3.0-dev5 (i386/linux)). Max-Forwards: 70. Event: presence. Expires: 0. SIP-If-Match: a.1327676609.21016.3.2. . [...] . From: Giacomo Vacca Sent: 27 January 2012 09:17 To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Subjec

Re: [SR-Users] pua_usrloc, PUBLISH not send when contact is deleted or expires

2012-01-27 Thread Giacomo Vacca
Hi Daniel, This is just great. I'll test asap and report back. Cheers, Giacomo From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: 27 January 2012 09:03 To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Giacomo Vacca Subject: Re: [SR-

Re: [SR-Users] pua_usrloc, PUBLISH not send when contact is deleted or expires

2012-01-20 Thread Giacomo Vacca
rla [mailto:mico...@gmail.com] Sent: 20 January 2012 10:58 To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Giacomo Vacca Subject: Re: [SR-Users] pua_usrloc, PUBLISH not send when contact is deleted or expires Hi Giacomo, On 1/19/12 11:49 AM, Giacomo Vacca

Re: [SR-Users] pua_usrloc, PUBLISH not send when contact is deleted or expires

2012-01-18 Thread Giacomo Vacca
Cheers, Giacomo From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: 18 January 2012 10:25 To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - Users Mailing List Cc: Giacomo Vacca Subject: Re: [SR-Users] pua_usrloc, PUBLISH not send when contact is deleted or expires

[SR-Users] pua_usrloc, PUBLISH not send when contact is deleted or expires

2012-01-18 Thread Giacomo Vacca
Hi all, I've made a clean installation of kamailio 3.2.0 from 'http://deb.kamailio.org/kamailio32 squeeze main' repository, on a squeeze debian machine (2.6.32-5-686). Installed also kamailio-presence-modules, same version. I'm just using the default kamailio.cfg that comes with the package, wit