Module: sip-router
Branch: master
Commit: 8324f5cd795b846575a027f5269af0d7ecbad20f
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8324f5c…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Thu Mar 29 16:11:22 2012 +0100
modules_k/pua: PUA DB only mode improvements and fixes
- Fixed an issue where CSeq wasn't updated in DB only mode
- Fixed a bug with pua.c:update_pua() in DB only mode
- Tidied up the code in pua_db.c
- Separated out the pua dialog (SUBSCRIBE/NOTIFY related) and record
(PUBLISH related) handling functions in pua_db.c
---
modules_k/pua/hash.c | 5 +-
modules_k/pua/pua.c | 4 +-
modules_k/pua/pua_db.c | 669 ++++++++++++++++++++--------------------
modules_k/pua/pua_db.h | 12 +-
modules_k/pua/send_publish.c | 9 +-
modules_k/pua/send_subscribe.c | 25 +-
6 files changed, 365 insertions(+), 359 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=832…