Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-18 Thread rod
thanks Mathieu. I setup an IRC account to give it a try. Comme ça je pourrais t'embeter avec mes "pbms" :p rod Mathieu Rene wrote: > limit_hash uses a faster data structure then limit but works the same > way for tne end-user. > > viens sur IRC si t'as des questions en francais =) > > Math >

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-17 Thread Mathieu Rene
limit_hash uses a faster data structure then limit but works the same way for tne end-user. viens sur IRC si t'as des questions en francais =) Math On 17-Mar-09, at 3:06 AM, rod wrote: > Hi, > > not too hard :p > but it's just a bad habit when I write in my native language > (french). I >

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-17 Thread rod
Hi, not too hard :p but it's just a bad habit when I write in my native language (french). I guess that this spelling is not too common for english speaker. I'll do my best next time to write it correctly. @tamas you are right, we could use limit_hash the same way as limit when not specifying

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-13 Thread Tamas Cseke
Hello, Thank you for your help. limit,Limit, [ [number [dialplan [context limit_hash,Limit (hash), [[/interval]] [number [dialplan [context]]] I diged into mod_limit deeplier and as far as I understand, limit and limit_hash can be used for the same thing: limiting concurrent calls. plea

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-13 Thread Mathieu Rene
Yeah, you should be using limit_hash unless you need data replication on multiple FS boxes since its a lot faster. You can also do On another note, normal_circuit_congestion looks like a more appropriate cause. If you have problems, please open a jira including logs and a detailed descript

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-13 Thread Tamas Cseke
Hello, Thank you for your help. limit,Limit, [ [number [dialplan [context limit_hash,Limit (hash), [[/interval]] [number [dialplan [context]]] I diged into mod_limit deeplier and as far as I understand, limit and limit_hash can be used for the same thing: limiting concurrent calls. plea

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-13 Thread Raymond Chandler
Tamas wrote: > My guess is: pbm = problem :) > sure, but is it really that hard to spell all the way out? -Ray ___ Freeswitch-users mailing list Freeswitch-users@lists.freeswitch.org http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUB

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-13 Thread Tamas
My guess is: pbm = problem :) T. Michael Jerris írta: > What is a pbm? > > On Mar 13, 2009, at 4:51 AM, rod wrote: > > >> Hello, >> >> I'm now running r12590, the pbm was still there, but this was >> because of >> a broken dialplan. >> >> I'm using this for exceeded limit: >> >>> e

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-13 Thread Michael Jerris
What is a pbm? On Mar 13, 2009, at 4:51 AM, rod wrote: > Hello, > > I'm now running r12590, the pbm was still there, but this was > because of > a broken dialplan. > > I'm using this for exceeded limit: > > expression="^limit_exceeded$"> > > > > > > but

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-13 Thread rod
Hello, I'm now running r12590, the pbm was still there, but this was because of a broken dialplan. I'm using this for exceeded limit: but this extension was at the end of my dialplan and I matched an other extension before reaching the limit exten

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-12 Thread Tamas Cseke
Hello, we had the same problem. we couldn't test r12581 for sure yet, but we will. This fix is only for the limit (db version), right? Would be limit_hash a better choice to increase performance anyway? Rod, do yoo have maybe experiences with limit_hash with your sipp? Thanks in advance, Tamas

Re: [Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-12 Thread Mathieu Rene
Were you doing transfers (action="transfer" in the dialplan) ? If yes, retry with revision 12581, and open a JIRA if it still is an issue (also include a full debug log (delete your freeswitch.log file before doing your test and attach it after) in your JIRA) Math On 12-Mar-09, at 10:12 AM,

[Freeswitch-users] Mod_limit stuck when hitting limit value

2009-03-12 Thread rod
Hi list, I'm testing mod_limit like this: where AREA could be any value like: US/EUROPE/AFRICA... that has been set for the call then I use sipp for load testing with 4 cps and max 65 calls so that I will be limited by the limit of 60 in the dialplan. I use "limit_u