Module: kamailio Branch: master Commit: ebd51daea816a6bab3436e24de22d23d079d7c91 URL: https://github.com/kamailio/kamailio/commit/ebd51daea816a6bab3436e24de22d23d...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-11-25T08:13:20+01:00
textops: fixed name of in_list() function export to kemi
- reported by GH #1332
---
Modified: src/modules/textops/textops.c
---
Diff: https://github.com/kamailio/kamailio/commit/ebd51daea816a6bab3436e24de22d23d... Patch: https://github.com/kamailio/kamailio/commit/ebd51daea816a6bab3436e24de22d23d...
---
diff --git a/src/modules/textops/textops.c b/src/modules/textops/textops.c index cafb4520be..b05fdd6b31 100644 --- a/src/modules/textops/textops.c +++ b/src/modules/textops/textops.c @@ -3940,7 +3940,7 @@ static sr_kemi_t sr_kemi_textops_exports[] = { { SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } }, - { str_init("textops"), str_init("is_list"), + { str_init("textops"), str_init("in_list"), SR_KEMIP_INT, ki_in_list, { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }