Module: kamailio Branch: master Commit: 0c769b3a515fe3887988fee67128a5acbda339b8 URL: https://github.com/kamailio/kamailio/commit/0c769b3a515fe3887988fee67128a5acbda339b8
Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@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/0c769b3a515fe3887988fee67128a5acbda339b8.diff Patch: https://github.com/kamailio/kamailio/commit/0c769b3a515fe3887988fee67128a5acbda339b8.patch --- 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, _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!