Module: kamailio
Branch: master
Commit: 795a9f5714607f829d5a0abfc53cb61cb2f8d421
URL:
https://github.com/kamailio/kamailio/commit/795a9f5714607f829d5a0abfc53cb61…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/795a9f5714607f829d5a0abfc53cb61…
Patch:
https://github.com/kamailio/kamailio/commit/795a9f5714607f829d5a0abfc53cb61…
---
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,