Project

General

Profile

KnownIssues » History » Version 25

Adrian Georgescu, 12/29/2012 05:19 PM

1 1 Adrian Georgescu
h1. Known Issues
2
3 25 Adrian Georgescu
h2. Right click on Contacts does not work always
4
5
Affected versions: Blink Pro 2.0.0 and Blink Lite 2.0.0
6
7
Replace for Blink Pro
8
9
<pre>
10
/Applications/Blink\ Pro.app/Contents/Resources/ContactWindowController.py
11
</pre>
12
13
or for Blink Lite
14
15
<pre>
16
/Applications/Blink\ Lite.app/Contents/Resources/ContactWindowController.py
17
</pre>
18
19
with this one:
20
21
http://download.ag-projects.com/Blink/2.0.0/ContactWindowController.py
22
23
24 24 Adrian Georgescu
h2. Sometimes incoming calls are rejected with 488
25
26
Affected versions: Blink Pro 2.0.0 and Blink Lite 2.0.0
27
28
Replace for Blink Pro
29
30
<pre>
31
/Applications/Blink\ Pro.app/Contents/Resources/lib/sipsimple/streams/rtp.py
32
</pre>
33
34
or for Blink Lite
35
36
<pre>
37
/Applications/Blink\ Lite.app/Contents/Resources/lib/sipsimple/streams/rtp.py
38
</pre>
39
40
with this one:
41
42
http://download.ag-projects.com/Blink/2.0.0/rtp.py
43
44
To access the application folder right click on it in finder and select Show Package Contents from the contextual menu.
45
46 22 Adrian Georgescu
h2. Enrollment for free sip account failure may cause crash
47 21 Adrian Georgescu
48
Affected versions: Blink Pro < 2.0 and Blink Lite < 2.0
49 19 Adrian Georgescu
50
Replace
51
52
<pre>
53
/Applications/Blink\ Pro.app/Contents/Resources/EnrollmentController.py
54
</pre>
55
56
and / or
57
58
<pre>
59
/Applications/Blink\ Lite.app/Contents/Resources/EnrollmentController.py
60
</pre>
61
62
with this one:
63
64
http://download.ag-projects.com/Blink/Pro-1.9.0/EnrollmentController.py
65
66 23 Adrian Georgescu
Then restart Blink and register the sip account that failed again.
67 17 Adrian Georgescu
68 18 Adrian Georgescu
h2. Single quote character in account display name configuration (config file gets corrupted)
69 17 Adrian Georgescu
70
Replace
71
72
<pre>
73
/Applications/Blink\ Pro.app/Contents/Resources/lib/sipsimple/configuration/backend/file.py
74
</pre>
75
 
76
with this one:
77
78
http://download.ag-projects.com/Blink/Pro-1.9.0/file.py
79
80
81 15 Adrian Georgescu
h2. Add contact fails (Blink Pro 1.9.0)
82 7 Adrian Georgescu
83 13 Adrian Georgescu
A fix is available in 1.9.1 currently in Apple review queue. You can fix this manually by replacing the following file:
84 11 Saúl Ibarra Corretgé
85
<pre>
86
/Applications/Blink Pro.app/Contents/Resources/ContactWindowController.py
87
</pre>
88
89
with this one:
90
91
http://download.ag-projects.com/Blink/Pro-1.9.0/ContactWindowController.py
92
93
To locate the file right, click in Finder on Blink Pro and click on Show Package Contents option.
94
95
Then restart Blink.
96 7 Adrian Georgescu
97 15 Adrian Georgescu
h2. Add contact fails (Blink Lite 1.7.0)
98 12 Saúl Ibarra Corretgé
99 13 Adrian Georgescu
A fix is available in 1.7.1 currently in Apple review queue. You can fix this manually by replacing the following file:
100 12 Saúl Ibarra Corretgé
101
<pre>
102
/Applications/Blink Lite.app/Contents/Resources/ContactWindowController.py
103
</pre>
104
105
with this one:
106
107
http://download.ag-projects.com/Blink/Lite-1.7.0/ContactWindowController.py
108
109
To locate the file right, click in Finder on Blink Lite and click on Show Package Contents option.
110
111
Then restart Blink.
112
113 8 Adrian Georgescu
h2. Migration panel does not vanish (Blink Pro 1.8.3)
114 1 Adrian Georgescu
115 16 Adrian Georgescu
Fixed in newer versions.
116
117 2 Adrian Georgescu
Replace the following file:
118 1 Adrian Georgescu
119 4 Adrian Georgescu
<pre>
120 1 Adrian Georgescu
/Applications/Blink Pro.app/Contents/Resources/HistoryManager.py
121 4 Adrian Georgescu
</pre>
122 1 Adrian Georgescu
123
with this one:
124
125 10 Adrian Georgescu
http://download.ag-projects.com/Blink/HistoryManager.py
126 4 Adrian Georgescu
127
To locate the file right, click in Finder on Blink Pro and click on Show Package Contents option.
128 1 Adrian Georgescu
129
Then restart Blink.