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…