Module: kamailio
Branch: master
Commit: 896c5e1c76e6836bedaf66f9b832020a0d70c04b
URL: 
https://github.com/kamailio/kamailio/commit/896c5e1c76e6836bedaf66f9b832020a0d70c04b

Author: surendratiwari3 <surendratiwa...@gmail.com>
Committer: surendratiwari3 <surendratiwa...@gmail.com>
Date: 2018-05-04T09:33:36+05:30

Module: htable:: event_callback_mode to int

---

Modified: src/modules/htable/htable.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/896c5e1c76e6836bedaf66f9b832020a0d70c04b.diff
Patch: 
https://github.com/kamailio/kamailio/commit/896c5e1c76e6836bedaf66f9b832020a0d70c04b.patch

---

diff --git a/src/modules/htable/htable.c b/src/modules/htable/htable.c
index 58b847edbf..3d7cc3e93f 100644
--- a/src/modules/htable/htable.c
+++ b/src/modules/htable/htable.c
@@ -146,7 +146,7 @@ static param_export_t params[]={
        {"enable_dmq",          INT_PARAM, &ht_enable_dmq},
        {"timer_procs",         PARAM_INT, &ht_timer_procs},
        {"event_callback",      PARAM_STR, &ht_event_callback},
-       {"event_callback_mode", PARAM_STR, &ht_event_callback_mode},
+       {"event_callback_mode", PARAM_INT, &ht_event_callback_mode},
        {0,0,0}
 };
 


_______________________________________________
Kamailio (SER) - Development Mailing List
sr-dev@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to