Module: kamailio Branch: master Commit: 49bb4da2845abb9a2f271d97cce1a40bb77f0969 URL: https://github.com/kamailio/kamailio/commit/49bb4da2845abb9a2f271d97cce1a40b...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: GitHub noreply@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/49bb4da2845abb9a2f271d97cce1a40b... Patch: https://github.com/kamailio/kamailio/commit/49bb4da2845abb9a2f271d97cce1a40b...
---
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} };