Module: kamailio
Branch: master
Commit: e6e4ec604981982ca1b7d2e5649ed25f387ec3b7
URL:
https://github.com/kamailio/kamailio/commit/e6e4ec604981982ca1b7d2e5649ed25…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2016-04-14T17:15:47+02:00
sl: use same function names as for cfg in kemi exports
---
Modified: modules/sl/sl.c
---
Diff:
https://github.com/kamailio/kamailio/commit/e6e4ec604981982ca1b7d2e5649ed25…
Patch:
https://github.com/kamailio/kamailio/commit/e6e4ec604981982ca1b7d2e5649ed25…
---
diff --git a/modules/sl/sl.c b/modules/sl/sl.c
index 7028094..2cd780f 100644
--- a/modules/sl/sl.c
+++ b/modules/sl/sl.c
@@ -505,12 +505,12 @@ static int bind_sl(sl_api_t* api)
*
*/
static sr_kemi_t sl_kemi_exports[] = {
- { str_init("sl"), str_init("sreply"),
+ { str_init("sl"), str_init("sl_send_reply"),
SR_KEMIP_INT, sl_send_reply_str,
{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
- { str_init("sl"), str_init("freply"),
+ { str_init("sl"), str_init("send_reply"),
SR_KEMIP_INT, send_reply,
{ SR_KEMIP_INT, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }