-
-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathlibre.dev.env
More file actions
47 lines (41 loc) · 1.48 KB
/
libre.dev.env
File metadata and controls
47 lines (41 loc) · 1.48 KB
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
# -------------------------------: GENERAL
# REDIS as a database
REDIS_HOST = 127.0.0.1
REDIS_PORT = 6379
REDIS_DB = 0
SCAN_COUNT = 1000
REDIS_TIMEOUT = 5
# log stack mean where log will be output
# value can be combine of FILE, SYSLOG, CONSOLE separated by comma `,`
LOGSTACKS=CONSOLE
# log level, default INFO
LOGLEVEL=INFO
# -------------------------------: LIBERATOR
# LIBRE_STANDALONE_MODEL
# LIBRE_BUILTIN_REDIS
# LIBRE_CONTAINERIZED
# LIBRE_BUILTIN_FIREWALL
#--------------------------------------------------------
# CALL RECOVERY CAPABILITY
#--------------------------------------------------------
CRC_CAPABILITY = False
# when enable CRC_CAPABILITY, you need to declate postgress database
# LIBRE_STANDALONE_MODEL
# LIBRE_BUILTIN_REDIS
# LIBRE_CONTAINERIZED
# LIBRE_BUILTIN_FIREWALL
# CRC_CAPABILITY # call recovery capability
# CRC_PGSQL_HOST // CRC_PGSQL_PORT // CRC_PGSQL_DATABASE // CRC_PGSQL_USERNAME // CRC_PGSQL_PASSWORD
# HTTPCDR_ENDPOINTS # send cdr to HTTP server
# DISKCDR_ENABLE # write cdr to disk, default false
# -------------------------------: FREESWITCH
LIBERATOR_API_URL = http://127.0.0.1:8080
ESL_HOST = 127.0.0.1
ESL_PORT = 8021
ESL_PASSWORD = LIBRESBC
#--------------------------------------------------------
# HTTPCDR DATA: send cdr to HTTP server
#--------------------------------------------------------
#--------------------------------------------------------
# CDR FILE: write cdr to disk, default false
#--------------------------------------------------------