[sr-dev] git:master:795a9f57: core: kemi - exported KSR.to_UDP()

Daniel-Constantin Mierla miconda at gmail.com
Wed Jun 23 18:40:06 CEST 2021


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-06-23T18:39:54+02:00

core: kemi - exported KSR.to_UDP()

---

Modified: src/core/kemi.c

---

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

---

diff --git a/src/core/kemi.c b/src/core/kemi.c
index 63be6bb0fc..76ace9c3d2 100644
--- a/src/core/kemi.c
+++ b/src/core/kemi.c
@@ -2042,6 +2042,11 @@ static sr_kemi_t _sr_kemi_core[] = {
 		{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
 			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
 	},
+	{ str_init(""), str_init("to_UDP"),
+		SR_KEMIP_BOOL, sr_kemi_core_to_proto_udp,
+		{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,
+			SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
+	},
 	{ str_init(""), str_init("to_TCP"),
 		SR_KEMIP_BOOL, sr_kemi_core_to_proto_tcp,
 		{ SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE,




More information about the sr-dev mailing list