Module: kamailio Branch: master Commit: f7fc3af274e3c84167e1cd991eada0a93d96db02 URL: https://github.com/kamailio/kamailio/commit/f7fc3af274e3c84167e1cd991eada0a93d96db02
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> Date: 2016-11-14T10:26:31+01:00 core: kemi engine callback function extended to accept routing parameter --- Modified: kemi.h --- Diff: https://github.com/kamailio/kamailio/commit/f7fc3af274e3c84167e1cd991eada0a93d96db02.diff Patch: https://github.com/kamailio/kamailio/commit/f7fc3af274e3c84167e1cd991eada0a93d96db02.patch --- diff --git a/kemi.h b/kemi.h index f98448e..4145950 100644 --- a/kemi.h +++ b/kemi.h @@ -100,7 +100,7 @@ int sr_kemi_modules_add(sr_kemi_t *klist); int sr_kemi_modules_size_get(void); sr_kemi_module_t* sr_kemi_modules_get(void); -typedef int (*sr_kemi_eng_route_f)(sip_msg_t*, int, str *); +typedef int (*sr_kemi_eng_route_f)(sip_msg_t*, int, str*, str*); #define SR_KEMI_BNAME_SIZE 256 typedef struct sr_kemi_eng { _______________________________________________ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev