Project

General

Profile

KnownIssues » History » Version 26

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