telephony/net/kamailio/patches/050-fix-kamailio-utils.patch
Christian Marangi 231910de5f
kamailio: bump to release 5.7.2
Bump kamailio to release 5.7.2 to make it easier to backport PCRE2
patches.

Drop upstream patch related to time_t and python3 fixes.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2023-11-03 03:35:35 +01:00

10 lines
267 B
Diff

--- a/utils/kamctl/kamctlrc
+++ b/utils/kamctl/kamctlrc
@@ -166,3 +166,6 @@
## Extra start options - default is: not set
## example: start Kamailio with 64MB shared memory: STARTOPTIONS="-m 64"
# STARTOPTIONS=
+
+# Disable colour printing in terminal
+NOHLPRINT=1