THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Anonymous user ()
Attached to Project - sip-router
Summary - modules_s/domain should export is_local API function
Task Type - Feature Request
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Medium
Priority - Normal
Reported Version - Development
Due in Version - Undecided
Due Date - Undecided
Details - In order to replace k domain module with more powerful s domain module, the latter should export is_local API function.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=9
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
Revision: 5899
http://openser.svn.sourceforge.net/openser/?rev=5899&view=rev
Author: carstenbock
Date: 2009-07-13 12:40:31 +0000 (Mon, 13 Jul 2009)
Log Message:
-----------
Fix double increase of jiffy-value.
- As noticed by Daniel.
Modified Paths:
--------------
branches/1.5/timer.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Module: sip-router
Branch: master
Commit: 462acb9bf0864bbb18f1a0683869cce8e35aafe0
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=462acb9…
Author: darilion <darilion(a)flunder.lan>
Committer: Klaus Darilion <klaus.mailinglists(a)pernau.at>
Date: Mon Jul 13 13:36:53 2009 +0200
debian: fix rules file
- fix postgress typo
- remove non-existing modules
- fix list of broken modules, and activate it, so that beta-users can make debian packages without errors
---
pkg/debian/rules | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pkg/debian/rules b/pkg/debian/rules
index 999ce8e..289ec3e 100755
--- a/pkg/debian/rules
+++ b/pkg/debian/rules
@@ -36,13 +36,13 @@
export DEB_BUILD_OPTIONS:="$(DEB_BUILD_OPTIONS) nostrip"
# modules not in the "main" ser package
-EXCLUDED_MODULES= jabber xmlrpc postgres cpl cpl-c
+EXCLUDED_MODULES=jabber xmlrpc cpl-c
# extra modules to skip, because they are not compilable now
# - regardless if they go to the main ser package or to some module package,
# they will be excluded from compile and install of all
-#EXTRA_EXCLUDED_MODULES= cpl-c avpops flatstore pdt lcr msilo bdb dbtext iptrtpproxy ldap oracle osp pa rls
-EXTRA_EXCLUDED_MODULES=
+EXTRA_EXCLUDED_MODULES=seas bdb dbtext oracle pa rls iptrtpproxy
+#EXTRA_EXCLUDED_MODULES=
# possible module directories that can appear in MODULES_SP
# (only used for deducing a module name)
@@ -50,7 +50,7 @@ MDIRS=modules modules_s modules_k
# modules packaged in separate packages (complete with full modules_* path)
# with the package name: ser-$(module_name)-module
-MODULES_SP=modules/db_mysql modules/db_postgress modules/tls modules_s/xmlrpc
+MODULES_SP=modules/db_mysql modules/db_postgres modules/tls modules_s/xmlrpc
# module groups that are packaged in seperate packages
# (with the name ser-$(group_name)-modules)
in situation where both k and s modules are in use, is there a need for
two different xmlrpc clients or can s or k xmlrpc interface be used to
issue all xmlrpc commands?
i have noticed that serctl has mi argument after which a k ctl command
can be given via ser ctl transport. does the same apply also to ser
xmlrpc transport?
-- juha
Hi Andrei!
Do you think this is also relevant for sip-router's TCP implementation?
regards
klaus
-------- Original-Nachricht --------
Betreff: Re: [Kamailio-Users] TCP supervisor process in Kamailio
Datum: Tue, 7 Jul 2009 15:00:49 +0200
Von: Pascal Maugeri <pascal.maugeri(a)gmail.com>
An: Daniel-Constantin Mierla <miconda(a)gmail.com>
CC: kamailio <users(a)lists.kamailio.org>
Referenzen:
<990aed650907070551k594ee26cl3056fa7090742e1b(a)mail.gmail.com>
<4A53466F.1070102(a)gmail.com>
On Tue, Jul 7, 2009 at 2:58 PM, Daniel-Constantin
Mierla<miconda(a)gmail.com> wrote:
> Hello,
>
> On 07/07/2009 02:51 PM, Pascal Maugeri wrote:
>>
>> Hi
>>
>> I recently read the following in order to optimize OpenSER in handling
>> TCP connections:
>>
>> "First, the TCP supervisor process must be given an elevated priority
>> level in order to prevent anomalous behavior due to the Linux
>> scheduler."
>>
>> First of all, as this is quite old paper
>
> where is this paper?
http://www.cs.rice.edu/CS/Architecture/docs/ram-ispass08.pdf (Section
4.3, page 6).
-pascal
>
> Thanks,
> Daniel
>
>> (it refers to OpenSER 1.2),
>> I'm wondering if such a tuning is still needed for Kamailio 1.5 branch
>> ? If yes, how can I do this ?
>>
>> Regards,
>> Pascal
>>
>> _______________________________________________
>> Kamailio (OpenSER) - Users mailing list
>> Users(a)lists.kamailio.org
>> http://lists.kamailio.org/cgi-bin/mailman/listinfo/users
>> http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
>>
>>
>
> --
> Daniel-Constantin Mierla
> http://www.asipto.com/
>
>
_______________________________________________
Kamailio (OpenSER) - Users mailing list
Users(a)lists.kamailio.org
http://lists.kamailio.org/cgi-bin/mailman/listinfo/usershttp://lists.openser-project.org/cgi-bin/mailman/listinfo/users
Hello,
the roadmap to next major release of Kamailio, codenamed 3.0, was
sketched during last week IRC meeting as:
- freezing in 1-1.5 months
- 1-1.5 months testing
- release by end of September/ beginning of October
Right now, current development state is:
- all but one module (seas) were updated to work with the new core
- several addons in kamailio core and tm still to be included in GIT
master branch
- many new features developed: mecached, event_route, xml doc handling
... see:
http://sip-router.org/wiki/features/new-in-devel
I invite all of you to test, startup guidelines at:
http://sip-router.org/wiki/migration/kamailio-3.0-config
Any feedback is very much appreciated, thanks,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/
Hello,
last week during the IRC meeting it was proposed to release kamailio
1.5.2 tomorrow. If anyone of you is aware of some show stopper, please
reply.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://www.asipto.com/