Module: sip-router
Branch: master
Commit: 70d2b098822efd0240dc61bd33edd583086fe83c
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=70d2b09…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Sun Apr 25 10:35:59 2010 +0300
modules/lcr: new feature added and old one removed
- Gateway ip_addr can now be NULL if hostname is given. If ip_addr of
one or more gateways in an LCR instance is NULL, all test functions
fail on that LCR instance, because for performance reasons, no DNS
queries are done by the test functions.
- Removed support for MI functions.
---
lib/srdb1/schema/gw.xml | 4 +-
modules/lcr/Makefile | 1 -
modules/lcr/README | 159 +++++-----------
modules/lcr/doc/lcr_admin.xml | 135 ++++----------
modules/lcr/lcr_mod.c | 426 +++++++++++++----------------------------
modules/lcr/lcr_rpc.c | 9 +-
modules/lcr/mi.c | 100 ----------
modules/lcr/mi.h | 51 -----
8 files changed, 221 insertions(+), 664 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=70d…
in the irc meeting, i promised to study, if/how textops modules could be
merged. below is a comparison. if ? appears as arg, it means that the
function has not been documented in README.
perhaps the easiest thing to do would be to extract the selects from
modules_s/textops to a new modules/sel.
comments?
-- juha
-------------------------------------------------------------------------
s k
search(re) x x
search_body(re) x
search_append(re, txt) x x
search_append_body(re, txt) x
replace(re, txt) x x
replace_body(re, txt) x
replace_all(re, txt) x x
replace_body_all(re, txt) x
replace_body_atonce(re, txt) x
subst('/re/repl/flags') x x
subst_uri('/re/repl/flags') x x
subst_user('/re/repl/flags') x x
subst_body('/re/repl/flags') x
set_body(txt,content_type) x
set_reply_body(txt,content_type) x
filter_body(content_type) x
append_to_reply(txt) x x
append_hf(txt) x x
append_hf(txt, hdr) x
append_hf_value(?, ?) x
insert_hf(txt) x
insert_hf(txt, hdr) x
insert_hf_value(?, ?) x
remove_hf(hname) x x
remove_hf_re(re) x x
remove_hf_value(?) x
remove_hf_value2(?) x
assign_hf_value(?, ?) x
assign_hf_value2(?, ?) x
include_hf_value(?, ?) x
exclude_hf_value(?, ?) x
hf_value_exists(?, ?)
append_urihf(prefix, suffix) x x
is_present_hf(hf_name) x x
is_present_hf_re(hf_name_re) x
append_time() x x
is_method(name) x
has_body(), has_body(mime) x
is_privacy(privacy_type) x
cmp_str(str1, str2) x
cmp_istr(str1, str2) x
starts_with(str1, str2) x
msg_apply_changes() x
selects x
Module: sip-router
Branch: master
Commit: 0e119dbcbb253ef4e9d5e4dcbc5946e285f36b87
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0e119db…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Fri Apr 23 13:51:21 2010 +0300
utils/kamctl/kamctl.8: removed obsolete text
---
utils/kamctl/kamctl.8 | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/utils/kamctl/kamctl.8 b/utils/kamctl/kamctl.8
index 96c8787..61fc55f 100644
--- a/utils/kamctl/kamctl.8
+++ b/utils/kamctl/kamctl.8
@@ -190,18 +190,6 @@ Send raw FIFO command
.PP
Commands labeled with (*) will prompt for a MySQL password.
If the environment variable PW is set, the password will not be prompted.
-.PP
-IP addresses must be entered in dotted quad format e.g. 1.2.3.4
-<uri_scheme> and <transport> must be entered in integer or text,
-e.g. transport '2' is identical to transport 'tcp'.
-.br
-scheme: 1=sip, 2=sips; transport: 1=udp, 2=tcp, 3=tls
-.br
-Examples:
-.br
-lcr addgw level3 1.2.3.4 5080 sip tcp 1
-.br
-lcr addroute +1 '' 1 1
.SH AUTHORS