-
Notifications
You must be signed in to change notification settings - Fork 2
/
example-config.conf
58 lines (40 loc) · 1.81 KB
/
example-config.conf
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
<<<<<<< HEAD
###################
# Connect string to Oracle database
CONNECT_STRING <login>/<password>@192.168.100.109:1521/irbistst
INPUT_DIR ../Pgw_cdr_in
ARCHIVE_DIR ../Pgw_cdr_archive
BAD_DIR ../Pgw_cdr_bad
LOG_DIR ../Logs
CDR_FILES_EXTENSION .dat
THREAD_COUNT 16
HOME_PLMN_ID 25027 # Setting to distinguish between home and roaming sessions
SESSION_EJECT_PERIOD 30 # Time-out in minutes after which idle sessions (having no update for this time) will be exported
EXPORT_RULES_REFRESH_PERIOD 10 # Period of refreshing export rules for different rating groups
# Log verbosity level. Possible values are:
# error - only errors are reported in log
# notice - default logging level
# debug - most verbose level including debug information.
LOG_LEVEL debug
ALERT_REPEAT_PERIOD 15 # E-mail alert repeat period
=======
###################
# Connect string to Oracle database
CONNECT_STRING <login>/<password>@192.168.100.109:1521/irbistst
INPUT_DIR cdr_in
ARCHIVE_DIR cdr_archive
BAD_DIR cdr_bad
LOG_DIR logs
CDR_FILES_EXTENSION .dat
THREAD_COUNT 16
HOME_PLMN_ID 25027 # Setting to distinguish between home and roaming sessions
SESSION_EJECT_PERIOD 30 # Time-out in minutes after which idle sessions (having no update for this time) will be exported
EXPORT_RULES_REFRESH_PERIOD 10 # Period of refreshing export rules for different rating groups
# Log verbosity level. Possible values are:
# error - only errors are reported in log
# notice - default logging level
# debug - most verbose level including debug information.
LOG_LEVEL debug
NO_CDR_ALERT_PERIOD_MIN 15 # Period of CDR files absense after which an e-mail alert is sent
SOURCE_ID 1 # ID of CDR source. This value is passed to MOBILE_SESSION.source_id
>>>>>>> 5f39e49... Source_id parameter added to config