NethVoice CTI: deleting a recording does not work #7255
Labels
nethvoice
Bug or features releted to the NethVoice project
nethvoice-cti
The issue is related to NethLink (NethVoice Web client)
Milestone
The NethVoice CTI removes the audio file when a call recording is deleted.
However, the interface does not recognize that the file is no longer available and continues to display it as if the recording still exists.
This is the error when trying to interact with the file which is still shown after deleting it
Error: ENOENT: no such file or directory, unlink '/var/spool/asterisk/monitor/2025/01/10/exten-92252-253-20250110-103636-606.wav'
The issue may arise because the CDR database entry for the call still contains the value of the recording's audio file, even after the NethVoice CTI has deleted the file.
To determine whether a call has an associated recording, NethVoice CTI should rely on the
recordingfile
field of the call entry in the CDR database.The text was updated successfully, but these errors were encountered: