You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.9 KiB
64 lines
1.9 KiB
# astguiclient.conf - configuration elements for the astguiclient package
|
|
# this is the astguiclient configuration file
|
|
# all comments will be lost if you run install.pl again
|
|
|
|
# Paths used by astGUIclient
|
|
PATHhome => /usr/share/astguiclient
|
|
PATHlogs => /var/log/astguiclient
|
|
PATHagi => /var/lib/asterisk/agi-bin
|
|
PATHweb => /var/www/html
|
|
PATHsounds => /var/lib/asterisk/sounds
|
|
PATHmonitor => /var/spool/asterisk/monitor
|
|
PATHDONEmonitor => /var/spool/recordings
|
|
|
|
# The IP address of this machine
|
|
VARserver_ip => 169.254.217.250
|
|
|
|
# Database connection information
|
|
VARDB_server => 127.0.0.1
|
|
VARDB_database => asterisk
|
|
VARDB_user => cron
|
|
VARDB_pass => 1234
|
|
VARDB_port => 3306
|
|
|
|
# Alpha-Numeric list of the astGUIclient processes to be kept running
|
|
# (value should be listing of characters with no spaces: 1234568)
|
|
# X - NO KEEPALIVE PROCESSES (use only if you want none to be keepalive)
|
|
# 1 - AST_update
|
|
# 2 - AST_send_listen
|
|
# 3 - AST_VDauto_dial
|
|
# 4 - AST_VDremote_agents
|
|
# 5 - AST_VDadapt (If multi-server system, this must only be on one server)
|
|
# 6 - FastAGI_log
|
|
# 7 - AST_VDauto_dial_FILL (only for multi-server, this must only be on one server)
|
|
# 8 - ip_relay (used for blind agent monitoring)
|
|
# 9 - Timeclock auto logout
|
|
VARactive_keepalives => X
|
|
|
|
# Asterisk version VICIDIAL is installed for
|
|
VARasterisk_version => 1.8
|
|
|
|
# FTP recording archive connection information
|
|
VARFTP_host => 169.254.217.250
|
|
VARFTP_user => cron
|
|
VARFTP_pass => test
|
|
VARFTP_port => 21
|
|
VARFTP_dir => RECORDINGS
|
|
VARHTTP_path => http://169.254.217.250
|
|
|
|
# REPORT server connection information
|
|
VARREPORT_host => 169.254.217.250
|
|
VARREPORT_user => cron
|
|
VARREPORT_pass => test
|
|
VARREPORT_port => 21
|
|
VARREPORT_dir => REPORTS
|
|
|
|
# Settings for FastAGI logging server
|
|
VARfastagi_log_min_servers => 3
|
|
VARfastagi_log_max_servers => 16
|
|
VARfastagi_log_min_spare_servers => 2
|
|
VARfastagi_log_max_spare_servers => 8
|
|
VARfastagi_log_max_requests => 1000
|
|
VARfastagi_log_checkfordead => 30
|
|
VARfastagi_log_checkforwait => 60
|