Module: sip-router Branch: master Commit: 574765a22cbf6844418948c13d07f49f119c0363 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=574765a2...
Author: Richard Good richard.good@smilecoms.com Committer: Richard Good richard.good@smilecoms.com Date: Wed Feb 12 08:59:43 2014 +0200
modules/ims_charging: change to use asserted_identities for subscription id if present Change to use asserted-identity header and called-party-id header as subscription id when present, otherwise use from_uri and to_uri as before Change to use asserted-identity for subscription id when direction is orig and called-asserted-identity when direction is term
---
modules/ims_charging/ims_ro.c | 169 +++++++++++++++++++++---------- modules/ims_charging/ro_session_hash.c | 20 ++-- modules/ims_charging/ro_session_hash.h | 6 +- modules/ims_charging/ro_timer.c | 4 +- 4 files changed, 129 insertions(+), 70 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=5747...