UNPKG

923 BJSONView Raw
1{
2 "logger": {
3 "level": "fatal"
4 },
5 "drachtio-uac": {
6 "host": "127.0.0.1",
7 "port": 9060,
8 "secret": "cymru"
9 },
10 "freeswitch-uac": {
11 "address": "127.0.0.1",
12 "port": 9070,
13 "secret": "ClueCon"
14 },
15 "drachtio-sut": {
16 "host": "127.0.0.1",
17 "port": 9061,
18 "secret": "cymru",
19 "enablePing": true,
20 "pingInterval": 5000
21 },
22 "drachtio-uas": {
23 "host": "127.0.0.1",
24 "port": 9062,
25 "secret": "cymru"
26 },
27 "freeswitch-sut": {
28 "address": "127.0.0.1",
29 "port": 9071,
30 "secret": "ClueCon"
31 },
32 "freeswitch-uac-fail": {
33 "address": "127.0.0.1",
34 "port": 11070,
35 "secret": "ClueCon"
36 },
37 "call-generator": {
38 "uri": "sip:test2_drachtio-sut_1",
39 "drachtio": {
40 "host": "127.0.0.1",
41 "port": 9060,
42 "secret": "cymru"
43 },
44 "freeswitch": {
45 "address": "127.0.0.1",
46 "port": 9070,
47 "secret": "ClueCon"
48 }
49 }
50}
\No newline at end of file