I am trying to get the call recording working through queuemetrics but I am running into some problems. I am getting this error:
Unreadable or missing file: '/%20ISHELP-1228227244.60.wav'
This is the address that gives the error:
http://ipofserver:8080/queuemetrics-1.4.7/qm/qm_popup_streamAudio.do?/var/spool/asterisk/q/%20ISHELP-1228227244.60.wavI have enabled the key CALLMONITOR for my user.
I have set default.monitored_calls=/var/spool/asterisk/q/
My Asterisk setup is set to
exten => 200,2,Set(MONITOR_FILENAME=/var/spool/asterisk/q/ ISHELP-${UNIQUEID})
and monitor-format = wav in the queue.
The recorded file exists and is playable but I have not gotten it to play through queuemetrics.
Is there anything else I need to enable? To me the address looks a little fishy and I will start there.