浏览代码

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

Richard Good 11 年之前
父节点
当前提交
876bdccb03
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {