Re: [SR-Users] Kamailio Via: header issue

2016-05-27 Thread Laura
Hi Daniel, thanks for support, of course we'll plan to go over 4.4.x release and after that we'll test very well topos module. We'll give back to the specific list all datas of topos. Cheers, Laura Il 27/05/16 11:31, Daniel-Constantin Mierla ha scritto: > > Hello, > > see topos module, but that

Re: [SR-Users] Kamailio Via: header issue

2016-05-27 Thread Daniel-Constantin Mierla
Hello, see topos module, but that is only in 4.4 release and, again, you should do some tests as it is a module in its early phase of development. Cheers, Daniel On 24/05/16 15:40, Laura wrote: > Hi Carsten, > > you right about that.. without topoh module the branch is ok. > > I did some test a

Re: [SR-Users] Kamailio Via: header issue

2016-05-24 Thread Laura
Hi Carsten, you right about that.. without topoh module the branch is ok. I did some test and all seem to work correctly. I forgot to say that we used topoh for "mask" the real ip of the A-LEG customer over platform, and without the topoh modules i can see all the real ip in the Via: records.

Re: [SR-Users] Kamailio Via: header issue

2016-05-24 Thread Carsten Bock
Hi Laura, if it's just about advertising the IP, then you can simply do the following: listen=udp:10.10.10.10:5060 advertise 11.11.11.11:5060 (http://www.kamailio.org/wiki/cookbooks/devel/core#listen) which will put 11.11.11.11 instead of the own, local IP. Thanks, Carsten 2016-05-24 14:40 GM

Re: [SR-Users] Kamailio Via: header issue

2016-05-24 Thread Laura
Hello, honestly we only use the topoh modules for this # topoh paramiters modparam("topoh", "mask_ip", "1.1.1.1") Pratically we created a cluster and we use VRRP for HA of the service.. so we use topoh for menage the virtual IP on kamailio.. Is there any other way we could use for stop using t

Re: [SR-Users] Kamailio Via: header issue

2016-05-24 Thread Daniel-Constantin Mierla
ups .. wrong thread for the reply... On 24/05/16 13:13, Daniel-Constantin Mierla wrote: > > Hello, > > for how long you got this 20req/second? > > The module is not counting like continuous time, but more like traffic > on each second, iirc. > > Cheers, > Daniel > > > On 24/05/16 13:11, Daniel-Co

Re: [SR-Users] Kamailio Via: header issue

2016-05-24 Thread Daniel-Constantin Mierla
Hello, for how long you got this 20req/second? The module is not counting like continuous time, but more like traffic on each second, iirc. Cheers, Daniel On 24/05/16 13:11, Daniel-Constantin Mierla wrote: > > Hello, > > the long Via branch is because of using topoh module. Do you need that? >

Re: [SR-Users] Kamailio Via: header issue

2016-05-24 Thread Daniel-Constantin Mierla
Hello, the long Via branch is because of using topoh module. Do you need that? The alternatives would be: - disable topoh module - or configure the kernel to do udp defragmentation (should be default in modern linux) - or switch to tcp/tls - or try to use the new topos module in 4.4 -- no