Module: kamailio
Branch: master
Commit: ed2c91533960c2b94a1394a671292c07d94b049b
URL:
https://github.com/kamailio/kamailio/commit/ed2c91533960c2b94a1394a671292c0…
Author: Samuel <samuel_is_kewl(a)hotmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-11-27T08:29:08+01:00
dialog: 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/dialog/dialog.c
---
Diff:
https://github.com/kamailio/kamailio/commit/ed2c91533960c2b94a1394a671292c0…
Patch:
https://github.com/kamailio/kamailio/commit/ed2c91533960c2b94a1394a671292c0…
---
diff --git a/src/modules/dialog/dialog.c b/src/modules/dialog/dialog.c
index 3fc51f9b9f..e6ff0e9bc3 100644
--- a/src/modules/dialog/dialog.c
+++ b/src/modules/dialog/dialog.c
@@ -1826,7 +1826,7 @@ static sr_kemi_t sr_kemi_dialog_exports[] = {
},
{ str_init("dialog"), str_init("set_dlg_profile_static"),
SR_KEMIP_INT, ki_set_dlg_profile_static,
- { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
+ { SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("dialog"), str_init("set_dlg_profile"),
@@ -1836,7 +1836,7 @@ static sr_kemi_t sr_kemi_dialog_exports[] = {
},
{ str_init("dialog"), str_init("unset_dlg_profile_static"),
SR_KEMIP_INT, ki_unset_dlg_profile_static,
- { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
+ { SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("dialog"), str_init("unset_dlg_profile"),
@@ -1846,7 +1846,7 @@ static sr_kemi_t sr_kemi_dialog_exports[] = {
},
{ str_init("dialog"), str_init("is_in_profile_static"),
SR_KEMIP_INT, ki_is_in_profile_static,
- { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
+ { SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
{ str_init("dialog"), str_init("is_in_profile"),