[sr-dev] git:master:e944564a: modules/ims_charging: change WARN to DBG

jaybeepee jason.penton at gmail.com
Mon Jun 6 11:32:49 CEST 2016


Module: kamailio
Branch: master
Commit: e944564aa6ab8637cc8e45a2aea0e16f57b996db
URL: https://github.com/kamailio/kamailio/commit/e944564aa6ab8637cc8e45a2aea0e16f57b996db

Author: jaybeepee <jason.penton at gmail.com>
Committer: jaybeepee <jason.penton at gmail.com>
Date: 2016-06-06T11:31:50+02:00

modules/ims_charging: change WARN to DBG

---

Modified: modules/ims_charging/mod.c

---

Diff:  https://github.com/kamailio/kamailio/commit/e944564aa6ab8637cc8e45a2aea0e16f57b996db.diff
Patch: https://github.com/kamailio/kamailio/commit/e944564aa6ab8637cc8e45a2aea0e16f57b996db.patch

---

diff --git a/modules/ims_charging/mod.c b/modules/ims_charging/mod.c
index 34035d8..f1f8242 100644
--- a/modules/ims_charging/mod.c
+++ b/modules/ims_charging/mod.c
@@ -515,7 +515,7 @@ static int w_ro_ccr(struct sip_msg *msg, char* c_route_name, char* c_direction,
 	} else if (dir == RO_TERM_DIRECTION){
 		//get callee IMPU from called part id - if not present then skip this
 		if ((identity = cscf_get_public_identity_from_called_party_id(msg, &h)).len == 0) {
-			LM_WARN("No P-Called-Identity hdr found - will not get callbacks if this IMPU is removed to terminate call");
+			LM_DBG("No P-Called-Identity hdr found - will not get callbacks if this IMPU is removed to terminate call");
 			goto send_ccr;
 		}
 		//get callee contact from request URI




More information about the sr-dev mailing list