Hello
I can see any calls when I try to listen the answered calls.
My configuration:
QM and Asterisk in different box .
Asterisk
.
exten => s,n,Set(calltime=${STRFTIME(${EPOCH},,%C%y%m%d%H%M%S)})
exten => s,n,MixMonitor(/var/spool/asterisk/monitor/Q-${COLAS}-${calltime}-${CALLERID(num)}-${UNIQUEID}.wav49,b)
exten => s,n,Set(MONITOR_FILENAME=/var/spool/asterisk/monitor/Q-${COLAS}-${calltime}-${CALLERID(num)}-${UNIQUEID})
.
[root@VEe01astCC1 monitor]# pwd
/var/spool/asterisk/monitor
[root@VEe01astCC1 monitor]# ls
Q--20110503142918-332-1304449158.185348.WAV Q-contacto-20110503153528-332-1304453128.185982.WAV Q-q-777-20100806154502-716-1281125702.361.WAV
Q--20110503143108-332-1304449268.185364.WAV Q-contacto-20110503153632-332-1304453192.185986.WAV Q-q-777-20100806154941-716-1281125981.368.WAV
Queuemetrics
configuration.properties
#The top level directory where monitored calls are held.
#Do NOT forget to add the ending slash.
default.monitored_calls=/var/spool/asterisk/monitor/
When I do the debug i don´t see any files
Show filesystem
This page is a helper to trace the content of available directories under the "default.monitored_calls" parameter.
User has the CALLMONITOR key? true
Search path: /var/spool/asterisk/monitor/
.gsm files
.wav files
.WAV files
What am I missing here?
Thanks