Module: sip-router
Branch: master
Commit: c9c181f8b5ee63f176fad577bc89314ffd261d8e
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c9c181f…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri May 29 14:02:20 2009 +0300
core: load_module - updated function docs
---
sr_module.c | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/sr_module.c b/sr_module.c
index e1da688..81ef9b3 100644
--- a/sr_module.c
+++ b/sr_module.c
@@ -243,11 +243,14 @@ static inline int version_control(void *handle, char *path)
}
/** load a sr module.
- * tries to load the module specified by path.
- * If modname does contain a '/' or a '.' it would be assumed to contain a
- * path to the module and it will be used as give.
- * else <MODS_DIR>/<modname>.so will be tried and if this fails
+ * tries to load the module specified by mod_path.
+ * If mod_path is 'modname' or 'modname.so' then
+ * <MODS_DIR>/<modname>.so will be tried and if this fails
* <MODS_DIR>/<modname>/<modname>.so
+ * If mod_path contain a '/' it is assumed to be the
+ * path to the module and tried first. If fails and mod_path is not
+ * absolute path (not starting with '/') then will try:
+ * <MODS_DIR>/mod_path
* @param modname - path or module name
* @return 0 on success , <0 on error
*/
while compiling modules/tls, i get a some warnings:
tls_config.c: In function ??parse_ipv6??:
tls_config.c:67: warning: implicit declaration of function ??str2ip6??
tls_config.c:67: warning: assignment makes pointer from integer without
a cast
and
tls_init.c:71:10: warning: #warning "openssl zlib compression bug workaround enabled"
tls_init.c:89:3: warning: #warning "openssl < 1.0: no TLS extensions or server name support"
and
tls_server.c: In function ??tls_h_nonblocking_write??:
tls_server.c:811: warning: label ??again?? defined but not used
how to get rid of them (the last looks easy)? do i have wrong version
of openssl dev package?
ii libssl-dev 0.9.8g-15+lenny1 SSL development libraries, header files and
by the way, why is tls implementation based on openssl instead of
gnutls?
-- juha
i can't find db schema scripts (e.g. for mysql) in sip-router git nor in
Makefile an entry to generate them.
is this still work to do or have i not looked hard enough?
also, what was the conclusion regarding kamctl scripts and their rc
files?
-- juha
Hi, I wonder how useful are -c and -C options (theorically they check the
config file).
While they detect some obvious errors, they fail to detect errors like:
xlog("L_HI_ALL", "What is it?\n");
modparam("wrong_module_name","wrong_param","wrong_value").
So, how much could I trust this utility?
Thanks.
--
Iñaki Baz Castillo <ibc(a)aliax.net>
Revision: 5863
http://openser.svn.sourceforge.net/openser/?rev=5863&view=rev
Author: henningw
Date: 2009-05-29 08:42:53 +0000 (Fri, 29 May 2009)
Log Message:
-----------
- fix an error in init and postinst, introduced from previous synchronisation
Modified Paths:
--------------
branches/1.5/packaging/debian/kamailio.init
branches/1.5/packaging/debian/kamailio.postinst
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.