Module: sip-router
Branch: master
Commit: da720367972b18e0a6664dfa47d1e65a648099a8
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=da72036…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Mon Oct 15 19:51:21 2012 +0200
async Forgot to rebuild the README
---
modules/async/README | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/async/README b/modules/async/README
index 91ea07f..4f2c0ef 100644
--- a/modules/async/README
+++ b/modules/async/README
@@ -64,7 +64,7 @@ Chapter 1. Admin Guide
Async uses t_suspend() and t_continue() from the TM and TMX modules.
- Note that after invoking the an asynchronous operation, the processing
+ Note that after invoking the asynchronous operation, the processing
will continue later in another application process. Therefore variables
stored in private memory should not be used, try to use shared memory
if you want to get values after the processing is resumed (e.g.,
Module: sip-router
Branch: master
Commit: 12d95216e12c5e5bab351921524b4029a126854b
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=12d9521…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Thu Oct 18 18:39:15 2012 +0200
Merge branch 'master' of ssh://git.sip-router.org/sip-router
* 'master' of ssh://git.sip-router.org/sip-router:
all: OPENSER_MOD_INTERFACE replaced with KAMAILIO_MOD_INTERFACE
all: fixed matrix doc generation and updates for &defaultdb;
all: replaced db_url static value with &defaultrodb; in docs
all: replaced openser with kamailio in license and comments
dialog(k): run event route after setting cfg dlg vars
rtpproxy: regenerated readme for flags x and 3
rtpproxy: documented flag 3
rtpproxy: propage flags from rtpproxy_manage() to unforce_rtp_proxy()
pkg/gentoo: Added ebuild for v3.3.2
Makefile: added uninstall target
modules_k/db_sqlite: fix memory leak in sqlops query
kamailio.cfg: handle UPDATE through nat traversal logic
auth_db(k): new function is_subscriber(uri, dbtable, flags)
---
The DMQ module is classified as "RELEASED" in the modules list.
It's poorly documented (not all functions, bad modparam names) and core dumps as soon as I try to load it.
If we don't have a maintainer for it, I suggest we move it to EXPERIMENTAL category, not to confuse our users. If we have a maintainer, it's time to update the documentation so that any Kamailio user can figure out how to use it (and stop it from generating core dumps).
Any opinions?
/O