Displaying 2 results from an estimated 2 matches for "monitor_dir".
Did you mean:
monitor_bit
2009 May 25
1
New tutorial: storing audio recordings per day
Hi everyone,
after doing the same thing multiple times and struggling to remember how it
was done, I have prepared a small tutorial that explains how to save
monitored files in different folders per day. This is quite useful
becausethe resultingfile system is way more manageable than having maybe
100,000 files all saved in the same folder.
You can find the tutorial here:
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
...niFiles;
use Authen::Radius;
Authen::Radius->load_dictionary;
# Lock file
#
my $lock_file = '/var/run/ast-rad-acc.pid';
# Config vars
#
my $runas_user = 'nobody';
my $ast_hostname = 'localhost';
my $ast_username = 'test';
my $ast_password = 'test';
my $monitor_dir = '/var/spool/asterisk/monitor';
# Read global RADIUS configuratuin from
extensions.conf
#
# I havte doing that but Asterisk manager interface
can not read global variables
#
my $config_dir = '/usr/local/etc/asterisk';
# Globals
#
my %channels;
my ($rad_serv, $rad_sec, $nas_ip);...