-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json.sample
More file actions
54 lines (54 loc) · 1.23 KB
/
Copy pathconfig.json.sample
File metadata and controls
54 lines (54 loc) · 1.23 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
48
49
50
51
52
53
54
{
"freeswitch": {
"event_client_socket": "127.0.0.1:8021",
"event_server_socket": "127.0.0.1:8022",
"event_client_socket_password": "ClueCon",
"gateway": [
"default"
],
"ident": "_undef_",
"header": "Fax Server",
"verbose": false,
"softmodem_fallback": true
},
"faxing": {
"temp_dir": "/opt/gofaxip/tmp",
"enable_t38": true,
"request_t38": true,
"recipient_from_diversion_header": false,
"answer_after": 2000,
"wait_time": 1000,
"disable_v17_after_retry": "0",
"disable_ecm_after_retry": "0",
"failed_response": [
"UNALLOCATED_NUMBER",
"CALL_REJECTED"
]
},
"database": {
"host": "localhost",
"port": "5432",
"user": "gofax",
"password": "gofaxpassword",
"database": "gofaxdb"
},
"loki": {
"push_url": "http://loki-server:3100/loki/api/v1/push",
"username": "lokiuser",
"password": "lokipassword"
},
"web": {
"listen": "0.0.0.0:8080",
"api_key": "apikeyhere"
},
"smtp": {
"host": "smtp.example.com",
"port": 587,
"username": "smtpuser",
"password": "smtppassword",
"encryption": "tls",
"from_address": "noreply@example.com",
"from_name": "Fax Server"
},
"psk": "test"
}