Re: [sr-dev] git:master: modules_k: ratelimit - removing rl_drop functionality

2010-07-05 Thread Ovidiu Sas
Done. On Mon, Jul 5, 2010 at 6:32 AM, Daniel-Constantin Mierla wrote: > do not forget to add notes about these updates in the migration wiki page: > > http://sip-router.org/wiki/install/3.0.x-to-3.1.x > > Thanks, > Daniel ___ sr-dev mailing list sr-dev

Re: [sr-dev] git:master: modules_k: ratelimit - removing rl_drop functionality

2010-07-05 Thread Ovidiu Sas
Hello Henning, I will add an example to the README file. My goal was to remove the dependency on the sl module. The ratelimit module is now ready to be migrated from modules_k to modules. Regards, Ovidiu Sas On Mon, Jul 5, 2010 at 6:29 AM, Henning Westerholt wrote: > On Saturday 03 July 2010, O

Re: [sr-dev] seas module for sip-router

2010-07-05 Thread Daniel-Constantin Mierla
On 4/23/10 10:15 AM, Jan Janak wrote: On Fri, Apr 23, 2010 at 3:55 AM, Daniel-Constantin Mierla wrote: Hi Jan, On 2/2/10 9:26 PM, Jan Janak wrote: Hi, On 02-02 19:36, Elias Baixas wrote: Hello all, I have been working on the seas module to make it work on sip-

[sr-dev] dialog module: failed_dlgs semantics

2010-07-05 Thread Timo Reimann
Hi, what's the dialog module's "failed_dlgs" counter variable (defined in modules_k/dialog.c) supposed to indicate? My understanding would be that it shows the number of dialogs that could not reach the "confirmed" call state, i.e., calls for which the caller received a non-2xx final response aft

Re: [sr-dev] building sip-router statically with restricted set of modules

2010-07-05 Thread Henning Westerholt
On Monday 05 July 2010, Timo Reimann wrote: > I've been trying to build sip-router statically, that is, create a > single binary that includes a few selected modules from the modules/ and > modules_k/ directories only (ser modules aren't required in my case). > > So far, I haven't had much luck: I

[sr-dev] SF.net SVN: openser:[6014] branches/1.5/modules/dialog/dlg_hash.c

2010-07-05 Thread Marius Zbihlei
Revision: 6014 http://openser.svn.sourceforge.net/openser/?rev=6014&view=rev Author: mariuszbihlei Date: 2010-07-05 14:46:48 + (Mon, 05 Jul 2010) Log Message: --- Do not consider in-early-dialog BYE requests to be bogus. Patch from Timo Reimann (timo.reimann at 1und1 d

[sr-dev] building sip-router statically with restricted set of modules

2010-07-05 Thread Timo Reimann
Heya, I've been trying to build sip-router statically, that is, create a single binary that includes a few selected modules from the modules/ and modules_k/ directories only (ser modules aren't required in my case). So far, I haven't had much luck: I tried passing various combinations of modules,

Re: [sr-dev] git:master: modules_k: ratelimit - removing rl_drop functionality

2010-07-05 Thread Daniel-Constantin Mierla
Hello, On 7/5/10 12:29 PM, Henning Westerholt wrote: On Saturday 03 July 2010, Ovidiu Sas wrote: modules_k: ratelimit - removing rl_drop functionality - rl_drop is now obsolete: same functionality can be achieved by invoking: append_to_reply("Retry-After: 5\r\n"); sl_se

Re: [sr-dev] git:master: modules_k: ratelimit - removing rl_drop functionality

2010-07-05 Thread Henning Westerholt
On Saturday 03 July 2010, Ovidiu Sas wrote: > modules_k: ratelimit - removing rl_drop functionality > > - rl_drop is now obsolete: same functionality can be >achieved by invoking: > append_to_reply("Retry-After: 5\r\n"); > sl_send_reply("503","Limiting"); Hi Ovidiu, if you like

Re: [sr-dev] Dialog module: "CRITICAL bogus event 6 in state 2

2010-07-05 Thread Daniel-Constantin Mierla
Hello, last week I committed an update for this. If any of you can run some tests and report back, would be great. Plan is to backport to 3.0 as soon as some testing was done to be sure it does not break something else. Thanks, Daniel On 6/14/10 5:35 PM, Ovidiu Sas wrote: There is a new TM

[sr-dev] git:master: debugger: work on nicer output

2010-07-05 Thread Daniel-Constantin Mierla
Module: sip-router Branch: master Commit: 9a65f7d218a5740fb0196384e29e417efc755efb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9a65f7d218a5740fb0196384e29e417efc755efb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: Mon Jul 5 10:37:2

[sr-dev] git:master: core: typos in comments

2010-07-05 Thread Daniel-Constantin Mierla
Module: sip-router Branch: master Commit: 39ac6a5c0a7833ad0c29ae7711f37b92c5c81e95 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=39ac6a5c0a7833ad0c29ae7711f37b92c5c81e95 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: Mon Jul 5 10:36:5

Re: [sr-dev] PostgreSQL problems with Kamailio_3.0.2

2010-07-05 Thread Klaus Darilion
Escaping for newer postgresql versions is still not fixed. regards klaus Am 04.07.2010 13:47, schrieb Klaus Feichtinger: Hi Henning, I do not have another patch for this issue. The patch from the repository solved the problem in this way that PIDF bodies are now included in NOTIFY messages. Ho