Project

General

Profile

Help » History » Version 45

Adrian Georgescu, 08/20/2014 07:39 AM

1 30 Tijmen de Mes
h1. Help for Blink QT for Windows and Linux
2 1 Tijmen de Mes
3
Blink allows you to communicate in real time over the Internet. To use Blink you need a SIP account from a SIP service provider. Same like using an email program, you must configure Blink with the account you have obtained from your service provider. If things do not work they way you expect, the reasons can be caused mainly by two things, one is Blink software itself and the another one is the communication with the SIP Service Provider. While Blink may not be bug free, most of the problems you encounter when using Blink are related to the network communication with the SIP Service Provider. It is not the end-user who should understand the mechanics about how things work, so the main responsibility of making sure that things work correct falls into the hands of the SIP service provider who must properly setup its SIP infrastructure and support its user base.
4
5 32 Adrian Georgescu
For help about Blink Pro/Lite  on MacOSX see {{wiki(blinkc, Help_For_Blink_Pro, "Help for Blink Pro" )}}
6
7 33 Adrian Georgescu
h2. Features
8
9 36 Adrian Georgescu
 * Multiple SIP accounts
10 37 Adrian Georgescu
 * Bonjour neighborhood discovery
11 42 Adrian Georgescu
 * SIP server discovery using DNS (NAPTR, SRV, A records lookup)
12 41 Adrian Georgescu
 * Audio calls (Opus, G.722, G.711, Speex, GSM, ilBC codecs)
13 38 Adrian Georgescu
 * Chat sessions (MSRP protocol)
14 40 Adrian Georgescu
 * File Transfer (MSRP protocol)
15 39 Adrian Georgescu
 * Multiparty audio conference (both client and server)
16
 * Multiparty chat conference (MSRP switch client)
17 41 Adrian Georgescu
 * SIMPLE Presence (XCAP, Publish, RLS subscribe)
18 1 Tijmen de Mes
 * Contacts management (XCAP)
19 36 Adrian Georgescu
 * Google contacts integration
20
 * Voicemail notifications
21 41 Adrian Georgescu
 * Call history, recording, redial and hold
22 36 Adrian Georgescu
 * ICE NAT traversal
23
 * sRTP encryption
24
 * Hotplug audio device detection (Windows)
25
26 31 Tijmen de Mes
27 34 Adrian Georgescu
h2. Connectivity Problems
28 1 Tijmen de Mes
29
If you encounter connectivity problems like inability to receive incoming calls or failure to make outbound calls, you should obtain the SIP trace logs and contact your SIP Service Provider and ask for the reason.
30
31
h3. SIP Trace Logs
32
33 2 Tijmen de Mes
SIP Protocol trace can be enabled in menu _Blink -> Preferences -> Logging -> SIP trace_. The location of the trace file is:
34 1 Tijmen de Mes
35
* Linux: ~/.blink/logs/sip_trace.txt
36
* Windows XP: C:\Documents and Settings\Username\Application Data\Blink\logs\sip_trace.txt
37
* Windows Vista and 7: C:\Users\Username\AppData\Roaming\Blink\logs\sip_trace.txt
38
39 45 Adrian Georgescu
h2. Reporting Problems
40 1 Tijmen de Mes
41 45 Adrian Georgescu
Go to "Blink Support Forum":http://support.icanblink.com 
42 1 Tijmen de Mes
43 2 Tijmen de Mes
Please report your OS name and version and Blink version. You can find Blink version in menu _Blink -> About_.
44 1 Tijmen de Mes
45
h3. Program Exceptions
46
47 43 Saúl Ibarra Corretgé
On Linux, Blink program exceptions are logged to standard error (if running from a terminal).
48 1 Tijmen de Mes
49 44 Saúl Ibarra Corretgé
On Windows, Blink exceptions are logged to _output.log_, which is located in different places dependin on the Windows version:
50
* Windows XP: C:\Documents and Settings\Username\Application Data\Blink\logs\output.log
51
* Windows Vista and 7: C:\Users\Username\AppData\Roaming\Blink\logs\output.log
52
53
These files can easily be accessed from the Window -> Logs menu.
54 1 Tijmen de Mes
55
h3. Crash Reports
56
57
On Linux, in case of a crash, a core file is generated in the user home directory. If no dump is generated, add to the user profile _ulimit -c unlimited_
58
59 2 Tijmen de Mes
On Windows XP, crash dump files can be found in the folowing folder: _C:\Documents and Settings\All Users\Application Data\Microsoft\Dr Watson,_ the filenames are called _drwtsn32.log_ and _user.dmp_. The dump file _user.dmp_ can be analyzed with the Windows Debugger. Load the file _user.dmp_ in "Windows Debugger":http://www.microsoft.com/whdc/devtools/debugging/default.mspx and type _!analyze -v_ to obtain a backtrace. Click "here":http://support.microsoft.com/kb/315263 for instructions on how to use the debugger.
60 1 Tijmen de Mes
61
h3. Configuration File
62
63
Blink accounts and settings are stored in a flat-text configuration file.
64
65
It is critical that you do not edit this file manually. If you did and Blink does not start you must delete the file and start all over again. The location of the configuration file is:
66
67 4 Tijmen de Mes
* Linux: _~/.blink/logs/config_
68
* Windows XP: _C:\Documents and Settings\Username\Application Data\Blink\config_
69
* Windows Vista and 7: _C:\Users\Username\AppData\Roaming\Blink\config_
70 5 Tijmen de Mes
71 1 Tijmen de Mes
If you send the configuration file to us for debugging, use a text editor to strip the passwords and Google token.
72
73
h2. SIP Accounts
74
75
!>BlinkQTScreenshot-Enrollment.jpg!
76 14 Tijmen de Mes
77 9 Tijmen de Mes
To use Blink you need a SIP Account. At first start, Blink shows the _Add Account_ wizard that helps you configure the initial SIP Account. 
78 7 Tijmen de Mes
79 1 Tijmen de Mes
If you do not have a SIP Account, Blink can create one for you using the free service provided by SIP2SIP. For more information about this service visit http://sip2sip.info
80
81 6 Tijmen de Mes
If you already have a SIP Account, select this option then enter the SIP address in the form of _user@domain_ and _password_. The SIP registrar of the domain is then automatically located in the DNS.
82 1 Tijmen de Mes
83 6 Tijmen de Mes
You may configure Blink to use multiple SIP Accounts. To configure a new SIP Account, go to menu _Blink->Accounts->Add Account_.... The Add Account window shows up and you can repeat the steps described above.
84 1 Tijmen de Mes
85
After you have configured an account, you can see the status of the registration in the account list of Main Window window. Solid color means that the account has successfully registered, gray color means that the registration has failed or is in progress.
86
87 6 Tijmen de Mes
To edit the properties of existing accounts go to menu _Blink -> Accounts -> Manage accounts_.
88 1 Tijmen de Mes
89
h2. Main Interface
90
91 28 Tijmen de Mes
92 15 Tijmen de Mes
Blink presents a _Contacts driven_ interface as the main window. The design allows to locate a Contact then to start an action for it, for example to start an audio call.
93 1 Tijmen de Mes
94
Hover the mouse over the GUI elements to see a short description of their function.
95 29 Tijmen de Mes
96
!>BlinkQTScreenshot-Contacts.jpg!
97 1 Tijmen de Mes
98
h3. SIP Account
99
100 16 Tijmen de Mes
You can select the SIP Account used as identity for outbound sessions in the _Accounts drop down box_ presented on the top of the main interface.
101 1 Tijmen de Mes
102
h4. Bonjour Account
103
104 16 Tijmen de Mes
_Bonjour Account_ is a special type of account that is designed to announce itself and discover other neighbours on the local area network. This account does not require a server or SIP service in order to operate.
105 1 Tijmen de Mes
106 16 Tijmen de Mes
Bounjour account can be enabled or disabled in menu _Blink -> Accounts_
107 1 Tijmen de Mes
108
h3. Search Bar
109
110
The Search bar is used for finding an existing contact or for entering a SIP address or telephone number.
111
112 16 Tijmen de Mes
To search for a local contact in Blink's _Contacts List_ or the syncronized _Google Contacts_, type text in the Search Bar. You may select a Contact that matched the typed text or use the typed text as the Contact for the next action.
113 1 Tijmen de Mes
114 16 Tijmen de Mes
Use the buttons presented at the bottom of the main window to start a session to the current selected Contact or press on _Add Contact_ to add the typed address to the _Contacts List_.
115 1 Tijmen de Mes
116
Pressing enter after antering text in the search bar will start an audio call to that address.
117
118 16 Tijmen de Mes
If you have registered a SIP Account with Blink, you can search for SIP addresses of other Blink users in menu _Tools -> Search for people_....
119 1 Tijmen de Mes
120
h3. Presence Bar
121
122
You can use the elements in this section of the interface to change your presence state.
123
124
h3. Panel Switcher
125
126
This button can be used to switch between the Contacts and Calls panel.
127
128
h3. Contacts List
129
130
Contacts are organized into Groups. Groups can be collapsed or expanded by clicking on their left-side triangle.
131
132
Right click on a Group or Contact to see all possible actions for each of them.
133
134 16 Tijmen de Mes
Clicking on _Return key_ or double-clicking a Contact will start the default session type depending on the preferred media configured for each Contact. The default action is to start an _audio call_.
135 1 Tijmen de Mes
136
h4. Google Contacts
137
138 27 Tijmen de Mes
!>BlinkQTScreenshot-Google.jpg!
139
140 16 Tijmen de Mes
The group named _Google Contacts_ displays addresses synced with the Google gmail service. To enable Google Contacts syncronization, go to menu_ Tools->Enable Google Contacts_. When prompted type in your Google account credentials. You can disable the Google Contacts from the same menu.
141 1 Tijmen de Mes
142
h4. Bonjour Neighbours
143
144 16 Tijmen de Mes
_Bonjour Neighbours_ appear in the _Contacts List_ as a separate Group. When selecting_ Bonjour_ as the default account,_ Bonjour Neighbours_ group is expanded and moved on top of the Contacts list. When changing back to a regular SIP Account, the groups in the Contacts list reshuffle to their previous positions.
145 1 Tijmen de Mes
146
h3. Action Buttons
147
148
Use the buttons presented at the bottom of the main window to start a session to the current selected Contact.
149
150
h4. Add Contact
151
152 26 Tijmen de Mes
!>BlinkQTScreenshot-AddContact.jpg!
153 1 Tijmen de Mes
154 19 Tijmen de Mes
You can add a _Contact_ to the _Contacts_ _List_ by clicking on the  _<notextile>+</notextile>_ button presented on the bottom left of the main interface. _Add Contact_ "window":http://icanblink.com/screenshots-qt.phtml#add_contact appears. The contacts can be stored either locally on the computer that runs Blink or the storage server for the SIP accounts that have XCAP storage feature enabled.
155 1 Tijmen de Mes
156
h4. Edit Contact
157
158 16 Tijmen de Mes
You can edit a Contact by right clicking on it and select Edit menu option. _Edit Contact_ "window":http://icanblink.com/screenshots.phtml#add_contact appears. To set the_ Icon for the Contact_, click on the Icon area, a file selection dialog appears. If Subscribe to Presence is enabled and the contact publishes its own icon, the icon is automatically retrieved from the network. If a local icon is selected, it will overwrite the network provided icon.
159 1 Tijmen de Mes
160
h4. Silent Button
161
162
Use this button to disable the audible ringtones caused by incoming session request.
163
164
h2. Alert Panel
165
166 25 Tijmen de Mes
!>BlinkQTScreenshot-AlertPanel.jpg!
167 24 Tijmen de Mes
168 20 Tijmen de Mes
Incoming session requests bring up the _Alert Panel_. Click on the _Accept Button_ to accept a session request. There are two options for rejecting an incoming session request:
169 1 Tijmen de Mes
170 20 Tijmen de Mes
 * Click on the _Reject button_. The session is rejected with SIP response code 603 and all other SIP devices registered for the same account stop ringing. Forwarding to voicemail or other destinations, when available in the SIP server is also cancelled. You must use this option to terminate all call processing associated with the request.
171
 * Click on the _Busy button_. Blink sends a 486 code back to the caller and stops ringing, other SIP devices keep ringing and forwarding to other destinations remains active as set in the SIP server. You must use this option when you want to pick up the call at a different location or allow the Server to perform other pre-configured routing decisions.
172
 * Click on the Escape key. Blink stops ringing and does nothing else with regards to SIP signaling. Use this option when you do not want to take any decission about the call but you do not want to be disturbed by the ring tone either.
173
174 1 Tijmen de Mes
The currently selected input and output audio devices are showed for incoming audio session requests.
175
176
h2. Audio Calls
177
178 23 Tijmen de Mes
!>BlinkQTScreenshot-Conference.jpg! 
179 1 Tijmen de Mes
180
Blink has no traditional telephone dialpad, nor you will need one to interact with it. As computers have physical keyboards displaying a classic 12 key dial-pad is a poor design choice for a modern graphical user interface of a rich communications SIP client.
181
182 21 Tijmen de Mes
To start an _Audio Call_, select an existing contact or enter a SIP address or telephone number in the search bar.
183 1 Tijmen de Mes
184
Once text is entered in the search bar just press enter to start and audio call to that address.
185
186 21 Tijmen de Mes
Once a Contact is selected, click on the _Green Handset_ located at the bottom of the main interface or right click and select _Start Audio call_ from the contextual menu. For each new call an entry is added to the _Calls panel_.
187 1 Tijmen de Mes
188
When starting and audio call, the main interface switches from the Contacts list to the Calls panel. You can toggle between the two panels by using the button presented on the top of the main interface. The number of active calls sessions is presented at the bottom of the Contacts list.
189
190 21 Tijmen de Mes
To switch between multiple calls just click on another call in the _Calls panel_. When switching to a particular call, the audio stream is connected to the input and output device and all other audio calls are put on hold.
191 1 Tijmen de Mes
192
To mute your microphone click on the bottom right microphone icon. To un-mute click it again.
193
194
The shortcut key for hold is Control+Space.
195
196
The shortcut key for hangup is Control+ESC (Linux only).
197
198
The shortcut key for redial is Control+R.
199
200
h3. DTMF
201
202
Dial tones are used to interact with PBX and IVR systems or legacy PSTN gateways. To send DTMF tones, focus the Audio Call by clicking on it. The current call is already focused if you just started it. What you then type on the keyboard is automatically translated into DTMF tones. Alpha-numeric keys are translated into numeric DTMF keys as they are on a numeric telephone keypad.
203
204
h3. Hangup
205
206 21 Tijmen de Mes
To hangup, click on the _Red handset_ displayed for each audio call in the right hand side of the Calls panel.
207 1 Tijmen de Mes
208
h3. Call Recording
209
210 21 Tijmen de Mes
To record an audio call click on the _Black circle_. While recording, the circle will toggle between red and black. Recordings are stored as .wav files in the following locations:
211 1 Tijmen de Mes
212 21 Tijmen de Mes
 * Linux: ~/.blink/recordings/
213
 * Windows XP: C:\Documents and Settings\Username\Application Data\Blink\recordings\
214
 * Windows Vista and 7: C:\Users\Username\AppData\Roaming\Blink\recordings\
215 1 Tijmen de Mes
216
h3. Calling to PSTN
217
218 21 Tijmen de Mes
To dial a telephone number, just enter a number in the _Search Bar_ followed by Return key.
219 1 Tijmen de Mes
220
When dialing numbers by selecting entries from the Google Contacts it is recommended that you store your numbers in international E.164 format (that is + followed by the number).
221
222 21 Tijmen de Mes
If you have created a SIP Account with Blink, you can call to PSTN numbers if you have a positive credit. You can use a Credit Card to add _Credit_ to your account in menu _Tools -> Buy prepaid credit_.... You may request the assignment of a PSTN Caller Id by sending an request to the support email address. Recognized number formats are _<notextile>+</notextile>_ or _00_ followed by the _Country Code_ and then _Subscriber Number_.
223 1 Tijmen de Mes
224
If you use another SIP Account than the one provided by Blink, access to the PSTN is subject to the support provided by your SIP service provider. The number format depends as well on the conventions imposed by the SIP service provider in question.
225
226 21 Tijmen de Mes
When dialing telephone numbers, you can replace the + prefix or add an optional prefix with your own values by editing the section _Blink -> Accounts -> Manage accounts -> Advanced_.
227 1 Tijmen de Mes
228
h3. Audio Conference
229
230 21 Tijmen de Mes
Drag and drop audio calls on top of each other to create a Conference or use the button presented at the botton at the _Calls panel_ to start a _Conference_ with all active audio calls.
231 1 Tijmen de Mes
232 21 Tijmen de Mes
Add new participants to a Conference by dragging Contacts from the _Contacts list_ onto add the green area highlighed on top of the Contacts list.
233 1 Tijmen de Mes
234
Each participant can be muted individually by pressing on the microphone symbol that appears on each conferenced session.
235
236 21 Tijmen de Mes
To end an _Audio Conference_ drag the calls out of the conference area or press the _Conference_ button again.
237 1 Tijmen de Mes
238 21 Tijmen de Mes
There can be multiple active _Audio Conferences_ at any given time, you can use drag and drop to group calls together in different conferences.
239 1 Tijmen de Mes
240
h2. Preferences
241
242 22 Tijmen de Mes
!>BlinkQTScreenshot-Preferences.jpg! 
243 1 Tijmen de Mes
244
To edit Blink general preferences and manage the SIP accounts, open menu Blink -> Preferences.
245
246
The Preferences are split in Accounts, Audio, Chat, File Transfer, Alerts, Logging and Advanced. Each SIP account has its own set of properties.