Module: kamailio Branch: master Commit: 0c769b3a515fe3887988fee67128a5acbda339b8 URL: https://github.com/kamailio/kamailio/commit/0c769b3a515fe3887988fee67128a5ac...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2024-12-16T08:10:50+01:00
dialog: exported new functions to kemi
---
Modified: src/modules/dialog/dialog.c
---
Diff: https://github.com/kamailio/kamailio/commit/0c769b3a515fe3887988fee67128a5ac... Patch: https://github.com/kamailio/kamailio/commit/0c769b3a515fe3887988fee67128a5ac...
---
diff --git a/src/modules/dialog/dialog.c b/src/modules/dialog/dialog.c index 2e2ebe586b8..af892f080da 100644 --- a/src/modules/dialog/dialog.c +++ b/src/modules/dialog/dialog.c @@ -2605,6 +2605,16 @@ static sr_kemi_t sr_kemi_dialog_exports[] = { { SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } }, + { str_init("dialog"), str_init("dlg_set_state"), + SR_KEMIP_INT, ki_dlg_set_state, + { SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE, + SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } + }, + { str_init("dialog"), str_init("dlg_update_state"), + SR_KEMIP_INT, ki_dlg_update_state, + { SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE, + SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE } + }, { str_init("dialog"), str_init("dlg_bye"), SR_KEMIP_INT, ki_dlg_bye, { SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,