-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsim.conf
67 lines (67 loc) · 1.8 KB
/
sim.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
59
60
61
62
63
64
65
66
67
{
"localSipPort":5061,
"serverID":"32011500002000000001",
"realm":"3201150000",
"serverAddr":"127.0.0.1:5061",
"userName":"test",
"password":"test",
"regExpire":3600,
"keepaliveInterval":100,
"maxKeepaliveRetry":3,
"transport": "udp",
"gbId":"31011500991320000532",
"devices":[
{
"deviceID":"32011500991320000040",
"name":"test001",
"manufacturer":"simulatorFactory",
"model":"Mars",
"CivilCode":"civilCode",
"address":"192.18.1.1",
"parental":"0",
"safeWay":"1",
"registerWay":"1",
"secrecy":"1",
"status":"ON"
},
{
"deviceID":"32011500991320000041",
"name":"test002",
"manufacturer":"simulatorFactory",
"model":"Mars",
"CivilCode":"civilCode",
"address":"192.18.1.2",
"parental":"0",
"safeWay":"1",
"registerWay":"1",
"secrecy":"1",
"status":"ON"
},
{
"deviceID":"32011500991320000042",
"name":"test003",
"manufacturer":"simulatorFactory",
"model":"Mars",
"CivilCode":"civilCode",
"address":"192.18.1.3",
"parental":"0",
"safeWay":"1",
"registerWay":"1",
"secrecy":"1",
"status":"ON"
},
{
"deviceID":"32011500991320000043",
"name":"test004",
"manufacturer":"simulatorFactory",
"model":"Mars",
"CivilCode":"civilCode",
"address":"192.18.1.4",
"parental":"0",
"safeWay":"1",
"registerWay":"1",
"secrecy":"1",
"status":"OFF"
}
]
}