forked from goautodial/v4.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
astguiclient.conf-sample
93 lines (81 loc) · 2.78 KB
/
astguiclient.conf-sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# 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/asterisk/monitorDONE
# The IP address of this machine
VARserver_ip => 127.0.0.1
# Database connection information
VARDB_server => localhost
VARDB_database => asterisk
VARDB_user => asterisku
VARDB_pass => asteriskuP1234
VARDB_custom_user => asterisku
VARDB_custom_pass => asteriskuP1234
VARDB_port => 3306
#connection to goautodial db
VARDBgo_server => localhost
VARDBgo_database => goautodial
VARDBgo_user => goautodialu
VARDBgo_pass => goautodialuP1234
VARDBgo_custom_user => goautodialu
VARDBgo_custom_pass => goautodialuP1234
VARDBgo_port => 3306
#connection to kamailio db
VARDBgokam_server => localhost
VARDBgokam_database => kamailio
VARDBgokam_user => kamailiou
VARDBgokam_pass => kamailiouP1234
VARDBgokam_custom_user => kamailiou
VARDBgokam_custom_pass => kamailiouP1234
VARDBgokam_port => 3306
#connection to osticket db
VARDBost_server => localhost
VARDBost_database => osticketdb
VARDBost_user => osticketu
VARDBost_pass => osticketuP1234
VARDBost_port => 3306
# Alpha-Numeric list of the astGUIclient processes to be kept running
# (value should be listing of characters with no spaces: 123456)
# 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 => 1234568
# Asterisk version VICIDIAL is installed for
VARasterisk_version => 13.X
# FTP recording archive connection information
VARFTP_host => 127.0.0.1
VARFTP_user => FTPuser
VARFTP_pass => FTPuserP1234
VARFTP_port => 21
VARFTP_dir => /var/www/html/RECORDINGS
VARHTTP_path => http://HOSTNAME/RECORDINGS
# REPORT server connection information
VARREPORT_host => 127.0.0.1
VARREPORT_user => FTPuser
VARREPORT_pass => FTPuserP1234
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
# Expected DB Schema version for this install
ExpectedDBSchema =>