Module: sip-router Branch: master Commit: 4b30db3bce5211b34d6988e585a839fa7bcf4c66 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b30db3b...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Fri Feb 10 16:38:27 2012 +0000
modules_k/pua: Simplified dialog matching in hash-table and DB
- SIP dialogs can be matched with just Call-ID, From-Tag, and To-Tag so I have simplified the lookups/queries to just use those. - Also some tidy-up of pua_db.c
---
modules_k/pua/hash.c | 26 +-- modules_k/pua/pua_db.c | 505 +++++++++++++----------------------------------- modules_k/pua/pua_db.h | 1 - 3 files changed, 146 insertions(+), 386 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=4b30...