Module: sip-router Branch: tmp/core_events Commit: b16b129457bb7f1198fab78bea367e5c19ea8ca7 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b16b1294...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Tue Aug 4 16:53:44 2009 +0200
topoh: new module for hiding topology details
- transparent for script writer and processing type (stateless, stateful) - it is not affected by server restart - can handle cloud deployments by using same secret key
---
modules/topoh/Makefile | 15 + modules/topoh/README | 186 ++++++++ modules/topoh/doc/Makefile | 4 + modules/topoh/doc/topoh.xml | 37 ++ modules/topoh/doc/topoh_admin.xml | 198 ++++++++ modules/topoh/th_mask.c | 175 +++++++ modules/topoh/th_mask.h | 30 ++ modules/topoh/th_msg.c | 913 +++++++++++++++++++++++++++++++++++++ modules/topoh/th_msg.h | 45 ++ modules/topoh/topoh_mod.c | 332 ++++++++++++++ 10 files changed, 1935 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=b16b...