Module: kamailio Branch: 5.1 Commit: 96c2294eb1a56b67c11d32e8fab55dd75a5fd26d URL: https://github.com/kamailio/kamailio/commit/96c2294eb1a56b67c11d32e8fab55dd7...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2018-01-22T11:25:47+01:00
textops: fixed mixmatching types for exported kemi functions
(cherry picked from commit fb904abd968eb44e797ee7bc08c5705e69de2fc7)
---
Modified: src/modules/textops/textops.c
---
Diff: https://github.com/kamailio/kamailio/commit/96c2294eb1a56b67c11d32e8fab55dd7... Patch: https://github.com/kamailio/kamailio/commit/96c2294eb1a56b67c11d32e8fab55dd7...
---
diff --git a/src/modules/textops/textops.c b/src/modules/textops/textops.c index 8bd7d883fe..97f1ecff12 100644 --- a/src/modules/textops/textops.c +++ b/src/modules/textops/textops.c @@ -4096,7 +4096,7 @@ static sr_kemi_t sr_kemi_textops_exports[] = { }, { str_init("textops"), str_init("append_body_part_cd"), SR_KEMIP_INT, ki_append_multibody_cd, - { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE, + { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } }, { str_init("textops"), str_init("remove_body_part"),