Module: sip-router
Branch: master
Commit: 8c0501bfaa27acab9721953e8c1551687c96edf2
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8c0501b…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Mon Oct 11 21:16:28 2010 +0300
modules/lcr: changes and new features
- New module parameter tag_avp.
- Renamed lcr_gw table's tag field to prefix field.
- Renamed dont_strip_or_tag_flag module parameter to
dont_strip_or_prefix_flag.
- Added optional tag_avp module parameter and made lcr_flags module
parameter optional.
- Added tag field to lcr_gw table whose value is assigned to possible
tag_avp by next_gw() and from_gw() functions.
- Increased lc_gw tables version number to 2.
- load_gws() can take uri_user param, value of which is used instead of
Request URI user part by load_gws() function.
- Parameters of load_gw() function must be given without quotes.
---
lib/srdb1/schema/lcr_gw.xml | 15 ++-
modules/lcr/README | 228 +++++++++++++++++++---------------
modules/lcr/doc/lcr_admin.xml | 76 ++++++++----
modules/lcr/lcr_mod.c | 268 +++++++++++++++++++++++++----------------
modules/lcr/lcr_mod.h | 10 +-
modules/lcr/lcr_rpc.c | 7 +-
6 files changed, 367 insertions(+), 237 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=8c0…