KnownIssuesOld » History » Version 1
Adrian Georgescu, 04/16/2013 12:23 PM
1 | 1 | Adrian Georgescu | h1. Known Old Issues |
---|---|---|---|
2 | |||
3 | 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 | To access the application folder right click on it in finder and select Show Package Contents from the contextual menu. |
||
24 | |||
25 | 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 | h2. Enrollment for free sip account failure may cause crash |
||
48 | |||
49 | Affected versions: Blink Pro < 2.0 and Blink Lite < 2.0 |
||
50 | |||
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 | Then restart Blink and register the sip account that failed again. |
||
68 | |||
69 | h2. Single quote character in account display name configuration (config file gets corrupted) |
||
70 | |||
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 | h2. Add contact fails (Blink Pro 1.9.0) |
||
83 | |||
84 | A fix is available in 1.9.1 currently in Apple review queue. You can fix this manually by replacing the following file: |
||
85 | |||
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 | |||
98 | h2. Add contact fails (Blink Lite 1.7.0) |
||
99 | |||
100 | A fix is available in 1.7.1 currently in Apple review queue. You can fix this manually by replacing the following file: |
||
101 | |||
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 | h2. Migration panel does not vanish (Blink Pro 1.8.3) |
||
115 | |||
116 | Fixed in newer versions. |
||
117 | |||
118 | Replace the following file: |
||
119 | |||
120 | <pre> |
||
121 | /Applications/Blink Pro.app/Contents/Resources/HistoryManager.py |
||
122 | </pre> |
||
123 | |||
124 | with this one: |
||
125 | |||
126 | http://download.ag-projects.com/Blink/HistoryManager.py |
||
127 | |||
128 | To locate the file right, click in Finder on Blink Pro and click on Show Package Contents option. |
||
129 | |||
130 | Then restart Blink. |