-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
71 lines (70 loc) · 2.66 KB
/
config.json
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
{
"dbMySqlHost": "127.0.0.1:3306",
"dbMySqlUser": "root",
"dbMySqlPassword": "lepanos",
"dbMySqlName": "asteriskcdrdb",
"dbMySqlFetchRowNumber": "25",
"mongoHost": "127.0.0.1",
"mongoDbName" : "revor",
"asteriskID": "asterisk1",
"asteriskAddr": "192.168.3.20",
"asteriskPort" : 5038,
"asteriskUser" : "vormanager",
"asteriskPassword": "lepanos",
"testCallActive": false,
"testCallSchedule": 3600,
"eventsMongoHost": "127.0.0.1",
"purgeCelEvents": false,
"notifications": [
"f1com"
],
"dialplanContext": [
{ "name": "app-alive-test", "direction": 3},
{ "name": "app-custom-2587-day", "direction": 2},
{ "name": "app-custom-from-pstn", "direction": 2},
{ "name": "app-custom-6705", "direction": 2},
{ "name": "app-custom-6710", "direction": 2},
{ "name": "app-custom-6711", "direction": 2},
{ "name": "app-custom-blf-queue", "direction": 3},
{ "name": "stdexten-NOANSWER", "direction": 3},
{ "name": "app-custom-getvoicemail", "direction": 3},
{ "name": "app-custom-op-sugar", "direction": 2},
{ "name": "app-ecoute-pvsa-bry", "direction": 2},
{ "name": "app-custom-ecoute-from-ludres", "direction": 2},
{ "name": "app-iax2-bischheim", "direction": 1},
{ "name": "app-iax2-ludres", "direction": 1},
{ "name": "app-custom-ecoute-to-ludres", "direction": 2},
{ "name": "app-ecoute-pvsa-ludres", "direction": 2},
{ "name": "app-iax2-cofintex", "direction": 3},
{ "name": "app-out", "direction": 1},
{ "name": "app-out-hangup-call-party", "direction": 1},
{ "name": "app-pickup", "direction": 3},
{ "name": "asterisk_guitools", "direction": 3},
{ "name": "default", "direction": 3},
{ "name": "DID_span_1", "direction": 2},
{ "name": "DID_span_2", "direction": 2},
{ "name": "DID_span_3", "direction": 1},
{ "name": "DID_span_4", "direction": 1},
{ "name": "DLPN_DialPlan1", "direction": 1},
{ "name": "DLPN_DialPlan2", "direction": 2},
{ "name": "DLPN_DialPlan3", "direction": 2},
{ "name": "process-in-fax", "direction": 3},
{ "name": "process-in-Modem-RSI", "direction": 3},
{ "name": "process-in-rsi", "direction": 3},
{ "name": "process-in-smb", "direction": 3},
{ "name": "ringroups-custom-1", "direction": 2},
{ "name": "ringroups-custom-2", "direction": 2},
{ "name": "ringroups-custom-3", "direction": 2},
{ "name": "ringroups-custom-4", "direction": 2},
{ "name": "ringroups-custom-5", "direction": 2},
{ "name": "stdexten", "direction": 3},
{ "name": "voicemenu-custom-1", "direction": 3}
],
"excludeFromAnalytics": [
"8889"
],
"cleanupRequests" : [
"update cdr set import = 66 where dst LIKE '%N%' and import = 0",
"update cdr set import = 66 where dst LIKE '%NOANSWER%' and import = 0"
]
}