Module: sip-router Branch: carstenbock/ims Commit: e3a78eefa2b1307904570d6eb7f00438c483d3d9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e3a78eef...
Author: Carsten Bock carsten@bock.info Committer: Carsten Bock carsten@bock.info Date: Mon Mar 21 17:05:03 2011 +0100
- Initial Version to publish reginfo-information
Current issues: - will always publish "full" status information - does ommit additional parameters from the registration, only the URI is published (should be sufficient)
More development ongoing.
---
modules_k/presence_reginfo/add_events.c | 2 +- modules_k/pua/add_events.c | 65 ++++++++ modules_k/pua/add_events.h | 1 + modules_k/pua/hash.h | 6 + modules_k/pua_reginfo/pua_reginfo.c | 17 ++- modules_k/pua_reginfo/pua_reginfo.h | 6 +- modules_k/pua_reginfo/usrloc_cb.c | 270 ++++++++++++++++++++++++++++++- 7 files changed, 361 insertions(+), 6 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=e3a7...