Explorar el Código

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

Richard Good hace 11 años
padre
commit
876bdccb03
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {