Module: sip-router
Branch: jh/mtree
Commit: 54335d6730328f7ff3d5dea8549a52f47f04416d
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=54335d6…
Author: Juha Heinanen <jh(a)tutpro.com>
Committer: Juha Heinanen <jh(a)tutpro.com>
Date: Sun Aug 28 15:46:44 2011 +0300
modules/mtree: mtree enhancements
- Added integer tree payload type with type value 2.
- Same prefix can have multiple payload values if mt_allow_duplicates
module parameter has value 1.
---
lib/srdb1/schema/mtree.xml | 3 +-
lib/srdb1/schema/mtrees.xml | 3 +-
modules/mtree/README | 44 +++++---
modules/mtree/doc/mtree_admin.xml | 28 ++++-
modules/mtree/mtree.c | 218 ++++++++++++++++++++++---------------
modules/mtree/mtree.h | 27 +++--
modules/mtree/mtree_mod.c | 27 ++++-
7 files changed, 227 insertions(+), 123 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=543…