Browse Source

modules/ims_charging: use new lib/ims to get contact from req URI

Richard Good 11 years ago
parent
commit
876bdccb03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ims_charging/mod.c

+ 1 - 1
modules/ims_charging/mod.c

@@ -367,7 +367,7 @@ static int w_ro_ccr(struct sip_msg *msg, str* route_name, str* direction, str* c
 			goto send_ccr;
 		}
 		//get callee contact from request URI
-		contact = cscf_get_public_identity_from_requri(msg);
+		contact = cscf_get_contact_from_requri(msg);
 		free_contact = 1;
 	    
 	} else {