Re: [SR-Users] Problem adding json module

2015-08-06 Thread Daniel-Constantin Mierla
Hello, I haven't written the json module, so I don't know the limits of the versions. Anyhow, what you can do is to look at debian/rpm specs in source tree at pkg/kamailio/..., there should list the dependencies of the json libs with versions. jansson is using another underlying library, one of

Re: [SR-Users] Kamailio 4.3.1 and Debian 7

2015-08-06 Thread Daniel-Constantin Mierla
See the notes for upgrading to v4.3: - https://www.kamailio.org/wiki/install/upgrade/4.2.x-to-4.3.0 Cheers, Daniel On 06/08/15 21:45, Carsten Bock wrote: > Hi, > > probably you just need to recreate your database - it seems you are > using an old Database Structure with your Kamailio. > > Just d

Re: [SR-Users] Rtpengine/rtpproxy and zrtp

2015-08-06 Thread Alexandru Covalschi
thanks! 2015-08-06 22:29 GMT+03:00 Frank Carmickle : > Zrtp passes through rtpengine just fine. > > --FC > Sent from my 6 plus > > On Aug 6, 2015, at 14:12, Alexandru Covalschi <568...@gmail.com> wrote: > > Sorry if writing to wrong mailing list, I am very limited to traffic now > amd don't know

Re: [SR-Users] Kamailio 4.3.1 and Debian 7

2015-08-06 Thread Carsten Bock
Hi, probably you just need to recreate your database - it seems you are using an old Database Structure with your Kamailio. Just do kamdbctl create (after modifying your /etc/kamailio/kamctlrc). Thanks, Carsten 2015-08-06 21:42 GMT+02:00 Mathieu Boyer : > Hello, > > > i've got big issues since

[SR-Users] Kamailio 4.3.1 and Debian 7

2015-08-06 Thread Mathieu Boyer
Hello, i've got big issues since upgrade of Debian packages (debian repository http://deb.kamailio.org/kamailio wheezy) on 4.3.1. Started with rr.so can't load without outbound.so, location.so find version mismatch (6 vs 8) etc ... Have you got a quick work

Re: [SR-Users] Rtpengine/rtpproxy and zrtp

2015-08-06 Thread Frank Carmickle
Zrtp passes through rtpengine just fine. --FC Sent from my 6 plus > On Aug 6, 2015, at 14:12, Alexandru Covalschi <568...@gmail.com> wrote: > > Sorry if writing to wrong mailing list, I am very limited to traffic now amd > don't know if there is any for rtpproxy/rtpengine. > My question is -

[SR-Users] Rtpengine/rtpproxy and zrtp

2015-08-06 Thread Alexandru Covalschi
Sorry if writing to wrong mailing list, I am very limited to traffic now amd don't know if there is any for rtpproxy/rtpengine. My question is - can they support ZRTP at least in pass-through mode? Will rtpengine fail on trying to recognize unknown SDP fields? __

Re: [SR-Users] Problem adding json module

2015-08-06 Thread Joao Alves
Hi Daniel, I've installed the latest release (0.12), but can downgrade if needed. which version have you integrated with? About jansson, I was not really aware of it. is it providing improved functionalities compared with json? Thanks, Joao From: sr-users [mailto:sr-users-boun...@lists.sip-

Re: [SR-Users] Kamailio v4.2.6 Released

2015-08-06 Thread Alberto Sagredo
Thanks for explanation BR 2015-08-06 12:02 GMT+02:00 Daniel-Constantin Mierla : > If you upgraded from an older version 4.2.x, you don't need any database > structure upgrade. Only if you upgrade from 4.1.x or older. > > Also, not that the latest stable release series is 4.3.x. > > This 4.2.6 wa

Re: [SR-Users] Kamailio v4.2.6 Released

2015-08-06 Thread Daniel-Constantin Mierla
If you upgraded from an older version 4.2.x, you don't need any database structure upgrade. Only if you upgrade from 4.1.x or older. Also, not that the latest stable release series is 4.3.x. This 4.2.6 was released for those running 4.2.x and are not intending for the moment to upgrade to 4.3.x,

Re: [SR-Users] Kamailio Redis support

2015-08-06 Thread Daniel-Constantin Mierla
Hello, there is no redis module that implements the database api, the existing one is just of operations done from configuration file. If you want a no-sql backend for the modules that require a DB module, then cassandra or mongodb are the options now (see modules prefixed with db_). Cheers, Dan

[SR-Users] Kamailio Redis support

2015-08-06 Thread Solutions Solutions
Hi All, i want to replace MySQL with redis database in kamalio,but in kamalio supports transactions with MySQL ,ie saving data in MySql DB.but while trying to run kamailio with redis ,transaction are not happening,is there any module that i have to enable in kamalio for No SQL databases transact