williamconley wrote:"users recordings are being doubled"
Two recordings with the same name, but one has MP3 and one has WAV?
Two entries in the recording_log table in the asterisk DB?
One recording but it's twice as long as it should be, having the content loop and repeat?
Everything in the recording repeats as if it was recorded in stereo (double) but off-sync so everything is repeated twice like an echo chamber?
Help me out ... technical details ...

Hi Williamconley,
I am facing the same issue where double recordings making in Vicidial for every inbound calls while for outbound it's fine, there is single recording per outbound number but for inbound, duplicate recordings per number.
Can you please advise me on how to overcome this duplicate inbound recordings issue.
This is Outbound Number (single recording per number).
[root@localhost monitorDONE]# locate 2222222222
/var/spool/asterisk/monitorDONE/1933_20220930-144618_2222222222_193302_10101-all.wav
This is Inbound Number's duplicate recordings.
[root@localhost monitorDONE]# locate 3333333333
/var/spool/asterisk/monitorDONE/1933_20220930-091933_3333333333_193302_10101-all.wav
/var/spool/asterisk/monitorDONE/1933_20220930-144934_3333333333_193302_10101-all.wav
Vicidial Details.
Asterisk 13.29.2
cat /usr/src/astguiclient/trunk/version
2.14b0.5
[root@localhost monitorDONE]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
I also checked in recording_log table in the asterisk DB and same information showing there.
Can you please give a light on the same.