ports/net/kamailio/files/patch-src_modules_ctl_ctl__defaults.h
Kurt Jaeger 6767e9c9af net/kamailio: update 4.4.3 -> 5.0.1
This is a major release, introducing a consistent set of new features
as well as improvements to existing components.

Reviewed by:	Alexey V. Panfilov <ports@subnets.ru>
Relnotes:	https://www.kamailio.org/w/kamailio-v5-0-0-release-notes/
2017-05-31 13:23:26 +00:00

11 lines
459 B
C

--- src/modules/ctl/ctl_defaults.h.orig 2017-04-21 12:46:05 UTC
+++ src/modules/ctl/ctl_defaults.h
@@ -13,7 +13,7 @@
#define DEFAULT_CTL_SOCKET_NAME NAME "_ctl"
#endif
-#define DEFAULT_CTL_SOCKET DEFAULT_CTL_SOCKET_PROTO RUN_DIR "/" DEFAULT_CTL_SOCKET_NAME
+#define DEFAULT_CTL_SOCKET DEFAULT_CTL_SOCKET_PROTO "/var/run/" DEFAULT_CTL_SOCKET_NAME
/* port used by default for tcp/udp if no port is explicitely specified */
#define DEFAULT_CTL_PORT 2049