Re: [SR-Users] Kamailio with media proxy and two network interfaces

2014-11-04 Thread Daniel-Constantin Mierla
On 04/11/14 20:04, Glenn Larsen wrote: > On Tue, Nov 4, 2014 at 6:17 PM, Julien wrote: >> A user connected at eth0 shall be able to get the presence status of users >> on eth1 and users shall be able to call each other. >> >> What I did so far: >> I added listen statements for both interfaces

Re: [SR-Users] Kamailio with media proxy and two network interfaces

2014-11-04 Thread Glenn Larsen
On Tue, Nov 4, 2014 at 6:17 PM, Julien wrote: > > A user connected at eth0 shall be able to get the presence status of users on > eth1 and users shall be able to call each other. > > What I did so far: > I added listen statements for both interfaces to the Kamailio config file: > -listen=ud

[SR-Users] rare crash , race condition between 183 and 408 ?

2014-11-04 Thread Dragos Oancea
Hi all & hi Daniel , We had a crash with version 4.0.5 today . I looks like it happens due to a race condition between a provisional response (183) and the generation of a 408 . We send the INVITE, get a `100 Trying` from upstream , then we get a `183 Session Progress` from upstream , then a

[SR-Users] Kamailio with media proxy and two network interfaces

2014-11-04 Thread Julien
Hello, I have a problem with Kamailio and a setup with two network interfaces (eth0 and eth1) Devices on eth0 CANNOT see devices on eth1 and vice versa, there is no route between both interfaces. Only Kamailio and the media proxy can access both. +--+

Re: [SR-Users] DBURL

2014-11-04 Thread Daniel-Constantin Mierla
Do you have: #!define WITH_MYSQL in your config? Cheers, Daniel On 04/11/14 16:32, shm...@riseup.net wrote: > [i have no idea about email subject nor anything else for this except > prior i configured rtpproxy to work with kamailio on a unix socket and > updated tls.cfg to use my cert/key] > >

Re: [SR-Users] REGISTRAR location replication (pua_reginfo)

2014-11-04 Thread Daniel-Constantin Mierla
Hello, as I understood, the issue was that when pua_reginfo received a notify and inserted a record in location table, usrloc executed a callback in pua_reginfo to send notify, which can result in endless cross notifications between nodes. If yes, I pushed a patch in master branch, can you test a

[SR-Users] DBURL

2014-11-04 Thread shm...@riseup.net
[i have no idea about email subject nor anything else for this except prior i configured rtpproxy to work with kamailio on a unix socket and updated tls.cfg to use my cert/key] running kamailio from deb http://deb.kamailio.org/kamailio jessie main $ sudo service kamailio restart [FAIL] Not sta

Re: [SR-Users] dnssec module

2014-11-04 Thread Daniel-Constantin Mierla
Libssl is not listed in the linked object and the missing symbol is reported by libval-threads (for SSL_get_SSL_CTX) -- so this library was no properly linked against libssl. Can you install from sources? A tutorial is available at: http://www.kamailio.org/wiki/install/4.2.x/git Before compiling

Re: [SR-Users] dnssec module

2014-11-04 Thread shm...@riseup.net
sure, Daniel-Constantin Mierla: > Hello, > > can you send the output of: > > ldd /usr/lib/x86_64-linux-gnu/kamailio/modules/dnssec.so $ ldd /usr/lib/x86_64-linux-gnu/kamailio/modules/dnssec.so linux-vdso.so.1 (0x7fff83ffe000) libval-threads.so.14 => /usr/lib/x86_64-linux-gnu

Re: [SR-Users] benchmark module

2014-11-04 Thread Daniel-Constantin Mierla
Regarding the log levels, the doc of the module was out of sync with the source code values. I pushed an update to the docs. Cheers, Daniel On 03/11/14 23:12, bob sacamano wrote: > thank you the change made things start to work. > > Out of curiosity why was it necessary to change the log level to