Module: sip-router
Branch: master
Commit: 61af5c6b3523fe866f1d884ba4e9e077cce1588a
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=61af5c6…
Author: James Wyatt <james.wyatt(a)acision.com>
Committer: Hugh Waite <hugh.waite(a)acision.com>
Date: Tue Sep 2 12:52:47 2014 +0100
htable: Add event route when htable entries expire
- event_route[htable:expired:<table>] called when an entry expires
- pseudo-vars $shtrecord(key) and $shtrecord(value) access the expired content
---
modules/htable/README | 299 ++++++++++++++++++++++++-----------
modules/htable/doc/htable_admin.xml | 34 ++++-
modules/htable/ht_api.c | 63 ++++++++
modules/htable/ht_api.h | 2 +
modules/htable/ht_var.c | 51 ++++++
modules/htable/ht_var.h | 3 +
modules/htable/htable.c | 3 +
7 files changed, 355 insertions(+), 100 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=61a…