Skip to content

Commit

Permalink
2024.06.1
Browse files Browse the repository at this point in the history
  • Loading branch information
voipmonitor committed Jun 18, 2024
1 parent c245316 commit d55b935
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand All @@ -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
Expand Down
13 changes: 12 additions & 1 deletion config/voipmonitor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d55b935

Please sign in to comment.