Hi,
my config :
Centos 5.9 from Goautodial 3.0 (RC)
VERSION: 2.7-401a
BUILD: 130508-2256
no specific hardware : it's a test server
in the crontab , we have :
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
what is the difference in the options of AST_CRON_audio_1_move_mix.pl :
- without options , it process the monitor folder => for outbound campaigns
- with --MIX : it process the monitor/MIX folder => for inbound campaigns
in the crontab , we can active with or without --MIX
how to process both inbound and outbound recordings without having to active the 2 lines in the crontab ?
Rgds