Project

General

Profile

KnownIssues » History » Version 24

Adrian Georgescu, 12/14/2012 01:12 PM

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