Re: [SR-Users] db_cluster together with the registrar module = signal 11

2012-08-24 Thread Daniel-Constantin Mierla
Hello, can you print the content of cls in frame 0 inside gdb? p *cls I found and fixed a potential issue, by now in master: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d15ba97bab58108cfedc45158d90583f67cdadf You can cherry pick it in branch 3.3 and try it, with: git

Re: [SR-Users] db_cluster together with the registrar module = signal 11

2012-08-24 Thread Øyvind Kolbu
On 2012-08-24 at 09:22, Daniel-Constantin Mierla wrote: > Hello, > > can you print the content of cls in frame 0 inside gdb? > > p *cls (gdb) p *cls $1 = {name = {s = 0xb7b5a958 "data2=>voip2_data2=8r9p", len = 5}, clsid = 1761460487, ref = 1, rlist = {{clist = {0x0, 0x0, 0x0, 0x0, 0x0}, clen =

Re: [SR-Users] SEAS Module

2012-08-24 Thread Daniel-Constantin Mierla
Hello, the images are located inside the source tree in modules_k/seas/doc/images/. Auto-generation of the html version of the readme for browsing online does not copy the images folder. I did it manually for kamailio 3.3.x and devel versions, you should see the images now. Cheers, Daniel

Re: [SR-Users] Possible bug in authentication

2012-08-24 Thread martian
The Route and Record-route headers are identical. From debug (when alias=domain.ch:5060):   authentication of INVITE: Aug 24 14:22:44 server /usr/sbin/kamailio[8588]: NOTICE: : -- In route(AUTH), just before from_uri==myself -- Aug 24 14:22:44 serve

[SR-Users] Wrong index on expires column in pua module

2012-08-24 Thread Andreas Granig
Hi guys, In the pua table, there is a unique key on the "expires" column, which seems wrong to me, because you'll sooner or later end up with different pua entries having the same expiry time, no? At least we ended up with messages like this in the logs, I think it's caused by pua_reginfo tests:

Re: [SR-Users] SEAS Module

2012-08-24 Thread Fabian Borot
thank you daniel, I dont mean to sound like a pain in the neck but somehow the images are distorted, I used 3 browsers (IE, Fireofx, Chrome) and they look the same, streched, skewed, distorted take a look please > Date: Fri, 24 Aug 2012 12:48:09 +0200 >

Re: [SR-Users] Kamailio Crash using Cassandra 1.1.2 during SIP unregister

2012-08-24 Thread Boudewyn Ligthart
An update on this issue: The schema that is used by the cassandra module seems to be missing a few fields, the correct schema for location should be: * callid(string) cflags(int) contact(string) cseq(int) expires(timestamp) flags(int) last_modified(int) methods(int) path

Re: [SR-Users] db_cassandra

2012-08-24 Thread Boudewyn Ligthart
Brief update: Removed the domain parameter in the schema (subscriber). The registation now works. Thanks, Bou From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Boudewyn Ligthart Sent: 21 August 2012 16:45 To: SIP Router - Kamailio (OpenSER

Re: [SR-Users] Wrong index on expires column in pua module

2012-08-24 Thread Daniel-Constantin Mierla
Hello, On 8/24/12 6:53 PM, Andreas Granig wrote: Hi guys, In the pua table, there is a unique key on the "expires" column, which seems wrong to me, because you'll sooner or later end up with different pua entries having the same expiry time, no? At least we ended up with messages like this in

Re: [SR-Users] Possible bug in authentication

2012-08-24 Thread Daniel-Constantin Mierla
Hello, On 8/23/12 1:51 PM, mart...@centrum.sk wrote: Ok, so .. I have a session border controller device that is a contact point for my SIP domain (SRV record in DNS set to its IP). All the trafic goes through it and it does things like topology hiding etc.. The device forwards the INVITE me

Re: [SR-Users] SEAS Module

2012-08-24 Thread Daniel-Constantin Mierla
Hello, On 8/24/12 6:57 PM, Fabian Borot wrote: thank you daniel, I dont mean to sound like a pain in the neck but somehow the images are distorted, I used 3 browsers (IE, Fireofx, Chrome) and they look the same, streched, skewed, distorted take a look please indeed, they look bad, even in the

Re: [SR-Users] SEAS Module

2012-08-24 Thread Fabian Borot
thank you Daniel, they look fine now > Date: Fri, 24 Aug 2012 23:10:41 +0200 > From: mico...@gmail.com > To: sr-users@lists.sip-router.org > CC: fbo...@hotmail.com > Subject: Re: [SR-Users] SEAS Module > > Hello, > > On 8/24/12 6:57 PM, Fabian Borot wrote: