Module: sip-router
Branch: master
Commit: 5b7255d8861d699903692f1457e3e60d9f39837c
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5b7255d…
Author: Jason Penton <jason.penton(a)gmail.com>
Committer: Jason Penton <jason.penton(a)gmail.com>
Date: Tue Feb 11 07:52:50 2014 +0200
modules/ims_usrloc_pcscf: added new hash storage based on IP:PORT. backwards compatible
with original scheme using new modparam
- new modparam is hashing_type - see module documentation
---
.../doc/ims_usrloc_pcscf_admin.xml | 50 ++++++++++++++++
modules/ims_usrloc_pcscf/pcontact.c | 13 ++++-
modules/ims_usrloc_pcscf/pcontact.h | 3 +
modules/ims_usrloc_pcscf/udomain.c | 55 ++++++++++++++++-
modules/ims_usrloc_pcscf/ul_mod.c | 4 +-
modules/ims_usrloc_pcscf/usrloc.c | 61 ++++++++++++++++++++
modules/ims_usrloc_pcscf/usrloc.h | 2 +
7 files changed, 182 insertions(+), 6 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=5b7…