tmpfs gets FULL every two hours?!

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

tmpfs gets FULL every two hours?!

Postby dorian88 » Wed Dec 06, 2017 6:50 am

Hi all,

I recently installed a Vicidial v.7 and i have to reboot the server every 2 hours because the tmpfs directory /var/spool/asterisk/monitor is just 6.5Gb. The main 981Gb harddrive seems not to be used at all..... Did i do something wrong during the installation? Is there any way to change the recordings directory and point to the 981gb hdd?

From other threads on this forums i saw that the tmpfs directory is a temporary one (On RAM memory) that serves only as temporary place for the recordings before they go to the hard drive. I also check the crontabs and they seem absolutely the same as others that posted here.

the output of df -h is this:

vici7-cc2:~ # df -H
Filesystem Size Used Avail Use% Mounted on
devtmpfs 13G 0 13G 0% /dev
tmpfs 13G 0 13G 0% /dev/shm
tmpfs 13G 2.1M 13G 1% /run
tmpfs 13G 0 13G 0% /sys/fs/cgroup
/dev/sda2 981G 18G 962G 2% /
tmpfs 6.5G 1.1G 5.5G 17% /var/spool/asterisk/monitor
vici7-cc2:~ # ls /dev/sda*
/dev/sda /dev/sda1 /dev/sda2

and the output of the crontab for the recording part is this:

### recording mixing/compressing/ftping scripts
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl
1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3
#2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59 * * * * /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --MP3
#0 1 * * * /usr/share/astguiclient/AST_CRON_audio_4_ftp2.pl --ftp-server=server.ip --ftp-login=user --ftp-pass=pass --ftp-directory=/ --ftp-persistent --ftp-validate --transfer-limit=100000 --list-limit=100000

Thanks in advance

---------------------------------------------------------------------------
Server:
HP DL380 G7
2xQuad Xeon
24GB RAM
2x1TB RAID-1
Installation:
ViciBox v.7 iso
Version: 2.14-644a
Build: 171130-0036
SVN Version: 2865
Asterisk: 11.25.1-vici
SRV 1: VICIbox 4.0.3, Ast 1.4 and VICIdial 2.6-393a | Xeon Quad W5560 2.46GHz | 24GB RAM | 2 x 1.2TB Raid 0 |Load Avg. 0.10 0.09 0.08 | G729 Codec | VoIP | OpenSUSE 12.1 ---> Agents With Predictive Dialing On the 2nd server Agents call manually
dorian88
 
Posts: 22
Joined: Mon Nov 10, 2014 8:27 am

Re: tmpfs gets FULL every two hours?!

Postby blackbird2306 » Wed Dec 06, 2017 4:30 pm

Please send us your complete crontab.
The entries:
AST_CRON_audio_1_move_mix.pl --MIX

and
AST_CRON_audio_1_move_VDonly.pl

should mix and move/delete all files from your "/var/spool/asterisk/monitor" directory, which is mounted on tmpfs

Please type from command line and send us output:
/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX --debugX

/usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl --debugX
Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm

Re: tmpfs gets FULL every two hours?!

Postby dorian88 » Thu Dec 07, 2017 3:58 am

blackbird2306 wrote:Please send us your complete crontab.
The entries:
AST_CRON_audio_1_move_mix.pl --MIX

and
AST_CRON_audio_1_move_VDonly.pl

should mix and move/delete all files from your "/var/spool/asterisk/monitor" directory, which is mounted on tmpfs

Please type from command line and send us output:
/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX --debugX

/usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl --debugX



Hi, and thanks for your reply. Here is my complete crontab:

### keepalive script for astguiclient processes
* * * * * /usr/share/astguiclient/ADMIN_keepalive_ALL.pl

### Compress log files and remove the really old ones
25 2 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +1 -print | grep -v \.gz | xargs gzip -9 >/dev/null 2>&1
30 2 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime 1 -print | grep -v \.gz | xargs gzip -9 >/dev/null 2>&1
28 0 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +30 -print | xargs rm -f
30 0 * * * /usr/bin/find / -maxdepth 1 -name "screenlog.0*" -mtime +30 -print | xargs rm -f

### fix the vicidial_agent_log once every hour and the full day run at night
33 * * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl
50 0 * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl --last-24hours
## uncomment below if using QueueMetrics
#*/5 * * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl --only-qm-live-call-check

### updater for VICIDIAL hopper
* * * * * /usr/share/astguiclient/AST_VDhopper.pl -q

### adjust the GMT offset for the leads in the vicidial_list table
1 1,7 * * * /usr/share/astguiclient/ADMIN_adjust_GMTnow_on_leads.pl --debug --list-settings

### optimize the database tables within the asterisk database
3 1 * * * /usr/share/astguiclient/AST_DB_optimize.pl

### VICIDIAL agent time log weekly and daily summary report generation
2 0 * * 0 /usr/share/astguiclient/AST_agent_week.pl
22 0 * * * /usr/share/astguiclient/AST_agent_day.pl

### VICIDIAL campaign export scripts (OPTIONAL)
#32 0 * * * /usr/share/astguiclient/AST_VDsales_export.pl
#42 0 * * * /usr/share/astguiclient/AST_sourceID_summary_export.pl

### inventory report optional
#1 7 * * * /usr/share/astguiclient/AST_dialer_inventory_snapshot.pl -q --override-24hours

### roll logs monthly on high-volume dialing systems
#30 1 1 * * /usr/share/astguiclient/ADMIN_archive_log_tables.pl

### roll call_log and vicidial_log_extended daily on very high-volume dialing systems
#20 1 * * * /usr/share/astguiclient/ADMIN_archive_log_tables.pl --daily

## uncomment below if using Vtiger
#1 1 * * * /usr/share/astguiclient/Vtiger_optimize_all_tables.pl --quiet

# cleanup of the scheduled callback records
25 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb --quiet
# removal of duplicate scheduled callback records
#35 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb --remove-dup-cb --quiet

### inbound email parser should only be active on a single server
* * * * * /usr/share/astguiclient/AST_inbound_email_parser.pl

### flush queue DB table every hour for entries older than 1 hour
11 * * * * /usr/share/astguiclient/AST_flush_DBqueue.pl -q
35 2 * * * /usr/bin/find /var/log/asterisk -maxdepth 1 -type f -mtime +1 -print | grep -v \.gz | xargs gzip -9 >/dev/null 2>&1
40 2 * * * /usr/bin/find /var/log/asterisk -maxdepth 1 -type f -mtime 1 -print | grep -v \.gz | xargs gzip -9 >/dev/null 2>&1
29 0 * * * /usr/bin/find /var/log/asterisk -maxdepth 3 -type f -mtime +30 -print | xargs rm -f

The output of
Code: Select all
/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX --debugX
is:
vici7-cc2:~ # /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MX --debugX

----- DEBUG -----


----- SUPER DEBUG -----

Can't find soxmix binary! Trying sox...
20171207-095455_3313773183-out.wav 0
20171207-095455_3313773183-in.wav 0
20171207-095452_3313773178-out.wav 0
20171207-095452_3313773178-in.wav 0
20171207-095442_3313773160-out.wav 0
20171207-095442_3313773160-in.wav 0
20171207-095438_3313773172-out.wav 0
20171207-095438_3313773172-in.wav 0
20171207-095428_3313772705-out.wav 0
20171207-095428_3313772705-in.wav 0
20171207-095426_3313772686-out.wav 0
20171207-095426_3313772686-in.wav 0
20171207-095425_3313772703-out.wav 0
20171207-095425_3313772703-in.wav 0
20171207-095424_3313772673-out.wav 0
20171207-095424_3313772673-in.wav 0
20171207-095424_3313772711-out.wav 0
20171207-095424_3313772711-in.wav 0
20171207-095408_3313772656-out.wav 0
20171207-095408_3313772656-in.wav 0
20171207-095402_3313772613-out.wav 0
20171207-095402_3313772613-in.wav 0
20171207-095402_3313772645-out.wav 0
20171207-095402_3313772645-in.wav 0
20171207-095455_3313773183-out.wav 0

20171207-095455_3313773183-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095455_3313773183' order by recording_id desc LIMIT 1;|
|33711||20171207-095455_3313773183-in.wav|20171207-095455_3313773183-out.wav| |20171207-095455_3313773183-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095455_3313773183-out.wav': WAVE: RIFF header not found
/usr/bin/soxi FAIL formats: can't open input file `/var/spool/asterisk/monitorDONE/20171207-095455_3313773183-all.wav': No such file or directory

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095455_3313773183-all.wav' ,length_in_sec='',length_in_min='0.00' where recording_id='33711';|
20171207-095452_3313773178-out.wav 0

20171207-095452_3313773178-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095452_3313773178' order by recording_id desc LIMIT 1;|
|33710||20171207-095452_3313773178-in.wav|20171207-095452_3313773178-out.wav| |20171207-095452_3313773178-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095452_3313773178-out.wav': WAVE: RIFF header not found
/usr/bin/soxi FAIL formats: can't open input file `/var/spool/asterisk/monitorDONE/20171207-095452_3313773178-all.wav': No such file or directory

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095452_3313773178-all.wav' ,length_in_sec='',length_in_min='0.00' where recording_id='33710';|
20171207-095442_3313773160-out.wav 0

20171207-095442_3313773160-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095442_3313773160' order by recording_id desc LIMIT 1;|
|33709|27|20171207-095442_3313773160-in.wav|20171207-095442_3313773160-out.wav| |20171207-095442_3313773160-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095442_3313773160-out.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095442_3313773160-all.wav' where recording_id='33709';|
20171207-095438_3313773172-out.wav 0

20171207-095438_3313773172-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095438_3313773172' order by recording_id desc LIMIT 1;|
|33708|2|20171207-095438_3313773172-in.wav|20171207-095438_3313773172-out.wav| |20171207-095438_3313773172-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095438_3313773172-out.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095438_3313773172-all.wav' where recording_id='33708';|
20171207-095428_3313772705-out.wav 0

20171207-095428_3313772705-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095428_3313772705' order by recording_id desc LIMIT 1;|
|33707|25|20171207-095428_3313772705-in.wav|20171207-095428_3313772705-out.wav| |20171207-095428_3313772705-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095428_3313772705-out.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095428_3313772705-all.wav' where recording_id='33707';|
20171207-095426_3313772686-out.wav 0

20171207-095426_3313772686-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095426_3313772686' order by recording_id desc LIMIT 1;|
|33706|17|20171207-095426_3313772686-in.wav|20171207-095426_3313772686-out.wav| |20171207-095426_3313772686-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095426_3313772686-out.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095426_3313772686-all.wav' where recording_id='33706';|
20171207-095425_3313772703-out.wav 0

20171207-095425_3313772703-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095425_3313772703' order by recording_id desc LIMIT 1;|
|33705|18|20171207-095425_3313772703-in.wav|20171207-095425_3313772703-out.wav| |20171207-095425_3313772703-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095425_3313772703-out.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095425_3313772703-all.wav' where recording_id='33705';|
20171207-095424_3313772673-out.wav 0

20171207-095424_3313772673-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095424_3313772673' order by recording_id desc LIMIT 1;|
|33704||20171207-095424_3313772673-in.wav|20171207-095424_3313772673-out.wav| |20171207-095424_3313772673-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095424_3313772673-out.wav': WAVE: RIFF header not found
/usr/bin/soxi FAIL formats: can't open input file `/var/spool/asterisk/monitorDONE/20171207-095424_3313772673-all.wav': No such file or directory

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095424_3313772673-all.wav' ,length_in_sec='',length_in_min='0.00' where recording_id='33704';|
20171207-095424_3313772711-out.wav 0

20171207-095424_3313772711-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095424_3313772711' order by recording_id desc LIMIT 1;|
|33703||20171207-095424_3313772711-in.wav|20171207-095424_3313772711-out.wav| |20171207-095424_3313772711-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095424_3313772711-out.wav': WAVE: RIFF header not found
/usr/bin/soxi FAIL formats: can't open input file `/var/spool/asterisk/monitorDONE/20171207-095424_3313772711-all.wav': No such file or directory

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095424_3313772711-all.wav' ,length_in_sec='',length_in_min='0.00' where recording_id='33703';|
20171207-095408_3313772656-out.wav 0

20171207-095408_3313772656-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095408_3313772656' order by recording_id desc LIMIT 1;|
|33702|2|20171207-095408_3313772656-in.wav|20171207-095408_3313772656-out.wav| |20171207-095408_3313772656-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095408_3313772656-out.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095408_3313772656-all.wav' where recording_id='33702';|
20171207-095402_3313772613-out.wav 0

20171207-095402_3313772613-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095402_3313772613' order by recording_id desc LIMIT 1;|
|33701|50|20171207-095402_3313772613-in.wav|20171207-095402_3313772613-out.wav| |20171207-095402_3313772613-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095402_3313772613-out.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095402_3313772613-all.wav' where recording_id='33701';|
20171207-095402_3313772645-out.wav 0

20171207-095402_3313772645-in.wav 0


|select recording_id,length_in_sec from recording_log where filename='20171207-095402_3313772645' order by recording_id desc LIMIT 1;|
|33700|1|20171207-095402_3313772645-in.wav|20171207-095402_3313772645-out.wav| |20171207-095402_3313772645-all.wav|
/usr/bin/sox FAIL formats: can't open input file `/var/spool/asterisk/monitor/20171207-095402_3313772645-out.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095402_3313772645-all.wav' where recording_id='33700';|
DONE... EXITING

and the output of
Code: Select all
/usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl --debugX
is:

vici7-cc2:~ # /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl --debugX

----- DEBUG -----


----- SUPER DEBUG -----

20171207-095701_3313773660-out.wav 0
20171207-095701_3313773660-in.wav 0
20171207-095700_3313773637-out.wav 0
20171207-095700_3313773637-in.wav 0
20171207-095700_3313773700-out.wav 0
20171207-095700_3313773700-in.wav 0
20171207-095559_3313773377-out.wav 0
20171207-095559_3313773377-in.wav 0
20171207-095557_3313773430-out.wav 0
20171207-095557_3313773430-in.wav 0
20171207-095555_3313773349-out.wav 0
20171207-095555_3313773349-in.wav 0
20171207-095554_3313773391-out.wav 0
20171207-095554_3313773391-in.wav 0
20171207-095552_3313773361-out.wav 0
20171207-095552_3313773361-in.wav 0
20171207-095548_3313773325-out.wav 0
20171207-095548_3313773325-in.wav 0
20171207-095548_3313773336-out.wav 0
20171207-095548_3313773336-in.wav 0
20171207-095522_3313773243-out.wav 0
20171207-095522_3313773243-in.wav 0
20171207-095521_3313773287-out.wav 0
20171207-095521_3313773287-in.wav 0
20171207-095521_3313773259-out.wav 0
20171207-095521_3313773259-in.wav 0
20171207-095509_3313773231-out.wav 0
20171207-095509_3313773231-in.wav 0
20171207-095509_3313773223-out.wav 0
20171207-095509_3313773223-in.wav 0
20171207-095507_3313773210-out.wav 0
20171207-095507_3313773210-in.wav 0
20171207-095701_3313773660-out.wav 0

20171207-095701_3313773660-in.wav 0


|SELECT recording_id,length_in_sec,lead_id,vicidial_id from recording_log where filename='20171207-095701_3313773660' order by recording_id desc LIMIT 1;|
|33738|10|20171207-095701_3313773660-in.wav| |20171207-095701_3313773660-all.wav|

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095701_3313773660-all.wav' where recording_id='33738';|
20171207-095700_3313773637-out.wav 0

20171207-095700_3313773637-in.wav 0


|SELECT recording_id,length_in_sec,lead_id,vicidial_id from recording_log where filename='20171207-095700_3313773637' order by recording_id desc LIMIT 1;|
|33737||20171207-095700_3313773637-in.wav| |20171207-095700_3313773637-all.wav|
/usr/bin/soxi FAIL formats: can't open input file `/var/spool/asterisk/monitorDONE/20171207-095700_3313773637-all.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095700_3313773637-all.wav' ,length_in_sec='',length_in_min='0.00' where recording_id='33737';|
20171207-095700_3313773700-out.wav 0

20171207-095700_3313773700-in.wav 0


|SELECT recording_id,length_in_sec,lead_id,vicidial_id from recording_log where filename='20171207-095700_3313773700' order by recording_id desc LIMIT 1;|
|33736||20171207-095700_3313773700-in.wav| |20171207-095700_3313773700-all.wav|
/usr/bin/soxi FAIL formats: can't open input file `/var/spool/asterisk/monitorDONE/20171207-095700_3313773700-all.wav': WAVE: RIFF header not found

|UPDATE recording_log set location='http://192.168.1.5/RECORDINGS/20171207-095700_3313773700-all.wav' ,length_in_sec='',length_in_min='0.00' where recording_id='33736';|
20171207-095559_3313773377-out.wav

20171207-095559_3313773377-in.wav

20171207-095557_3313773430-out.wav

20171207-095557_3313773430-in.wav

20171207-095555_3313773349-out.wav

20171207-095555_3313773349-in.wav

20171207-095554_3313773391-out.wav

20171207-095554_3313773391-in.wav

20171207-095552_3313773361-out.wav

20171207-095552_3313773361-in.wav

20171207-095548_3313773325-out.wav

20171207-095548_3313773325-in.wav

20171207-095548_3313773336-out.wav

20171207-095548_3313773336-in.wav

20171207-095522_3313773243-out.wav

20171207-095522_3313773243-in.wav

20171207-095521_3313773287-out.wav

20171207-095521_3313773287-in.wav

20171207-095521_3313773259-out.wav

20171207-095521_3313773259-in.wav

20171207-095509_3313773231-out.wav

20171207-095509_3313773231-in.wav

20171207-095509_3313773223-out.wav

20171207-095509_3313773223-in.wav

20171207-095507_3313773210-out.wav

20171207-095507_3313773210-in.wav

DONE... EXITING

at the moment my df -h shows:
Filesystem Size Used Avail Use% Mounted on
devtmpfs 12G 0 12G 0% /dev
tmpfs 12G 0 12G 0% /dev/shm
tmpfs 12G 2.1M 12G 1% /run
tmpfs 12G 0 12G 0% /sys/fs/cgroup
/dev/sda2 913G 20G 893G 3% /
tmpfs 6.0G 6.0G 0 100% /var/spool/asterisk/monitor
You have new mail in /var/mail/root

Thanks again!!!
SRV 1: VICIbox 4.0.3, Ast 1.4 and VICIdial 2.6-393a | Xeon Quad W5560 2.46GHz | 24GB RAM | 2 x 1.2TB Raid 0 |Load Avg. 0.10 0.09 0.08 | G729 Codec | VoIP | OpenSUSE 12.1 ---> Agents With Predictive Dialing On the 2nd server Agents call manually
dorian88
 
Posts: 22
Joined: Mon Nov 10, 2014 8:27 am

Re: tmpfs gets FULL every two hours?!

Postby blackbird2306 » Thu Dec 07, 2017 7:51 am

Type from cli:
Code: Select all
/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX --debugX

Code: Select all
/usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl --debugX

Make sure that after using these lines no further live recordings take place and then:

We need full output from:
Code: Select all
ls -hRl /var/spool/asterisk/monitor


Some questions: IS "/var/spool/asterisk/monitor" full of files, when tmpfs gets full or is it empty then? And what happens to the files from "/var/spool/asterisk/monitor", do they get mixed and moved in "/var/spool/asterisk/monitorDONE" ? What changes have you made lately to this system and since when this problem exists?

By the way I think your posted output for crontab was not complete, the mixing part is missing?
Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm

Re: tmpfs gets FULL every two hours?!

Postby dorian88 » Mon Dec 11, 2017 4:26 am

blackbird2306 wrote:Type from cli:
Code: Select all
/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX --debugX

Code: Select all
/usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl --debugX

Make sure that after using these lines no further live recordings take place and then:

We need full output from:
Code: Select all
ls -hRl /var/spool/asterisk/monitor


Some questions: IS "/var/spool/asterisk/monitor" full of files, when tmpfs gets full or is it empty then? And what happens to the files from "/var/spool/asterisk/monitor", do they get mixed and moved in "/var/spool/asterisk/monitorDONE" ? What changes have you made lately to this system and since when this problem exists?

By the way I think your posted output for crontab was not complete, the mixing part is missing?


Hi blackbird2306 and thanks a lot for your help.

Here's the output of command
Code: Select all
/usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX --debugX

is:
----- DEBUG -----


----- SUPER DEBUG -----

MIX directory audio processing only
Can't find soxmix binary! Trying sox...

and the out put of command
Code: Select all
/usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl --debugX

is:

----- DEBUG -----


----- SUPER DEBUG -----

DONE... EXITING

PLEASE NOTE: at the moment of entering the commands NO LIVE calls were made. So no agent was logged in the Vicidial.

The output of command
Code: Select all
ls -hRl /var/spool/asterisk/monitor

is:


The output of crontab is:
vici7-cc2:~ # crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/rootcron installed on Thu Nov 30 11:28:58 2017)
# (Cronie version 4.2)
### keepalive script for astguiclient processes
* * * * * /usr/share/astguiclient/ADMIN_keepalive_ALL.pl

### Compress log files and remove the really old ones
25 2 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +1 -print | grep -v \.gz | xargs gzip -9 >/dev/null 2>&1
30 2 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime 1 -print | grep -v \.gz | xargs gzip -9 >/dev/null 2>&1
28 0 * * * /usr/bin/find /var/log/astguiclient -maxdepth 1 -type f -mtime +30 -print | xargs rm -f
30 0 * * * /usr/bin/find / -maxdepth 1 -name "screenlog.0*" -mtime +30 -print | xargs rm -f

### fix the vicidial_agent_log once every hour and the full day run at night
33 * * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl
50 0 * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl --last-24hours
## uncomment below if using QueueMetrics
#*/5 * * * * /usr/share/astguiclient/AST_cleanup_agent_log.pl --only-qm-live-call-check

### updater for VICIDIAL hopper
* * * * * /usr/share/astguiclient/AST_VDhopper.pl -q

### adjust the GMT offset for the leads in the vicidial_list table
1 1,7 * * * /usr/share/astguiclient/ADMIN_adjust_GMTnow_on_leads.pl --debug --list-settings

### optimize the database tables within the asterisk database
3 1 * * * /usr/share/astguiclient/AST_DB_optimize.pl

### VICIDIAL agent time log weekly and daily summary report generation
2 0 * * 0 /usr/share/astguiclient/AST_agent_week.pl
22 0 * * * /usr/share/astguiclient/AST_agent_day.pl

### VICIDIAL campaign export scripts (OPTIONAL)
#32 0 * * * /usr/share/astguiclient/AST_VDsales_export.pl
#42 0 * * * /usr/share/astguiclient/AST_sourceID_summary_export.pl

### inventory report optional
#1 7 * * * /usr/share/astguiclient/AST_dialer_inventory_snapshot.pl -q --override-24hours

### roll logs monthly on high-volume dialing systems
#30 1 1 * * /usr/share/astguiclient/ADMIN_archive_log_tables.pl

### roll call_log and vicidial_log_extended daily on very high-volume dialing systems
#20 1 * * * /usr/share/astguiclient/ADMIN_archive_log_tables.pl --daily

## uncomment below if using Vtiger
#1 1 * * * /usr/share/astguiclient/Vtiger_optimize_all_tables.pl --quiet

# cleanup of the scheduled callback records
25 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb --quiet
# removal of duplicate scheduled callback records
#35 0 * * * /usr/share/astguiclient/AST_DB_dead_cb_purge.pl --purge-non-cb --remove-dup-cb --quiet

### inbound email parser should only be active on a single server
* * * * * /usr/share/astguiclient/AST_inbound_email_parser.pl

### flush queue DB table every hour for entries older than 1 hour
11 * * * * /usr/share/astguiclient/AST_flush_DBqueue.pl -q
35 2 * * * /usr/bin/find /var/log/asterisk -maxdepth 1 -type f -mtime +1 -print | grep -v \.gz | xargs gzip -9 >/dev/null 2>&1
40 2 * * * /usr/bin/find /var/log/asterisk -maxdepth 1 -type f -mtime 1 -print | grep -v \.gz | xargs gzip -9 >/dev/null 2>&1
29 0 * * * /usr/bin/find /var/log/asterisk -maxdepth 3 -type f -mtime +30 -print | xargs rm -f

### recording mixing/compressing/ftping scripts
#0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl
1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3
#2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59 * * * * /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --MP3
#0 1 * * * /usr/share/astguiclient/AST_CRON_audio_4_ftp2.pl --ftp-server=server.ip --ftp-login=user --ftp-pass=pass --ftp-directory=/ --ftp-persistent --ftp-validate --transfer-limit=100000 --list-limit=100000

### remove old recordings more than 7 days old, and delete originals after 1 day
#24 0 * * * /usr/bin/find /var/spool/asterisk/monitorDONE -maxdepth 2 -type f -mtime +7 -print | xargs rm -f
24 1 * * * /usr/bin/find /var/spool/asterisk/monitorDONE/ORIG -maxdepth 2 -type f -mtime +1 -print | xargs rm -f

### kill Hangup script for Asterisk updaters
* * * * * /usr/share/astguiclient/AST_manager_kill_hung_congested.pl

### updater for voicemail
* * * * * /usr/share/astguiclient/AST_vm_update.pl

### updater for conference validator
* * * * * /usr/share/astguiclient/AST_conf_update.pl

### reset several temporary-info tables in the database
2 1 * * * /usr/share/astguiclient/AST_reset_mysql_vars.pl

### Reboot nightly to manage asterisk issues and memory leaks - uncomment if issues arise
#30 6 * * * /sbin/reboot

### remove text to speech file more than 4 days old
#20 0 * * * /usr/bin/find /var/lib/asterisk/sounds/tts/ -maxdepth 2 -type f -mtime +4 -print | xargs rm -f

## uncomment below if you want to log agent phone_ip
#*/5 * * * * /usr/share/astguiclient/AST_phone_update.pl --agent-lookup

And the full output of
Code: Select all
is:
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX-1512980708.7481-all.wav
-rw-r--r-- 1 root root 736K Dec 11 09:26 XXXXXXXXXXXXXXXX -1512980708.7484-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980708.7487-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980708.7490-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980708.7493-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980714.7498-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980714.7501-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980714.7504-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980714.7507-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980714.7510-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980714.7513-all.wav
-rw-r--r-- 1 root root 325K Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980716.7516-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980716.7519-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980716.7522-all.wav
-rw-r--r-- 1 root root 629K Dec 11 09:26 XXXXXXXXXXXXXXXX -1512980716.7525-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980716.7528-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980716.7530-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980716.7534-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980716.7537-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980716.7540-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980716.7543-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980719.7546-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980719.7549-all.wav
-rw-r--r-- 1 root root 328K Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980719.7552-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980719.7555-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980719.7558-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980722.7565-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980722.7568-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980722.7571-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980722.7574-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980722.7577-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980724.7580-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980724.7583-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980724.7586-all.wav
-rw-r--r-- 1 root root 246K Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980725.7589-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980725.7591-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980725.7595-all.wav
-rw-r--r-- 1 root root 68K Dec 11 09:25 XXXXXXXXXXXXXXXX -1512980725.7598-all.wav
.
.
.
.
.
.
-rw-r--r-- 1 root root 97K Dec 11 09:26 XXXXXXXX13787280-1512980760.7791-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:26 XXXXXXXX13787283-1512980760.7794-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:26 XXXXXXXX13787284-1512980760.7797-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:26 XXXXXXXX13787286-1512980760.7799-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787289-1512981185.7805-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787290-1512981185.7808-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787292-1512981185.7811-all.wav
-rw-r--r-- 1 root root 1.7M Dec 11 09:35 XXXXXXXX13787293-1512981188.7814-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787295-1512981188.7817-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787298-1512981188.7820-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787302-1512981188.7823-all.wav
-rw-r--r-- 1 root root 347K Dec 11 09:33 XXXXXXXX13787303-1512981188.7826-all.wav
-rw-r--r-- 1 root root 68K Dec 11 09:33 XXXXXXXX13787307-1512981190.7829-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787310-1512981190.7832-all.wav
-rw-r--r-- 1 root root 434K Dec 11 09:34 XXXXXXXX13787311-1512981190.7835-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787314-1512981190.7838-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787315-1512981190.7841-all.wav
-rw-r--r-- 1 root root 302K Dec 11 09:33 XXXXXXXX13787317-1512981190.7844-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787323-1512981190.7847-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787327-1512981190.7850-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787329-1512981190.7853-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:33 XXXXXXXX13787330-1512981190.7856-all.wav
-rw-r--r-- 1 root root 221K Dec 11 09:33 XXXXXXXX13787333-1512981191.7859-all.wav
.
.
.
.
.
.
.
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788059-1512981426.9310-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788063-1512981426.9313-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788065-1512981426.9316-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788068-1512981426.9319-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788070-1512981426.9322-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788071-1512981426.9325-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788074-1512981426.9328-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788077-1512981426.XXX1-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788078-1512981429.XXX4-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788082-1512981429.XXX7-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788087-1512981432.9342-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788089-1512981432.9345-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788090-1512981432.9348-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788091-1512981432.9351-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788092-1512981432.9354-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788094-1512981432.9357-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788096-1512981432.9360-all.wav
-rw-r--r-- 1 root root 495K Dec 11 09:37 XXXXXXXX13788099-1512981432.9363-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788102-1512981432.9366-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788103-1512981434.9369-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788105-1512981434.9372-all.wav
-rw-r--r-- 1 root root 265K Dec 11 09:37 XXXXXXXX13788107-1512981434.9375-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788108-1512981434.9378-all.wav
-rw-r--r-- 1 root root 248K Dec 11 09:37 XXXXXXXX13788110-1512981434.9381-all.wav
-rw-r--r-- 1 root root 555K Dec 11 09:38 XXXXXXXX13788112-1512981434.9384-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788114-1512981435.9387-all.wav
-rw-r--r-- 1 root root 646K Dec 11 09:38 XXXXXXXX13788115-1512981435.9390-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788118-1512981437.9395-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788119-1512981437.9398-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788121-1512981440.9401-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788123-1512981440.9404-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788124-1512981440.9407-all.wav
-rw-r--r-- 1 root root 393K Dec 11 09:38 XXXXXXXX13788126-1512981440.9410-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788127-1512981443.9413-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788128-1512981443.9416-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788131-1512981443.9419-all.wav
-rw-r--r-- 1 root root 277K Dec 11 09:37 XXXXXXXX13788138-1512981448.9422-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788139-1512981448.9425-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788141-1512981448.9428-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788142-1512981448.9431-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788144-1512981453.9442-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788147-1512981453.9445-all.wav
-rw-r--r-- 1 root root 440K Dec 11 09:38 XXXXXXXX13788148-1512981453.9448-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788149-1512981453.9451-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788150-1512981453.9454-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788152-1512981453.9457-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788164-1512981453.9460-all.wav
-rw-r--r-- 1 root root 51K Dec 11 09:37 XXXXXXXX13788169-1512981453.9462-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788170-1512981453.9466-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788177-1512981456.9469-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX1378818-1512981456.9472-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788180-1512981456.9475-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788183-1512981456.9478-all.wav
-rw-r--r-- 1 root root 596K Dec 11 09:38 XXXXXXXX13788184-1512981459.9483-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788186-1512981459.9486-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788187-1512981459.9489-all.wav
-rw-r--r-- 1 root root 264K Dec 11 09:38 XXXXXXXX13788194-1512981459.9492-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788198-1512981459.9495-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788200-1512981459.9498-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX137882000-1512981459.9500-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:37 XXXXXXXX13788201-1512981461.9506-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788204-1512981461.9509-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788207-1512981461.9512-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788209-1512981461.9515-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788213-1512981461.9518-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:38 XXXXXXXX13788214-1512981461.9521-all.wav
.
.
.
.
.
.

-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770367-1512981842.11958-all.wav
-rw-r--r-- 1 root root 191K Dec 11 09:44 XXXXXXXX15770368-1512981845.11967-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577037-1512981845.11970-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770373-1512981845.11973-all.wav
-rw-r--r-- 1 root root 97K Dec 11 09:44 XXXXXXXX15770376-1512981845.11976-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770393-1512981845.11979-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577043-1512981845.11982-all.wav
-rw-r--r-- 1 root root 659K Dec 11 09:45 XXXXXXXX15770455-1512981847.11987-all.wav
-rw-r--r-- 1 root root 274K Dec 11 09:44 XXXXXXXX15770456-1512981847.11990-all.wav
-rw-r--r-- 1 root root 98K Dec 11 09:44 XXXXXXXX15770464-1512981847.11993-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770465-1512981847.11996-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770466-1512981850.12008-all.wav
-rw-r--r-- 1 root root 673K Dec 11 09:45 XXXXXXXX15770468-1512981850.12011-all.wav
-rw-r--r-- 1 root root 130K Dec 11 09:44 XXXXXXXX15770469-1512981850.12014-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770479-1512981850.12017-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770487-1512981850.12019-all.wav
-rw-r--r-- 1 root root 98K Dec 11 09:44 XXXXXXXX15770489-1512981850.12025-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577049-1512981850.12028-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770496-1512981850.12031-all.wav
-rw-r--r-- 1 root root 322K Dec 11 09:44 XXXXXXXX15770505-1512981850.12034-all.wav
-rw-r--r-- 1 root root 589K Dec 11 09:44 XXXXXXXX15770506-1512981850.12037-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770507-1512981850.12040-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770531-1512981850.12043-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770533-1512981853.12051-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770544-1512981853.12054-all.wav
-rw-r--r-- 1 root root 394K Dec 11 09:44 XXXXXXXX15770545-1512981853.12056-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770557-1512981856.12064-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577056-1512981856.12067-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770569-1512981856.12070-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770570-1512981856.12073-all.wav
-rw-r--r-- 1 root root 74K Dec 11 09:44 XXXXXXXX15770575-1512981856.12076-all.wav
-rw-r--r-- 1 root root 802K Dec 11 09:45 XXXXXXXX15770576-1512981856.12078-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770592-1512981856.12082-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770594-1512981856.12085-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770595-1512981856.12088-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770613-1512981856.12091-all.wav
-rw-r--r-- 1 root root 699K Dec 11 09:45 XXXXXXXX15770615-1512981856.12094-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770617-1512981858.12103-all.wav
-rw-r--r-- 1 root root 98K Dec 11 09:44 XXXXXXXX15770630-1512981858.12106-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577064-1512981858.12109-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577065-1512981859.12112-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX157706876-1512981859.12115-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577070-1512981861.12122-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577073-1512981861.12125-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577080-1512981861.12128-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770806-1512981861.12131-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770807-1512981861.12134-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770809-1512981864.12141-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX1577081-1512981864.12144-all.wav
-rw-r--r-- 1 root root 98K Dec 11 09:44 XXXXXXXX15770810-1512981864.12147-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770811-1512981864.12150-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770812-1512981864.12153-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770813-1512981864.12156-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770815-1512981867.12165-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770818-1512981867.12168-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770819-1512981867.12171-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770821-1512981867.12174-all.wav
-rw-r--r-- 1 root root 202K Dec 11 09:44 XXXXXXXX15770822-1512981867.12177-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770824-1512981867.12180-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770826-1512981867.12183-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770828-1512981867.12186-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770830-1512981867.12189-all.wav
-rw-r--r-- 1 root root 306K Dec 11 09:45 XXXXXXXX15770831-1512981867.12192-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770832-1512981869.12197-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770835-1512981869.12200-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770837-1512981869.12203-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770841-1512981869.12206-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770842-1512981869.12209-all.wav
-rw-r--r-- 1 root root 171K Dec 11 09:45 XXXXXXXX15770844-1512981869.12212-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770845-1512981869.12215-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770846-1512981869.12218-all.wav
-rw-r--r-- 1 root root 171K Dec 11 09:45 XXXXXXXX15770849-1512981877.12229-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770851-1512981877.12232-all.wav
-rw-r--r-- 1 root root 815K Dec 11 09:45 XXXXXXXX15770852-1512981877.12235-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:45 XXXXXXXX15770853-1512981877.12238-all.wav
-rw-r--r-- 1 root root 872K Dec 11 09:45 XXXXXXXX15770855-1512981877.12241-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:45 XXXXXXXX15770857-1512981877.12244-all.wav
-rw-r--r-- 1 root root 609K Dec 11 09:45 XXXXXXXX15770858-1512981877.12247-all.wav
-rw-r--r-- 1 root root 495K Dec 11 09:45 XXXXXXXX15770859-1512981880.12250-all.wav
-rw-r--r-- 1 root root 328K Dec 11 09:45 XXXXXXXX15770860-1512981880.12253-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:44 XXXXXXXX15770861-1512981880.12256-all.wav
.
.
.
.
.
.
.
.

-rw-r--r-- 1 root root 44 Dec 11 09:47 XXXXXXXX15771528-1512982056.13354-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771529-1512982056.13357-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:47 XXXXXXXX15771530-1512982056.13360-all.wav
-rw-r--r-- 1 root root 1019K Dec 11 09:48 XXXXXXXX15771531-1512982056.13363-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771532-1512982056.13366-all.wav
-rw-r--r-- 1 root root 208K Dec 11 09:48 XXXXXXXX15771533-1512982056.13369-all.wav
-rw-r--r-- 1 root root 782K Dec 11 09:48 XXXXXXXX15771534-1512982069.13388-all.wav
-rw-r--r-- 1 root root 410K Dec 11 09:48 XXXXXXXX15771535-1512982069.13391-all.wav
-rw-r--r-- 1 root root 503K Dec 11 09:48 XXXXXXXX15771536-1512982069.13394-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771537-1512982069.13397-all.wav
-rw-r--r-- 1 root root 4.5M Dec 11 09:52 XXXXXXXX15771538-1512982069.13400-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771539-1512982069.13403-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771541-1512982069.13406-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771543-1512982072.13415-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771546-1512982072.13418-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771551-1512981956.12701-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771552-1512981956.12704-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771553-1512981959.12707-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771556-1512981959.12710-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771557-1512981959.12713-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771558-1512981964.12720-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771560-1512981964.12723-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771561-1512981964.12726-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771564-1512981964.12729-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771565-1512981964.12732-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771566-1512981964.12735-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771568-1512981964.12738-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771569-1512981967.12741-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771572-1512981967.12744-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771574-1512981967.12747-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771575-1512981967.12750-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771578-1512981967.12753-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771579-1512981972.12756-all.wav
-rw-r--r-- 1 root root 329K Dec 11 09:46 XXXXXXXX15771580-1512981972.12759-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771582-1512981972.12762-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771585-1512981972.12765-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771586-1512981977.12770-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771589-1512981977.12773-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771590-1512981977.12776-all.wav
-rw-r--r-- 1 root root 496K Dec 11 09:46 XXXXXXXX15771591-1512981977.12779-all.wav
-rw-r--r-- 1 root root 285K Dec 11 09:46 XXXXXXXX15771593-1512981978.12782-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771595-1512981978.12785-all.wav
-rw-r--r-- 1 root root 62K Dec 11 09:46 XXXXXXXX15771596-1512981978.12788-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:46 XXXXXXXX15771597-1512981978.12791-all.wav
-rw-r--r-- 1 root root 413K Dec 11 09:46 XXXXXXXX15771600-1512981978.12797-all.wav
-rw-r--r-- 1 root root 32K Dec 11 09:46 XXXXXXXX15771602-1512981978.12800-all.wav
.
.
.
.
.
.
.
.
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771858-1512982096.13633-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771861-1512982096.13636-all.wav
-rw-r--r-- 1 root root 1.7M Dec 11 09:50 XXXXXXXX15771862-1512982096.13639-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771864-1512982097.13642-all.wav
-rw-r--r-- 1 root root 463K Dec 11 09:49 XXXXXXXX15771866-1512982097.13645-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771869-1512982097.13648-all.wav
-rw-r--r-- 1 root root 418K Dec 11 09:49 XXXXXXXX15771870-1512982099.13651-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771874-1512982099.13653-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771875-1512982099.13657-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771876-1512982099.13660-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771878-1512982099.13663-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771879-1512982099.13666-all.wav
-rw-r--r-- 1 root root 424K Dec 11 09:49 XXXXXXXX15771883-1512982099.13669-all.wav
-rw-r--r-- 1 root root 431K Dec 11 09:49 XXXXXXXX15771884-1512982099.13672-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771885-1512982113.13695-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771886-1512982113.13698-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771887-1512982113.13701-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771888-1512982115.13708-all.wav
-rw-r--r-- 1 root root 738K Dec 11 09:49 XXXXXXXX15771889-1512982115.13711-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771897-1512982115.13714-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771898-1512982115.13717-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771899-1512982118.13726-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX1577190-1512982118.13731-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771900-1512982118.13734-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771902-1512982118.13737-all.wav
-rw-r--r-- 1 root root 580K Dec 11 09:49 XXXXXXXX15771904-1512982123.13750-all.wav
-rw-r--r-- 1 root root 498K Dec 11 09:49 XXXXXXXX15771906-1512982123.13753-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771907-1512982123.13756-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771909-1512982123.13759-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771910-1512982123.13762-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771912-1512982123.13765-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771915-1512982124.13768-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771916-1512982124.13771-all.wav
-rw-r--r-- 1 root root 535K Dec 11 09:49 XXXXXXXX15771918-1512982124.13774-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771919-1512982124.13777-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX1577192-1512982124.13780-all.wav
-rw-r--r-- 1 root root 705K Dec 11 09:49 XXXXXXXX15771922-1512982124.13783-all.wav
-rw-r--r-- 1 root root 351K Dec 11 09:49 XXXXXXXX15771923-1512982124.13786-all.wav
-rw-r--r-- 1 root root 435K Dec 11 09:49 XXXXXXXX15771924-1512982124.13789-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771927-1512982124.13792-all.wav
-rw-r--r-- 1 root root 628K Dec 11 09:49 XXXXXXXX15771930-1512982124.13795-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771931-1512982124.13798-all.wav
-rw-r--r-- 1 root root 305K Dec 11 09:49 XXXXXXXX15771932-1512982124.13801-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771XXX-1512982124.13804-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771934-1512982124.13807-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771936-1512982126.13810-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771937-1512982126.13813-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771941-1512982129.13818-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771942-1512982129.13821-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771944-1512982132.13824-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771947-1512982132.13827-all.wav
-rw-r--r-- 1 root root 603K Dec 11 09:49 XXXXXXXX15771949-1512982132.13830-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771954-1512982132.13833-all.wav
-rw-r--r-- 1 root root 743K Dec 11 09:49 XXXXXXXX15771959-1512982132.13836-all.wav
-rw-r--r-- 1 root root 284K Dec 11 09:49 XXXXXXXX15771960-1512982132.13839-all.wav
-rw-r--r-- 1 root root 372K Dec 11 09:49 XXXXXXXX15771962-1512982132.13842-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771964-1512982132.13845-all.wav
-rw-r--r-- 1 root root 1.2M Dec 11 09:50 XXXXXXXX15771968-1512982132.13848-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771970-1512982132.13851-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:48 XXXXXXXX15771974-1512982132.13854-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771975-1512982132.13857-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771980-1512982137.13860-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771981-1512982137.13863-all.wav
-rw-r--r-- 1 root root 361K Dec 11 09:49 XXXXXXXX15771983-1512982140.13878-all.wav
-rw-r--r-- 1 root root 341K Dec 11 09:49 XXXXXXXX15771984-1512982140.13881-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771988-1512982145.13908-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771991-1512982145.13911-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771993-1512982145.13914-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771995-1512982145.13917-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771996-1512982145.13920-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771997-1512982145.13923-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15771998-1512982145.13926-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772000-1512982145.13929-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772002-1512982145.13932-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772003-1512982145.13935-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772005-1512982145.13938-all.wav
-rw-r--r-- 1 root root 629K Dec 11 09:50 XXXXXXXX15772006-1512982145.13941-all.wav
-rw-r--r-- 1 root root 580K Dec 11 09:49 XXXXXXXX15772010-1512982145.13944-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772012-1512982148.13949-all.wav
-rw-r--r-- 1 root root 393K Dec 11 09:49 XXXXXXXX15772013-1512982148.13952-all.wav
-rw-r--r-- 1 root root 830K Dec 11 09:50 XXXXXXXX15772014-1512982148.13955-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772015-1512982148.13958-all.wav
-rw-r--r-- 1 root root 48K Dec 11 09:49 XXXXXXXX15772020-1512982148.13961-all.wav
-rw-r--r-- 1 root root 349K Dec 11 09:49 XXXXXXXX15772023-1512982148.13964-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772025-1512982148.13967-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772026-1512982148.13970-all.wav
-rw-r--r-- 1 root root 379K Dec 11 09:49 XXXXXXXX15772028-1512982148.13975-all.wav
-rw-r--r-- 1 root root 307K Dec 11 09:49 XXXXXXXX15772029-1512982148.13973-all.wav
-rw-r--r-- 1 root root 279K Dec 11 09:49 XXXXXXXX15772030-1512982151.13979-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772031-1512982151.13982-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772032-1512982151.13985-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772033-1512982151.13988-all.wav
-rw-r--r-- 1 root root 771K Dec 11 09:50 XXXXXXXX15772034-1512982151.13991-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772037-1512982151.13994-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772039-1512982153.14001-all.wav
-rw-r--r-- 1 root root 421K Dec 11 09:49 XXXXXXXX15772040-1512982153.14004-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772042-1512982153.14007-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772048-1512982153.14010-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX1577205-1512982156.14017-all.wav
-rw-r--r-- 1 root root 87K Dec 11 09:49 XXXXXXXX15772054-1512982156.14020-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772058-1512982156.14023-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772060-1512982162.14036-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772064-1512982162.14039-all.wav
-rw-r--r-- 1 root root 650K Dec 11 09:50 XXXXXXXX15772065-1512982162.14042-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772068-1512982162.14045-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772071-1512982167.14056-all.wav
-rw-r--r-- 1 root root 463K Dec 11 09:50 XXXXXXXX15772074-1512982167.14059-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772075-1512982167.14062-all.wav
-rw-r--r-- 1 root root 628K Dec 11 09:50 XXXXXXXX15772076-1512982167.14065-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772078-1512982167.14068-all.wav
-rw-r--r-- 1 root root 240K Dec 11 09:49 XXXXXXXX15772079-1512982167.14071-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772080-1512982167.14074-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772081-1512982170.14079-all.wav
-rw-r--r-- 1 root root 1.7M Dec 11 09:51 XXXXXXXX15772084-1512982170.14082-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772086-1512982170.14085-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772087-1512982170.14087-all.wav
-rw-r--r-- 1 root root 623K Dec 11 09:50 XXXXXXXX15772093-1512982170.14091-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772096-1512982170.14093-all.wav
-rw-r--r-- 1 root root 727K Dec 11 09:50 XXXXXXXX15772097-1512982170.14097-all.wav
-rw-r--r-- 1 root root 486K Dec 11 09:50 XXXXXXXX15772098-1512982170.14100-all.wav
-rw-r--r-- 1 root root 303K Dec 11 09:50 XXXXXXXX15772101-1512982178.14111-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772102-1512982178.14114-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772103-1512982178.14117-all.wav
-rw-r--r-- 1 root root 291K Dec 11 09:50 XXXXXXXX15772107-1512982178.14120-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772108-1512982178.14123-all.wav
-rw-r--r-- 1 root root 405K Dec 11 09:50 XXXXXXXX15772109-1512982180.14126-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772110-1512982180.14129-all.wav
-rw-r--r-- 1 root root 64K Dec 11 09:50 XXXXXXXX15772111-1512982180.14132-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772115-1512982180.14135-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772116-1512982183.14142-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772121-1512982183.14145-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772122-1512982183.14148-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772123-1512982183.14151-all.wav
-rw-r--r-- 1 root root 590K Dec 11 09:50 XXXXXXXX15772124-1512982183.14154-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772125-1512982186.14159-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772126-1512982188.14166-all.wav
-rw-r--r-- 1 root root 298K Dec 11 09:50 XXXXXXXX15772127-1512982188.14169-all.wav
-rw-r--r-- 1 root root 321K Dec 11 09:50 XXXXXXXX15772130-1512982188.14172-all.wav
-rw-r--r-- 1 root root 1.8M Dec 11 09:51 XXXXXXXX15772133-1512982188.14175-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772135-1512982188.14178-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772137-1512982189.14181-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772141-1512982189.14184-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772142-1512982189.14187-all.wav
-rw-r--r-- 1 root root 82K Dec 11 09:50 XXXXXXXX15772143-1512982189.14190-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772144-1512982189.14193-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772146-1512982189.14195-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772151-1512982189.14199-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772152-1512982189.14202-all.wav
-rw-r--r-- 1 root root 1.2M Dec 11 09:51 XXXXXXXX15772153-1512982189.14205-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772154-1512982189.14208-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772156-1512982189.14211-all.wav
-rw-r--r-- 1 root root 395K Dec 11 09:50 XXXXXXXX15772158-1512982191.14219-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772159-1512982191.14222-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX15772160-1512982191.14225-all.wav
-rw-r--r-- 1 root root 359K Dec 11 09:50 XXXXXXXX15772163-1512982191.14228-all.wav
-rw-r--r-- 1 root root 450K Dec 11 09:50 XXXXXXXX15772164-1512982191.14231-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772169-1512982194.14238-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772171-1512982194.14241-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772173-1512982194.14244-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772175-1512982194.14247-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772177-1512982194.14250-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:49 XXXXXXXX1577218-1512982197.14253-all.wav
-rw-r--r-- 1 root root 733K Dec 11 09:51 XXXXXXXX15772181-1512982197.14256-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772182-1512982197.14259-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772183-1512982197.14262-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772186-1512982197.14265-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772189-1512982199.14276-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772192-1512982199.14279-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772193-1512982199.14282-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772194-1512982205.14293-all.wav
-rw-r--r-- 1 root root 659K Dec 11 09:51 XXXXXXXX15772195-1512982205.14296-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772196-1512982205.14299-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772198-1512982205.14302-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772199-1512982205.14305-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772200-1512982205.14308-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772201-1512982205.14311-all.wav
-rw-r--r-- 1 root root 361K Dec 11 09:50 XXXXXXXX15772202-1512982205.14314-all.wav
-rw-r--r-- 1 root root 454K Dec 11 09:50 XXXXXXXX15772204-1512982205.14317-all.wav
-rw-r--r-- 1 root root 452K Dec 11 09:50 XXXXXXXX15772206-1512982205.14320-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772207-1512982205.14323-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772208-1512982207.14332-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772209-1512982208.14335-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772211-1512982208.14338-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772212-1512982208.14341-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772213-1512982208.14344-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772214-1512982208.14347-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772216-1512982208.14350-all.wav
-rw-r--r-- 1 root root 325K Dec 11 09:50 XXXXXXXX15772217-1512982208.14353-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772219-1512982208.14356-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772220-1512982210.14360-all.wav
-rw-r--r-- 1 root root 580K Dec 11 09:51 XXXXXXXX15772221-1512982216.14369-all.wav
-rw-r--r-- 1 root root 1.2M Dec 11 09:51 XXXXXXXX15772222-1512982216.14372-all.wav
-rw-r--r-- 1 root root 284K Dec 11 09:50 XXXXXXXX15772223-1512982216.14375-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772224-1512982216.14378-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772225-1512982224.14385-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772226-1512982224.14390-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772227-1512982224.14393-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772228-1512982224.14396-all.wav
-rw-r--r-- 1 root root 344K Dec 11 09:51 XXXXXXXX15772229-1512982224.14399-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772230-1512982224.14402-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772231-1512982229.14407-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772233-1512982229.14410-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772234-1512982229.14413-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772235-1512982229.14416-all.wav
-rw-r--r-- 1 root root 253K Dec 11 09:51 XXXXXXXX157722355-1512982229.14419-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772236-1512982229.14422-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772240-1512982229.14425-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772244-1512982229.14428-all.wav
-rw-r--r-- 1 root root 513K Dec 11 09:51 XXXXXXXX15772245-1512982229.14431-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX157722490-1512982232.14438-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772251-1512982232.14441-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772252-1512982232.14444-all.wav
-rw-r--r-- 1 root root 1.3M Dec 11 09:52 XXXXXXXX15772253-1512982232.14447-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772255-1512982232.14450-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772257-1512982232.14453-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772258-1512982232.14456-all.wav
-rw-r--r-- 1 root root 253K Dec 11 09:51 XXXXXXXX15772259-1512982232.14461-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772260-1512982232.14460-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772261-1512982232.14465-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772262-1512982232.14468-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772263-1512982232.14471-all.wav
-rw-r--r-- 1 root root 396K Dec 11 09:51 XXXXXXXX15772264-1512982232.14474-all.wav
-rw-r--r-- 1 root root 952K Dec 11 09:51 XXXXXXXX15772270-1512982234.14479-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772271-1512982235.14482-all.wav
-rw-r--r-- 1 root root 246K Dec 11 09:51 XXXXXXXX15772273-1512982237.14485-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772274-1512982237.14488-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772278-1512982237.14491-all.wav
-rw-r--r-- 1 root root 1.3M Dec 11 09:52 XXXXXXXX15772279-1512982237.14494-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772283-1512982237.14497-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772287-1512982237.14500-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772289-1512982237.14503-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX1577229-1512982237.14506-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772292-1512982237.14509-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772294-1512982237.14512-all.wav
-rw-r--r-- 1 root root 308K Dec 11 09:51 XXXXXXXX15772296-1512982237.14515-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772299-1512982237.14518-all.wav
-rw-r--r-- 1 root root 235K Dec 11 09:51 XXXXXXXX15772300-1512982243.14521-all.wav
-rw-r--r-- 1 root root 361K Dec 11 09:51 XXXXXXXX15772301-1512982243.14524-all.wav
-rw-r--r-- 1 root root 292K Dec 11 09:51 XXXXXXXX15772303-1512982243.14527-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772305-1512982243.14530-all.wav
-rw-r--r-- 1 root root 940K Dec 11 09:51 XXXXXXXX15772310-1512982243.14533-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772314-1512982243.14536-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX157723146-1512982243.14539-all.wav
-rw-r--r-- 1 root root 402K Dec 11 09:51 XXXXXXXX15772315-1512982243.14542-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772317-1512982243.14545-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772321-1512982243.14548-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772323-1512982243.14551-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772324-1512982245.14560-all.wav
-rw-r--r-- 1 root root 576K Dec 11 09:51 XXXXXXXX15772325-1512982245.14563-all.wav
-rw-r--r-- 1 root root 368K Dec 11 09:51 XXXXXXXX15772327-1512982245.14566-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772332-1512982245.14569-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772333-1512982245.14572-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772334-1512982248.14575-all.wav
-rw-r--r-- 1 root root 468K Dec 11 09:51 XXXXXXXX15772337-1512982248.14578-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772338-1512982248.14581-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772339-1512982248.14584-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772340-1512982251.14587-all.wav
-rw-r--r-- 1 root root 263K Dec 11 09:51 XXXXXXXX15772344-1512982251.14590-all.wav
-rw-r--r-- 1 root root 213K Dec 11 09:51 XXXXXXXX15772346-1512982251.14593-all.wav
-rw-r--r-- 1 root root 292K Dec 11 09:51 XXXXXXXX15772349-1512982251.14596-all.wav
-rw-r--r-- 1 root root 64K Dec 11 09:51 XXXXXXXX15772351-1512982251.14599-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772355-1512982251.14602-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772356-1512982251.14605-all.wav
-rw-r--r-- 1 root root 538K Dec 11 09:51 XXXXXXXX15772359-1512982251.14608-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772360-1512982251.14611-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772361-1512982254.14620-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772364-1512982254.14623-all.wav
-rw-r--r-- 1 root root 249K Dec 11 09:51 XXXXXXXX15772366-1512982254.14626-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:50 XXXXXXXX15772369-1512982254.14629-all.wav
-rw-r--r-- 1 root root 491K Dec 11 09:51 XXXXXXXX15772372-1512982254.14632-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772373-1512982256.14645-all.wav
-rw-r--r-- 1 root root 29K Dec 11 09:51 XXXXXXXX15772374-1512982256.14648-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772375-1512982256.14651-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772376-1512982259.14656-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772377-1512982259.14659-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772378-1512982259.14662-all.wav
-rw-r--r-- 1 root root 93K Dec 11 09:51 XXXXXXXX15772379-1512982259.14665-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772380-1512982259.14668-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772383-1512982259.14671-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772384-1512982267.14696-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772386-1512982267.14699-all.wav
-rw-r--r-- 1 root root 3.1M Dec 11 09:54 XXXXXXXX15772387-1512982267.14702-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772388-1512982267.14705-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772391-1512982267.14708-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772393-1512982267.14711-all.wav
-rw-r--r-- 1 root root 472K Dec 11 09:52 XXXXXXXX15772398-1512982267.14714-all.wav
-rw-r--r-- 1 root root 271K Dec 11 09:51 XXXXXXXX15772399-1512982267.14717-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772400-1512982270.14722-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772406-1512982272.14725-all.wav
-rw-r--r-- 1 root root 328K Dec 11 09:51 XXXXXXXX15772407-1512982272.14728-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772415-1512982272.14731-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772416-1512982273.14734-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772417-1512982273.14736-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772418-1512982273.14740-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX1577242-1512982273.14743-all.wav
-rw-r--r-- 1 root root 170K Dec 11 09:51 XXXXXXXX15772420-1512982273.14746-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772421-1512982275.14755-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772422-1512982275.14758-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772423-1512982275.14761-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772424-1512982275.14764-all.wav
-rw-r--r-- 1 root root 304K Dec 11 09:51 XXXXXXXX15772425-1512982275.14767-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772427-1512982275.14770-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772428-1512982275.14773-all.wav
-rw-r--r-- 1 root root 231K Dec 11 09:51 XXXXXXXX15772429-1512982275.14776-all.wav
-rw-r--r-- 1 root root 375K Dec 11 09:51 XXXXXXXX15772430-1512982275.14779-all.wav
-rw-r--r-- 1 root root 178K Dec 11 09:51 XXXXXXXX15772433-1512982283.14786-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772435-1512982283.14789-all.wav
.
.
.
.
.
.
.
-rw-r--r-- 1 root root 56K Dec 11 09:52 XXXXXXXX15772499-1512982302.14916-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX1577250-1512982305.14919-all.wav
-rw-r--r-- 1 root root 98K Dec 11 09:52 XXXXXXXX15772500-1512982305.14922-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:52 XXXXXXXX15772501-1512982305.14925-all.wav
-rw-r--r-- 1 root root 40K Dec 11 09:51 XXXXXXXX15772502-1512982305.14928-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:52 XXXXXXXX15772503-1512982308.14935-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772505-1512982308.14937-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:52 XXXXXXXX15772511-1512982308.14941-all.wav
-rw-r--r-- 1 root root 97K Dec 11 09:52 XXXXXXXX15772513-1512982310.14948-all.wav
-rw-r--r-- 1 root root 97K Dec 11 09:52 XXXXXXXX15772515-1512982310.14951-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:52 XXXXXXXX15772516-1512982310.14954-all.wav
-rw-r--r-- 1 root root 97K Dec 11 09:52 XXXXXXXX15772517-1512982310.14957-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772521-1512982310.14960-all.wav
-rw-r--r-- 1 root root 67K Dec 11 09:52 XXXXXXXX15772523-1512982311.14963-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:52 XXXXXXXX15772526-1512982311.14966-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:52 XXXXXXXX15772529-1512982311.14969-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772530-1512982311.14972-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:51 XXXXXXXX15772531-1512982311.14975-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:52 XXXXXXXX15772534-1512982311.14978-all.wav
-rw-r--r-- 1 root root 44 Dec 11 09:53 XXXXXXXX15772535-1512982354.15047-all.wav
-rw-r--r-- 1 root root 98K Dec 11 09:10 3938393888678319-1512979819.2130-all.wav
-rw-r--r-- 1 root root 718K Dec 11 09:12 86003XXX13761025-1512979881.2543-all.wav
-rw-r--r-- 1 root root 457K Dec 11 09:10 86003XXX13764187-1512979810.2027-all.wav
-rw-r--r-- 1 root root 629K Dec 11 09:13 86003XXX13783725-1512979939.2835-all.wav
-rw-r--r-- 1 root root 876K Dec 11 09:34 86003XXX13787317-1512981242.8216-all.wav
-rw-r--r-- 1 root root 659K Dec 11 09:12 86003XXX13922363-1512979915.2681-all.wav
-rw-r--r-- 1 root root 184K Dec 11 09:38 8600393885647218-1512981516.9841-all.wav
-rw-r--r-- 1 root root 497K Dec 11 09:41 8600393888514135-1512981632.10694-all.wav
-rw-r--r-- 1 root root 110K Dec 11 09:42 8600393888587213-1512981716.11159-all.wav
-rw-r--r-- 1 root root 636K Dec 11 09:44 8600393888649343-1512981852.12045-all.wav
-rw-r--r-- 1 root root 118K Dec 11 09:10 8600393888671649-1512979816.2065-all.wav
-rw-r--r-- 1 root root 638K Dec 11 09:43 8600393888710612-1512981753.11400-all.wav
-rw-r--r-- 1 root root 911K Dec 11 09:45 8600393888726142-1512981849.12002-all.wav
-rw-r--r-- 1 root root 489K Dec 11 09:11 8600393888731873-1512979831.2212-all.wav
-rw-r--r-- 1 root root 481K Dec 11 09:46 8600393888739615-1512981978.12793-all.wav
-rw-r--r-- 1 root root 678K Dec 11 09:12 8600393888796142-1512979913.2662-all.wav
-rw-r--r-- 1 root root 491K Dec 11 09:45 8600393888827416-1512981922.12505-all.wav
-rw-r--r-- 1 root root 400K Dec 11 09:11 8600393888857958-1512979875.2489-all.wav

PS: the above list is too big for the post and thus the dots [...]


Now regarding your questions, i will answer them as the same order.
1. the /var/spool/asterisk/monitor directory after the reboot is empty and it gets full after a couple of hours (when again i am forced to reboot the server)
2. It seems that the files from /var/spool/asterisk/monitor don't don't get mixed and moved correctly to /var/spool/asterisk/monitorDONE and that is why it get's full.
3. After install the ViciDIAL v.7.iso the only change i made is to update it. Nothing else.

I hope i gave you as much info as you requested. Please let me know if something else is missing.

I really appreciate your help!
Cheers
SRV 1: VICIbox 4.0.3, Ast 1.4 and VICIdial 2.6-393a | Xeon Quad W5560 2.46GHz | 24GB RAM | 2 x 1.2TB Raid 0 |Load Avg. 0.10 0.09 0.08 | G729 Codec | VoIP | OpenSUSE 12.1 ---> Agents With Predictive Dialing On the 2nd server Agents call manually
dorian88
 
Posts: 22
Joined: Mon Nov 10, 2014 8:27 am

Re: tmpfs gets FULL every two hours?!

Postby blackbird2306 » Mon Dec 11, 2017 7:42 am

There is something wrong. In which directory are all these "-all" files"?
You should type:
Code: Select all
ls -hRl /var/spool/asterisk/monitor

And it's important to post the output as given below (I need to know "/var/spool/asterisk/monitor: total xxx k" and so on, the list of files can be shortened):
/var/spool/asterisk/monitor:
total 172K
-rw-r--r-- 1 root root 162K Dec 11 13:15 20171211-131457_-in.wav
-rw-r--r-- 1 root root 44 Dec 11 13:15 20171211-131457_-out.wav
drwxr-xr-x 2 root root 4.0K Nov 28 2014 MIX

/var/spool/asterisk/monitor/MIX:
total 0


Normally the "-ALL" files should be in "/var/spool/asterisk/monitorDONE" and not in "/var/spool/asterisk/monitor". Please check this and further look if the files were compressed in "/var/spool/asterisk/monitorDONE/MP3"
Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm

Re: tmpfs gets FULL every two hours?!

Postby dorian88 » Mon Dec 11, 2017 9:40 am

blackbird2306 wrote:There is something wrong. In which directory are all these "-all" files"?
You should type:
Code: Select all
ls -hRl /var/spool/asterisk/monitor

And it's important to post the output as given below (I need to know "/var/spool/asterisk/monitor: total xxx k" and so on, the list of files can be shortened):
/var/spool/asterisk/monitor:
total 172K
-rw-r--r-- 1 root root 162K Dec 11 13:15 20171211-131457_-in.wav
-rw-r--r-- 1 root root 44 Dec 11 13:15 20171211-131457_-out.wav
drwxr-xr-x 2 root root 4.0K Nov 28 2014 MIX

/var/spool/asterisk/monitor/MIX:
total 0


Normally the "-ALL" files should be in "/var/spool/asterisk/monitorDONE" and not in "/var/spool/asterisk/monitor". Please check this and further look if the files were compressed in "/var/spool/asterisk/monitorDONE/MP3"


I entered the same commands and again i get the same output as i posted before. I don't a /var/spool/asterisk/monitor/MIX directory in my system...
Within the /var/spool/asterisk/monitor directory when i enter ls i get these results:
Image

while the
Code: Select all
ls -hRl /var/spool/asterisk/monitor
outputs the big list of files above.

The long list of files are in the /var/spool/monitor directory. And it seems that the recordings that are saved temporarily i guess in this directory don't mix and transfer correctly to the /var/spool/asterisk/monitorDONE directory. Or at least they don't transfer to the /monitorDONE fast enough so the /monitor won't get full. As i mentioned before i have to restart the server every 1,5/2 hours because of that reason. I also checked the /monitorDONE directory and it has a lot of recordings there (in .mp3 format while in the /monitor directory are in .wav format).


Did you check the the crontables? Is there something wrong there?

From my point of view it seems that the cron job which converts the .wav in .mp3 and transfers the recordings to the /monitorDONE isn't "fast enough" to prevent the /monitor dir from getting full.

What do you think? Could be it? I am not sure how to fix it... In other VICIdial installations i did with ver.5 no such problems... and i really don't know what to do now.

Thanks again!
SRV 1: VICIbox 4.0.3, Ast 1.4 and VICIdial 2.6-393a | Xeon Quad W5560 2.46GHz | 24GB RAM | 2 x 1.2TB Raid 0 |Load Avg. 0.10 0.09 0.08 | G729 Codec | VoIP | OpenSUSE 12.1 ---> Agents With Predictive Dialing On the 2nd server Agents call manually
dorian88
 
Posts: 22
Joined: Mon Nov 10, 2014 8:27 am

Re: tmpfs gets FULL every two hours?!

Postby williamconley » Mon Dec 11, 2017 9:53 am

1) If this is a multi-server vicidial cluster, you likely have different code in the two servers and your perl scripts are failing. I do NOT see your Vicidial Version with Build. That's a requirement each time you post in support. It also happens to be a requirement that the same code is on all servers (if multi-server) and that the code matches the DB (see the UPGRADE document in the trunk folder).

2) Check your logs to see if the recording scripts are running/failing

3) Run the recording scripts manually with --debugX to find out why they fail. Note that some have an instance checker and will not run while another copy is already running, so you need to test when they are not already running to avoid that obvious failure.

4) Is the HD full? (df -h)
Vicidial Installation and Repair, plus Hosting and Colocation
Newest Product: Vicidial Agent Only Beep - Beta
http://www.PoundTeam.com # 352-269-0000 # +44(203) 769-2294
williamconley
 
Posts: 20018
Joined: Wed Oct 31, 2007 4:17 pm
Location: Davenport, FL (By Disney!)

Re: tmpfs gets FULL every two hours?!

Postby blackbird2306 » Mon Dec 11, 2017 7:26 pm

I looked into "AST_CRON_audio_1_move_VDonly.pl" . Please open configuration file "/etc/astguiclient.conf" and post us the two lines with:
Code: Select all
PATHmonitor =>
PATHDONEmonitor =>

Is it same like this:
Code: Select all
PATHmonitor => /var/spool/asterisk/monitor
PATHDONEmonitor => /var/spool/asterisk/monitorDONE


Your entries in crontab are OK for me
Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm

Re: tmpfs gets FULL every two hours?!

Postby dorian88 » Tue Dec 12, 2017 5:25 am

blackbird2306 wrote:I looked into "AST_CRON_audio_1_move_VDonly.pl" . Please open configuration file "/etc/astguiclient.conf" and post us the two lines with:
Code: Select all
PATHmonitor =>
PATHDONEmonitor =>

Is it same like this:
Code: Select all
PATHmonitor => /var/spool/asterisk/monitor
PATHDONEmonitor => /var/spool/asterisk/monitorDONE


Your entries in crontab are OK for me



Hi, blackbird2306. The two lines in configuration file in the "/etc/astguiclient.conf" looks like this:
Code: Select all
PATHmonitor => /var/spool/asterisk/monitor
PATHDONEmonitor => /var/spool/asterisk/monitorDONE
SRV 1: VICIbox 4.0.3, Ast 1.4 and VICIdial 2.6-393a | Xeon Quad W5560 2.46GHz | 24GB RAM | 2 x 1.2TB Raid 0 |Load Avg. 0.10 0.09 0.08 | G729 Codec | VoIP | OpenSUSE 12.1 ---> Agents With Predictive Dialing On the 2nd server Agents call manually
dorian88
 
Posts: 22
Joined: Mon Nov 10, 2014 8:27 am

Re: tmpfs gets FULL every two hours?!

Postby dorian88 » Wed Dec 13, 2017 3:57 am

williamconley wrote:1) If this is a multi-server vicidial cluster, you likely have different code in the two servers and your perl scripts are failing. I do NOT see your Vicidial Version with Build. That's a requirement each time you post in support. It also happens to be a requirement that the same code is on all servers (if multi-server) and that the code matches the DB (see the UPGRADE document in the trunk folder).

2) Check your logs to see if the recording scripts are running/failing

3) Run the recording scripts manually with --debugX to find out why they fail. Note that some have an instance checker and will not run while another copy is already running, so you need to test when they are not already running to avoid that obvious failure.

4) Is the HD full? (df -h)


Hi and thanks for your reply.
1) This is an all-in-one server. No cluster configuration. Sorry about the Vicidial version and build, the VERSION is: 2.14-644a and the BUILD is: 171130-0036.
2) How do i do that? I checked the crontab and it seems the same as my other servers...
3) a little help here?
4) the output of my df -h is:
Code: Select all
vici7-cc2:~ # df -H
Filesystem      Size  Used Avail Use% Mounted on
devtmpfs         13G     0   13G   0% /dev
tmpfs            13G     0   13G   0% /dev/shm
tmpfs            13G  2.2M   13G   1% /run
tmpfs            13G     0   13G   0% /sys/fs/cgroup
/dev/sda2       981G   26G  955G   3% /
tmpfs           6.5G  322M  6.2G   5% /var/spool/asterisk/monitor


If you can see here the recordings seem to go to the tmpfs directory with only 6.2GB of storage and not in the main directory of /dev/sda2 which is 981GB...

Thanks in advance for your help.
SRV 1: VICIbox 4.0.3, Ast 1.4 and VICIdial 2.6-393a | Xeon Quad W5560 2.46GHz | 24GB RAM | 2 x 1.2TB Raid 0 |Load Avg. 0.10 0.09 0.08 | G729 Codec | VoIP | OpenSUSE 12.1 ---> Agents With Predictive Dialing On the 2nd server Agents call manually
dorian88
 
Posts: 22
Joined: Mon Nov 10, 2014 8:27 am

Re: tmpfs gets FULL every two hours?!

Postby blackbird2306 » Wed Dec 13, 2017 8:07 am

Let's start with something new:
/usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl is just a simple rename/copy/delete/database update script. Somehow your files won't be copied to monitorDONE and after that they won't be deleted on monitor. Perhaps it's just a file permission thing:
1. Type from cli and post us:
Code: Select all
ls -l /var/spool/asterisk

2. Make a dummy file and try to copy/delete manually:
Code: Select all
touch /var/spool/asterisk/monitor/test.wav
cp /var/spool/asterisk/monitor/test.wav /var/spool/asterisk/monitorDONE/test.wav
rm /var/spool/asterisk/monitor/test.wav
Does it work? Was the file copied and deleted?

2. Then change permissions:
Code: Select all
chmod 755 /var/spool/asterisk
chmod 755 /var/spool/asterisk/monitor
chmod 755 /var/spool/asterisk/monitorDONE

3. Now reboot or delete monitor directory and look if your problem is solved

4. PS: The log files are located under /var/log. The interesting one for cronjob is /var/log/messages. Look there for anomalies.
Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm

Re: tmpfs gets FULL every two hours?!

Postby dorian88 » Thu Dec 14, 2017 4:24 am

blackbird2306 wrote:Let's start with something new:
/usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl is just a simple rename/copy/delete/database update script. Somehow your files won't be copied to monitorDONE and after that they won't be deleted on monitor. Perhaps it's just a file permission thing:
1. Type from cli and post us:
Code: Select all
ls -l /var/spool/asterisk

2. Make a dummy file and try to copy/delete manually:
Code: Select all
touch /var/spool/asterisk/monitor/test.wav
cp /var/spool/asterisk/monitor/test.wav /var/spool/asterisk/monitorDONE/test.wav
rm /var/spool/asterisk/monitor/test.wav
Does it work? Was the file copied and deleted?

2. Then change permissions:
Code: Select all
chmod 755 /var/spool/asterisk
chmod 755 /var/spool/asterisk/monitor
chmod 755 /var/spool/asterisk/monitorDONE

3. Now reboot or delete monitor directory and look if your problem is solved

4. PS: The log files are located under /var/log. The interesting one for cronjob is /var/log/messages. Look there for anomalies.


Hi again Blackbird2306 and thanks!!

1. Here's the output of ls -l /var/spool/asterisk
Code: Select all
vici7-cc2:~ # ls -l /var/spool/asterisk
total 44
drwxr-x---  2 asterisk asterisk  4096 Jan  8  2017 dictate
drwxr-x---  2 asterisk asterisk  4096 Jan  8  2017 meetme
drwxrwxrwt  3 root     root      4380 Dec 13 17:41 monitor
drwxr-xr-x 10 wwwrun   root     20480 Dec 13 17:40 monitorDONE
drwxr-xr-x  2 root     root      4096 Nov 30 11:34 outgoing
drwxr-x---  2 asterisk asterisk  4096 Jan  8  2017 system
drwxr-x---  2 asterisk asterisk  4096 Jan  8  2017 tmp
drwxr-x---  3 asterisk asterisk  4096 Jan 13  2017 voicemail


2. Yes i was able to create, copy and delete the test.wav file with no issues.

2. Done with the permissions

3. I rebooted first to see if that works (i didn't delete the /monitor directory) and the /monitor directory keeps again getting filled with recordings... Next i will try to delete the /monitor directory and see if that works....

4. Couldn't locate /var/log/messages file...

Thanks
SRV 1: VICIbox 4.0.3, Ast 1.4 and VICIdial 2.6-393a | Xeon Quad W5560 2.46GHz | 24GB RAM | 2 x 1.2TB Raid 0 |Load Avg. 0.10 0.09 0.08 | G729 Codec | VoIP | OpenSUSE 12.1 ---> Agents With Predictive Dialing On the 2nd server Agents call manually
dorian88
 
Posts: 22
Joined: Mon Nov 10, 2014 8:27 am

Re: tmpfs gets FULL every two hours?!

Postby blackbird2306 » Thu Dec 14, 2017 6:33 am

"Delete" monitor directory means empty this directory. The directory "monitor" itself should remain there :-)
Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm

Re: tmpfs gets FULL every two hours?!

Postby dorian88 » Fri Dec 15, 2017 3:50 am

blackbird2306 wrote:"Delete" monitor directory means empty this directory. The directory "monitor" itself should remain there :-)


Hi blackbird2306 and thanks again for your reply/help. I tried changing the permissions and now i am deleting the file from /monitor directory and reboot after that. I have to mention thought that inside the /monitor directory the recordings (in .wav) are located in the /monitor/l directory... and not directly in the /monitor directory itself. I also noticed that after changing the permissions as you said the /monitor doesn't gets full every two hours and it takes much longer... Now i don't have to reboot the server every two hours (!) but less often. That's weird don't you think?

I will keep you updated once i delete and reboot the server and see how will react to the changes.

Thanks again!
SRV 1: VICIbox 4.0.3, Ast 1.4 and VICIdial 2.6-393a | Xeon Quad W5560 2.46GHz | 24GB RAM | 2 x 1.2TB Raid 0 |Load Avg. 0.10 0.09 0.08 | G729 Codec | VoIP | OpenSUSE 12.1 ---> Agents With Predictive Dialing On the 2nd server Agents call manually
dorian88
 
Posts: 22
Joined: Mon Nov 10, 2014 8:27 am

Re: tmpfs gets FULL every two hours?!

Postby blackbird2306 » Fri Dec 15, 2017 7:31 am

That's very interesting and makes no sense for me. Are you sure with directory "/var/spool/asterisk/monitor/l"? Paradox reactions are often a sign of overloaded servers. You didn't mention your load, when this things happen. How is your load and how many agents or rather what is your dial-ratio on this ALL-IN-ONE server?
Vicibox 6.0.2 from Vicibox_v.6.0.x86_64-6.0.2.iso | Vicidial 2.12-560a build: 160617-1427 | Asterisk 1.8.32.3
blackbird2306
 
Posts: 409
Joined: Mon Jun 23, 2014 5:31 pm


Return to Support

Who is online

Users browsing this forum: Google [Bot] and 83 guests