Re: [SR-Users] Command 'sercmd lcr.dump_rules' out of memory.

2011-04-26 Thread Daniel-Constantin Mierla
Hello, might be something wrong in the ctl module, but in order to get more details, run kamailio with: debug=3 memdbg=2 memlog=2 children=1 When you get the memory error, stop the proxy and send all log messages from start to end. Cheers, Daniel On 4/19/11 3:28 PM, Alexandre Abreu wrote:

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Daniel-Constantin Mierla
afaik, the list should be saved for tm lifetime. If you run with high debug level, do you see any message when the list is destroyed? Cheers, Daniel On 4/22/11 3:00 PM, Juha Heinanen wrote: domain module sets $td.did at lookup_domain call. $td.did seems to be a normal avp, because i can

Re: [SR-Users] Kamailio stops responding after 10 days or so

2011-04-26 Thread Daniel-Constantin Mierla
Hello, thanks for feedback. Going to work on it asap. Cheers, Daniel On 4/19/11 10:17 PM, Morten Isaksen wrote: Hi, It happend again. I got the result from gdb. Here is the output from a bt indside gdb for each worker and one bt full for one of the workers. They are all stuck in

Re: [SR-Users] perlvdb error

2011-04-26 Thread Daniel-Constantin Mierla
On 4/21/11 2:21 PM, Roman Yeryomin wrote: On 21 April 2011 12:16, Daniel-Constantin Mierlamico...@gmail.com wrote: (gdb) bt full #0 0xb7228e3a in parseurl (url=0xb7213230 T�0\b#) at perlvdbfunc.c:60 No locals. #1 0xb7228e7d in perlvdb_db_init (url=0x1Address 0x1 out of Seems that the db

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Juha Heinanen
Daniel-Constantin Mierla writes: afaik, the list should be saved for tm lifetime. If you run with high debug level, do you see any message when the list is destroyed? daniel, plenty, but they don't tell me anything. what does this mean? Apr 26 13:31:43 sip /usr/sbin/sip-proxy[19855]:

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Daniel-Constantin Mierla
Hi Juha, On 4/26/11 12:58 PM, Juha Heinanen wrote: Daniel-Constantin Mierla writes: afaik, the list should be saved for tm lifetime. If you run with high debug level, do you see any message when the list is destroyed? daniel, plenty, but they don't tell me anything. what does this mean?

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Juha Heinanen
Daniel-Constantin Mierla writes: this tells that the avp list was null. The message is printed 6 times since ser added 5 more avp lists - kamailio used to have 1, the first, corresponding to FROM_URI list in ser notation. So, it looks like all the avps list were null when the core cleaned

Re: [SR-Users] [sr-dev] call for participation: kamailio project at LinuxTag 2011

2011-04-26 Thread Henning Westerholt
On Thursday 07 April 2011, Henning Westerholt wrote: [..] If you are in Berlin during this time, plan to visit the LinuxTag or just like to help your favourite SIP server project - please consider supporting us in running our fair booth! Even showing up for one or two hours helps a lot. We

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Klaus Darilion
Not helping with this issue - but having another question: what is $td.did? Is it a pseudo variable (as it starts with $)? Is it somehow related/derived to/from $td or is the '.' just a character like a-z? thanks klaus Juha Heinanen wrote: domain module sets $td.did at lookup_domain call.

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Jan Janak
On Tue, Apr 26, 2011 at 7:41 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Not helping with this issue - but having another question: what is $td.did? Is it a pseudo variable (as it starts with $)? Is it somehow related/derived to/from $td or is the '.' just a character like a-z? This

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Klaus Darilion
Jan Janak wrote: On Tue, Apr 26, 2011 at 7:41 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Not helping with this issue - but having another question: what is $td.did? Is it a pseudo variable (as it starts with $)? Is it somehow related/derived to/from $td or is the '.' just a

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Jan Janak
On Tue, Apr 26, 2011 at 8:42 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Jan Janak wrote: On Tue, Apr 26, 2011 at 7:41 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Not helping with this issue - but having another question: what is $td.did? Is it a pseudo variable (as

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Klaus Darilion
Jan Janak wrote: On Tue, Apr 26, 2011 at 8:42 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Jan Janak wrote: On Tue, Apr 26, 2011 at 7:41 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Not helping with this issue - but having another question: what is $td.did? Is it a pseudo

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Klaus Darilion
Jan Janak wrote: On Tue, Apr 26, 2011 at 8:42 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Jan Janak wrote: On Tue, Apr 26, 2011 at 7:41 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Not helping with this issue - but having another question: what is $td.did? Is it a pseudo

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Jan Janak
On Tue, Apr 26, 2011 at 9:19 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Jan Janak wrote: On Tue, Apr 26, 2011 at 8:42 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Jan Janak wrote: On Tue, Apr 26, 2011 at 7:41 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote:

Re: [SR-Users] is $td.did avp a normal avp?

2011-04-26 Thread Daniel-Constantin Mierla
On 4/26/11 9:20 PM, Klaus Darilion wrote: Jan Janak wrote: On Tue, Apr 26, 2011 at 8:42 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Jan Janak wrote: On Tue, Apr 26, 2011 at 7:41 PM, Klaus Darilion klaus.mailingli...@pernau.at wrote: Not helping with this issue - but having