Re: [SR-Users] Amazon VPS, long UDP packets are seen by sniffer, but don't reach application

2015-02-12 Thread Tristan Mahé
Le 12/02/2015 13:08, Andrey Utkin a écrit : > 2015-02-12 22:33 GMT+02:00 Tristan Mahé : >> Hi, >> >> bad checksum may be caused by the virtual network adapter that does not >> perform hardware checksum. I had this issue on a kvm test setup. >> >> MTU is to be looked at, as udp does not handle very

Re: [SR-Users] Amazon VPS, long UDP packets are seen by sniffer, but don't reach application

2015-02-12 Thread Andrey Utkin
2015-02-12 22:33 GMT+02:00 Tristan Mahé : > Hi, > > bad checksum may be caused by the virtual network adapter that does not > perform hardware checksum. I had this issue on a kvm test setup. > > MTU is to be looked at, as udp does not handle very well packet > fragmentation ( to say the least ). Co

Re: [SR-Users] Amazon VPS, long UDP packets are seen by sniffer, but don't reach application

2015-02-12 Thread Tristan Mahé
Hi, bad checksum may be caused by the virtual network adapter that does not perform hardware checksum. I had this issue on a kvm test setup. MTU is to be looked at, as udp does not handle very well packet fragmentation ( to say the least ). Could you reproduce the same issue using an openvpn tcp

[SR-Users] Amazon VPS, long UDP packets are seen by sniffer, but don't reach application

2015-02-12 Thread Andrey Utkin
We experience strange networking issue, not exactly specific to kamailio, but still related to it. Rtpengine's "ng" interface uses UDP. Protocol messages contains SDP, and for encrypted video call those messages exceed 1500 bytes. Everything works fine within localhost, but when rtpengine and Kamai

Re: [SR-Users] WebRTC to PSTN call, proxied through Kamailio

2015-02-12 Thread Marc Soda
Our config is based on the example config and the WebRTC bits are based on Carlos'. I've attached the relevant parts. It's pretty heavily customized to our specific environment. The main differences are the way that we detect a video call, how we route to our backend servers, and that we send vi

Re: [SR-Users] WebRTC to PSTN call, proxied through Kamailio

2015-02-12 Thread Rahul MathuR
Gentle Reminder ! Thanks Warm Regds, Rahul On Thu, Feb 12, 2015 at 12:13 AM, Rahul MathuR wrote: > Thanks guys ! > > I did further investigation of the Chrome logs and found that... (this is > really interesting), even though I disabled Video; still JSsip was sending > video information in the

[SR-Users] Issues after Ubuntu Server Update and WebRTC

2015-02-12 Thread Manuel Camargo Lominchar
This might be a weird question I've been operating for some months with my kam + asterisk + webrtc sipml5 based system inside an Ubuntu Server Today I had the idea to apt-get upgrade my system and... now the whole system webrtc communication service is dead Here is the VAST list of packages updat

[SR-Users] Event reg - questions

2015-02-12 Thread Stefan Ljung
I made a test configuration for trying the pua_regEvent module. There were two things I want to ask about. First - when the SUBSCRIBE to event 'reg' following a UEs registration to the Kamailio is responded with a NOTIFY - there was no body in the NOTIFY. I expected a XML body with registration s

[SR-Users] TLS certificates per domain

2015-02-12 Thread Muhammad Shahzad
Hi, I want to deploy a kamailio v4.2.x setup with multiple domains, all resolve to same IPv4 address kamailio is listening on. I am bit confused about how to configure TLS certificates using tls config file as mentioned here, http://kamailio.org/docs/modules/4.2.x/modules/tls.html#tls.p.config T

Re: [SR-Users] Possible memory leak dealing with presence in kamailio

2015-02-12 Thread Daniel-Constantin Mierla
The statistics of kamailio pkg and shm show rather steady values across the period of time. PKG is like less than 4MB for each process always and SHM stays free at 426MB. So obviously there is no leak in pkg and shm. Check the details at the next link for OS memory reports: - http://www.kamaili

[SR-Users] Roadmap to next major release 4.3.0

2015-02-12 Thread Daniel-Constantin Mierla
Hello, being discussed yesterday during the IRC devel meeting, the proposed planning for next major release (v4.3.0) is: - freeze the development sometime in April - after mid of March decide the exact date when the development is going to be frozen - testing during last part of April and May

Re: [SR-Users] Using MariaDB with sqlops sql_query_async

2015-02-12 Thread Daniel-Constantin Mierla
I just added a note in the readme of the function inside the sqlops module. Cheers, Daniel On 11/02/15 08:13, davy van de moere wrote: > Nope, and that was exactly the issue! With the async module added to > it, it just works. It wasn't clear out of the documentation for me, > but it makes a whol