Module: kamailio
Branch: master
Commit: daa88d8b287de5b40a478fd8291a45311fe738b2
URL: 
https://github.com/kamailio/kamailio/commit/daa88d8b287de5b40a478fd8291a45311fe738b2

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2023-07-13T17:41:16+02:00

imc: exported imc_room_member() to kemi

---

Modified: src/modules/imc/imc.c

---

Diff:  
https://github.com/kamailio/kamailio/commit/daa88d8b287de5b40a478fd8291a45311fe738b2.diff
Patch: 
https://github.com/kamailio/kamailio/commit/daa88d8b287de5b40a478fd8291a45311fe738b2.patch

---

diff --git a/src/modules/imc/imc.c b/src/modules/imc/imc.c
index 14b36c62300..1251b993b63 100644
--- a/src/modules/imc/imc.c
+++ b/src/modules/imc/imc.c
@@ -739,6 +739,11 @@ static sr_kemi_t sr_kemi_imc_exports[] = {
                { SR_KEMIP_STR, SR_KEMIP_NONE, SR_KEMIP_NONE,
                        SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
        },
+       { str_init("imc"), str_init("imc_room_member"),
+               SR_KEMIP_INT, ki_imc_room_member,
+               { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
+                       SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
+       },
 
        { {0, 0}, {0, 0}, 0, NULL, { 0, 0, 0, 0, 0, 0 } }
 };

_______________________________________________
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to [email protected]

Reply via email to