浏览代码

http_async_client: use kemi wrapper to execute routing functions

Daniel-Constantin Mierla 6 年之前
父节点
当前提交
30533678a1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/http_async_client/async_http.c

+ 1 - 1
src/modules/http_async_client/async_http.c

@@ -260,7 +260,7 @@ void async_http_cb(struct http_m_reply *reply, void *param)
 		} else {
 			cbname.s = aq->cbname;
 			cbname.len = aq->cbname_len;
-			if(keng->froute(fmsg, EVENT_ROUTE, &cbname, &evname)<0) {
+			if(sr_kemi_route(keng, fmsg, EVENT_ROUTE, &cbname, &evname)<0) {
 				LM_ERR("error running event route kemi callback\n");
 			}
 		}