Skip to content

Commit

Permalink
evapi: use kemi wrapper to execute routing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Feb 27, 2019
1 parent cde3cad commit 8c930c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/evapi/evapi_dispatch.c
Expand Up @@ -162,7 +162,7 @@ int evapi_run_cfg_route(evapi_env_t *evenv, int rt, str *rtname)
} else {
keng = sr_kemi_eng_get();
if(keng!=NULL) {
if(keng->froute(fmsg, EVENT_ROUTE,
if(sr_kemi_route(keng, fmsg, EVENT_ROUTE,
&_evapi_event_callback, rtname)<0) {
LM_ERR("error running event route kemi callback\n");
}
Expand Down

0 comments on commit 8c930c0

Please sign in to comment.