Skip to content

Commit

Permalink
xmlrpc: 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 3207b1f commit 9446ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/xmlrpc/xmlrpc.c
Expand Up @@ -2343,7 +2343,7 @@ static int em_receive_request(sip_msg_t* orig_msg,
}else{
keng = sr_kemi_eng_get();
if(keng!=NULL) {
if(keng->froute(msg, EVENT_ROUTE,
if(sr_kemi_route(keng, msg, EVENT_ROUTE,
&xmlrpc_event_callback, &evrtname)<0) {
LM_ERR("error running event route kemi callback\n");
}
Expand Down

0 comments on commit 9446ed3

Please sign in to comment.