THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#245 - kamailio tls debug error
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Not a bug
Additional comments about closing: No follow up, use the latest version in that branch or more recently and reopen if new details are available.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=245
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#257 - kamailio can't accept new connections(tls)
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Not a bug
Additional comments about closing: No follow up, reopen if you have more details based on last requested data.
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=257
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#260 - RPC dns.delete_all doesn't deliver response
User who did this - Daniel-Constantin Mierla (miconda)
----------
What is the typical content for a response without data? No body at all, or there should be a fault response int this case?
----------
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=260#comment787
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#275 - FIFO deadlock after dispatcher reload
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Fix applied in #d83b9aefd5afa25b2d18a8bf92357fbd33d627bf
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=275
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task is now closed:
FS#272 - db_postgres: Prepared statements do not work
User who did this - Daniel-Constantin Mierla (miconda)
Reason for closing: Fixed
Additional comments about closing: Patch applied #09c7b67beee9529d6a7c06e600c7f294bf453eda
More information can be found at the following URL:
https://sip-router.org/tracker/index.php?do=details&task_id=272
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.
Module: sip-router
Branch: master
Commit: 3cf821d9983418d68ca33edc35ff5eb2e592d16f
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3cf821d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Mar 4 16:19:20 2013 +0100
Makefile.groups: refer to pkg groups instead of K
---
Makefile.groups | 61 +++++++++++++++++++++++++++----------------------------
1 files changed, 30 insertions(+), 31 deletions(-)
diff --git a/Makefile.groups b/Makefile.groups
index 449627c..cf61e87 100644
--- a/Makefile.groups
+++ b/Makefile.groups
@@ -167,18 +167,18 @@ mod_list_all=$(sort $(mod_list_basic) $(mod_list_extra) \
# groups are sets of modules selected by compile target interest (should be
# built by combining lists)
-# Modules in this group are the default compiled modules due to
+# Modules in this group are the default compiled modules due to
# no external compile or link dependencies
module_group_default=$(mod_list_basic) $(mod_list_extra) \
$(mod_list_db) $(mod_list_dbuid) \
$(mod_list_devel)
-# Modules in this group are the default compiled modules due to
+# Modules in this group are the default compiled modules due to
# no internal/external compile or link dependencies
module_group_standard=$(mod_list_basic) $(mod_list_extra) \
$(mod_list_devel)
-# Modules in this group are considered a standard part due to
+# Modules in this group are considered a standard part due to
# widespread usage, but they have dependencies that must be satisfied for
# compilation (e.g., lcr, radius, presence, tls, ...).
module_group_common=$(mod_list_db) $(mod_list_dbuid) \
@@ -213,90 +213,89 @@ module_group_ignore= $(sort $(filter-out $(module_group_default), $(mod_list_all
-### --- Groups defined for packaging ###
+### --- Groups defined for pacKaging ###
-# Standard modules in K Debian distro
+# Standard modules in main pkg
module_group_kstandard=$(mod_list_basic) $(mod_list_extra) \
$(mod_list_db) $(mod_list_dbuid) \
$(mod_list_pcre)
-# K mysql module
+# pkg mysql module
module_group_kmysql=$(mod_list_mysql)
-# K postgress module
+# pkg postgress module
module_group_kpostgres=$(mod_list_postgres)
-# K cpl module
+# pkg cpl module
module_group_kcpl=$(mod_list_cpl)
-# K xml modules
+# pkg xml modules
module_group_kxml=$(mod_list_xmldeps) $(mod_list_mi_xmlrpc)
-# K radius modules
+# pkg radius modules
module_group_kradius=$(mod_list_radius)
-# K unixodbc module
+# pkg unixodbc module
module_group_kunixodbc=$(mod_list_unixodbc)
-# K perl module
+# pkg perl module
module_group_kperl=$(mod_list_app_perl)
-# K snmpstats module
+# pkg snmpstats module
module_group_ksnmpstats=$(mod_list_snmpstats)
-# K xmpp module
+# pkg xmpp module
module_group_kxmpp=$(mod_list_xmpp)
-# K carrierroute module
+# pkg carrierroute module
module_group_kcarrierroute=$(mod_list_carrierroute)
-# K berkeley module
+# pkg berkeley module
module_group_kberkeley=$(mod_list_berkeley)
-# K ldap modules
+# pkg ldap modules
module_group_kldap=$(mod_list_ldap)
-# K utils module
+# pkg utils module
module_group_kutils=$(mod_list_utils)
-# K purple module
+# pkg purple module
module_group_kpurple=$(mod_list_purple)
-# K memcached module
+# pkg memcached module
module_group_kmemcached=$(mod_list_memcached)
-# K tls module
+# pkg tls module
module_group_ktls=$(mod_list_tlsdeps)
-# K websocket module
+# pkg websocket module
module_group_kwebsocket=$(mod_list_websocket)
-# K presence modules
+# pkg presence modules
module_group_kpresence=$(mod_list_presence)
-# K lua module
+# pkg lua module
module_group_klua=$(mod_list_lua)
-# K python module
+# pkg python module
module_group_kpython=$(mod_list_python)
-# K geoip module
+# pkg geoip module
module_group_kgeoip=$(mod_list_geoip)
-# K sqlite module
+# pkg sqlite module
module_group_ksqlite=$(mod_list_sqlite)
# K json modules
module_group_kjson=$(mod_list_json)
-# K redis module
+# pkg redis module
module_group_kredis=$(mod_list_redis)
-# K mono module
+# pkg mono module
module_group_kmono=$(mod_list_mono)
-# For IMS
-# kamailio modules
+# pkg IMS modules
module_group_kims=$(mod_list_ims)
Module: sip-router
Branch: master
Commit: 01cbe8bf98d6ad1ef8cf7e0b9f646fde81831fc6
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=01cbe8b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Mar 4 10:46:01 2013 +0100
Makefile.defs: -DWITH_AS_SUPPORT is on by default
- it was for kamailio flavour only
- can be disabled with WITHAS=0 and exclude_modules+=seas
---
Makefile.defs | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs
index 8749f6a..1c7e3cc 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -148,13 +148,14 @@ CFG_NAME=kamailio
KMSTATS ?= 1
# fast malloc statistics on
FMSTATS ?= 1
-# application server support on
-WITHAS ?= 1
else # unknown:
# main binary name
MAIN_NAME=kamailio
endif
+# application server support on
+WITHAS ?= 1
+
# what to install
INSTALL_FLAVOUR=$(FLAVOUR)
Module: sip-router
Branch: master
Commit: b5024f320b578c831d3ee13b077bb87954bc61b0
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b5024f3…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Mon Mar 4 16:09:36 2013 +0100
Makefile: updated the groups of modules
- they are kept in Makefile.groups to keep main Makefile cleaner
- most of modules are in lists groupped mostly by dependency
- compilation and packaging groups are build using the lists
- exclude_modules list is automatically built from all modules without
those part of lists with external dependencies
---
Makefile | 44 ++++++-
Makefile.groups | 397 ++++++++++++++++++++++++++++++++-----------------------
Makefile.shared | 5 +
3 files changed, 275 insertions(+), 171 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=b50…