Module: sip-router
Branch: master
Commit: f802733daf34d96020f7a7cc58e5a70f2b476717
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f802733…
Author: Jason Penton <jason.penton(a)gmail.com>
Committer: Jason Penton <jason.penton(a)gmail.com>
Date: Fri Mar 28 11:44:51 2014 +0200
modules/ims_usrloc_pcscf: hash now on IP only and some contact search changes
- hash on IP required, considering with IPSEC/TLS there could be multiple contacts per
IP... - these all need to resolve to the same contact
- the contact searches updated accordingly and simplified using uri parser
- new contact search returns a contact regardless of state the contact is in... up to
consumer to test the state the are/are not interested in
---
modules/ims_usrloc_pcscf/pcontact.c | 23 +++-
modules/ims_usrloc_pcscf/udomain.c | 225 ++++++++++++++++++-----------------
modules/ims_usrloc_pcscf/usrloc.c | 50 ++------
modules/ims_usrloc_pcscf/usrloc.h | 13 +-
4 files changed, 147 insertions(+), 164 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=f80…