[sr-dev] git:master:49bb4da2: Merge pull request #1522 from surendratiwari3/htable_event_callback_mode

GitHub noreply at github.com
Fri May 4 07:09:55 CEST 2018


Module: kamailio
Branch: master
Commit: 49bb4da2845abb9a2f271d97cce1a40bb77f0969
URL: https://github.com/kamailio/kamailio/commit/49bb4da2845abb9a2f271d97cce1a40bb77f0969

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: GitHub <noreply at github.com>
Date: 2018-05-04T07:09:48+02:00

Merge pull request #1522 from surendratiwari3/htable_event_callback_mode

Module: htable:: event_callback_mode to int

---

Modified: src/modules/htable/htable.c

---

Diff:  https://github.com/kamailio/kamailio/commit/49bb4da2845abb9a2f271d97cce1a40bb77f0969.diff
Patch: https://github.com/kamailio/kamailio/commit/49bb4da2845abb9a2f271d97cce1a40bb77f0969.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