Module: kamailio Branch: master Commit: ede35768d58fcadb484eafc2babc72ec3be42b87 URL: https://github.com/kamailio/kamailio/commit/ede35768d58fcadb484eafc2babc72ec...
Author: Samuel samuel_is_kewl@hotmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-11-27T08:29:08+01:00
rtpengine: updating the exported expected parameters to match the functions
- Mismatch between export and function declaration with regards to the quantity of parameters
---
Modified: src/modules/rtpengine/rtpengine.c
---
Diff: https://github.com/kamailio/kamailio/commit/ede35768d58fcadb484eafc2babc72ec... Patch: https://github.com/kamailio/kamailio/commit/ede35768d58fcadb484eafc2babc72ec...
---
diff --git a/src/modules/rtpengine/rtpengine.c b/src/modules/rtpengine/rtpengine.c index c3bc770da9..5b82988229 100644 --- a/src/modules/rtpengine/rtpengine.c +++ b/src/modules/rtpengine/rtpengine.c @@ -3674,7 +3674,7 @@ static sr_kemi_t sr_kemi_rtpengine_exports[] = { }, { str_init("rtpengine"), str_init("set_rtpengine_set2"), SR_KEMIP_INT, ki_set_rtpengine_set2, - { SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE, + { SR_KEMIP_INT, SR_KEMIP_INT, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } },