From d55b9353240883285bd03ad9a37b3aabe0067cf6 Mon Sep 17 00:00:00 2001 From: Martin Vit Date: Tue, 18 Jun 2024 20:53:35 +0200 Subject: [PATCH] 2024.06.1 --- ChangeLog | 4 +++- config/voipmonitor.conf | 13 ++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a080b9bdf..96701e5a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2024.06.1 08.06.2024 +2024.06.1 18.06.2024 ===================== - Add support for audio transcription using OpenAI Whisper https://openai.com/index/whisper/ [VS-1603] - Add support to change country assignment for existing CDR [VS-1130] @@ -17,6 +17,8 @@ - Fix false seq rotation credit if disable_rtp_seq_probation is enabled - Fix writing MOS charts if jitterbuffer configuration options are set to 'null' - Anonymization fix (TCP/UDP protocol detection was inconsistent) [VG-2816] +- fix saving values for rrd graph 'sql cache files' in server/client mode on client sid +- add custom headers into send call information [VG-2108] 2024.05.2 04.05.2024 diff --git a/config/voipmonitor.conf b/config/voipmonitor.conf index 2bd4f8fda..56ab0d836 100644 --- a/config/voipmonitor.conf +++ b/config/voipmonitor.conf @@ -698,9 +698,20 @@ interface = eth0 # If you change the manager IP, consider also changing this to a non-standard port for security reasons. managerport = 5029 -# enable manager interface on socket file +# TCP interface is encrypted by default. Disabling encryption is possible with manager_enable_unencrypted +#manager_enable_unencrypted = yes + +# enable manager interface on socket file (communication is unencrypted) #managersocket = /tmp/vm_manager_socket +#enabling temporary socket file: +#$ echo 'manager_file start' | nc 127.0.0.1 5029 +#OK (/tmp/VM1554808_1718258068335594502) + +#enabling specific temporary socket file: +#$ echo 'manager_file start /tmp/vm' | nc 127.0.0.1 5029 +#OK (/tmp/vm) + # Local Country Code # Classifies numbers that don't start with '00' or '+' according to this country code, following ISO 3166-1 alpha-2 standards. # Default is to use the local country code.