Module: sip-router
Branch: master
Commit: ee94f5341864d6a9e74e60935f61862832ae1112
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ee94f53…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Fri Feb 10 16:10:52 2012 +0000
modules_k/rls: New modparam to disable remote (to a domain that is not local) back-end
SUBSCRIBEs
- RLS and presence put heavy loads on servers and networks - especially
interconnects between networks.
- Using this modparam disables federation with non-local domains and
prevents RLS sending back-end SUBSCRIBEs to remote destinations.
---
modules_k/rls/README | 74 +++++++++++++++++++++++++--------------
modules_k/rls/doc/rls_admin.xml | 26 ++++++++++++++
modules_k/rls/rls.c | 3 ++
modules_k/rls/rls.h | 2 +
modules_k/rls/subscribe.c | 15 +++++++-
5 files changed, 93 insertions(+), 27 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=ee9…