Module: kamailio Branch: master Commit: 896c5e1c76e6836bedaf66f9b832020a0d70c04b URL: https://github.com/kamailio/kamailio/commit/896c5e1c76e6836bedaf66f9b832020a...
Author: surendratiwari3 surendratiwari3@gmail.com Committer: surendratiwari3 surendratiwari3@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/896c5e1c76e6836bedaf66f9b832020a... Patch: https://github.com/kamailio/kamailio/commit/896c5e1c76e6836bedaf66f9b832020a...
---
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} };