-
Notifications
You must be signed in to change notification settings - Fork 4
/
phone_history.json
72 lines (72 loc) · 1.7 KB
/
phone_history.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
72
{
"1": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Inbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
},
"2": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Outbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
},
"3": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Inbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
},
"4": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Outbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
},
"5": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Inbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
},
"6": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Outbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
},
"7": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Inbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
},
"8": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Outbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
},
"9": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Inbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
},
"10": {
"Name": "John Smith",
"Number": "1(123)456-7890",
"Type": "Outbound",
"Port": "port2",
"DateTime": "12:34:56 06/23"
}
}