[sr-dev] git:master:896c5e1c: Module: htable:: event_callback_mode to int

surendratiwari3 surendratiwari3 at gmail.com
Fri May 4 07:09:54 CEST 2018


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

Author: surendratiwari3 <surendratiwari3 at gmail.com>
Committer: surendratiwari3 <surendratiwari3 at 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}
 };
 




More information about the sr-dev mailing list