Re: [SR-Users] Memory leak

2010-09-23 Thread Santiago Soares
It worked! It was the pcre_match that was consuming all the memory available. Kamailio has been running for more than 24 hours, and memory comsumption is not increasing. Thank you very much! Santiago Soares Fone: (41) 8488-0537 On Wed, Sep 22, 2010 at 12:21 PM, marius zbihlei wrote: > On 09/22/

Re: [SR-Users] LCR "weight" column question

2010-09-23 Thread Juha Heinanen
Ricardo Martinez writes: > I’m observing something like this : (these are “Simmultaneous calls” > graphs) ricardo, my email client does not know to display your data, but weight is assigned to gws like this: matched_gws[gw_index].weight = t->weight * (rand() >> 8); where t->weight comes from d

[SR-Users] Help regarding SIREMIS

2010-09-23 Thread Zuhair Raza
HI I am newbie, I have a centos pc with httpd, php and mysql installed in it i followed the procedure at http://siremis.asipto.com/install/ when i m trying to browse my siremis web it is unable to submit my request... may be i am missing something configuring Apache please guide me how can i get

Re: [SR-Users] LCR "weight" column question

2010-09-23 Thread Ricardo Martinez
Hello Juha. I’m observing something like this : (these are “Simmultaneous calls” graphs) As you can see the GW05, Gw06, Gw09 and GW10 seems to share the load equally, as expected.. but I was also expecting a little more load in the GW02 ad Gw03. They seems to me very underloaded (accordi

Re: [SR-Users] Kamailio 1.5.4 - Pike module ignoring remove_latancy parameter

2010-09-23 Thread Daniel-Constantin Mierla
Hello Miguel, I had the time to do some tests and look at the code. The remove_latency is not what you thought (and I expected the same), but the time after which to remove an IP from internal tree if no request is received from it during that duration -- it is this behavior from old ser era.

[SR-Users] LCR "weight" column question

2010-09-23 Thread Juha Heinanen
Ricardo Martinez writes: > I’m wondering how the “Weight” column in the LCR ‘gw’ table Works. weight is probabilistic weight of the gateway that applies when priorities of the gateways are the same. > If I have 100 calls, I was expecting was to have 20 to GW05, 20 to GW06, 20 > to GW09 and 20 to

[SR-Users] Kamailio --> Mitel (Not Found) ¿INVITE ISSUES?

2010-09-23 Thread Tincho ylm
Hi all! I really don't know why "Mitel" rejects my calls. I'm using Kamailio to forward calls to Mitel. A little more graphic: Please see the picture: http://s3.subirimagenes.com:81/otros/5226539form.jpg SIP PHONE (Linksys) ---> Kamailio (1.5.4) > Mitel > Mitel Phone Mitel rejects m

Re: [SR-Users] Memory leak

2010-09-23 Thread Andrei Pelinescu-Onciul
On Sep 23, 2010 at 09:56, Daniel-Constantin Mierla wrote: > > > On 9/23/10 9:46 AM, Andrei Pelinescu-Onciul wrote: > >On Sep 22, 2010 at 22:25, Iñaki Baz Castillo wrote: > >>2010/9/22 marius zbihlei: > >>>this will be much better handled by a transformation > >>> > >>>if ( $(fn{s.len})> 62 ) {

Re: [SR-Users] Memory leak

2010-09-23 Thread Daniel-Constantin Mierla
On 9/23/10 9:46 AM, Andrei Pelinescu-Onciul wrote: On Sep 22, 2010 at 22:25, Iñaki Baz Castillo wrote: 2010/9/22 marius zbihlei: this will be much better handled by a transformation if ( $(fn{s.len})> 62 ) {...} Yes, using pcre_math is good when we need to perform a regular expression aga

Re: [SR-Users] Memory leak

2010-09-23 Thread Andrei Pelinescu-Onciul
On Sep 22, 2010 at 22:25, Iñaki Baz Castillo wrote: > 2010/9/22 marius zbihlei : > > this will be much better handled by a transformation > > > > if ( $(fn{s.len}) > 62 ) {...} > > Yes, using pcre_math is good when we need to perform a regular > expression against a PV (which is not possible usin