changelog 22.2 KB
Newer Older
1 2 3 4 5 6 7
blink (3.2.0) unstable; urgency=medium

  * Updated TLS certificates
  * Updated copyright years

 -- Dan Pascu <dan@ag-projects.com>  Wed, 27 Feb 2019 13:50:19 +0200

8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
blink (3.1.0) unstable; urgency=medium

  * Updated software license to GPL-3+ without restrictions
  * Extended the cases for which we fetch the alternate icon
  * Fixed displaying the owner of a failed icon retrieval
  * Use newer syntax when catching exceptions
  * Fixed Google contacts for another API breakage on Google's side
  * Fixed google contacts file cache being unavailable with newer ouath2client
  * Added unicode representation for AudioSessionItem to improve accessibility
  * Depend on python-application 2.5.0
  * Build the dbgsym package
  * Updated debian copyright
  * Updated copyright years

 -- Dan Pascu <dan@ag-projects.com>  Sat, 06 Oct 2018 12:57:59 +0300

24 25 26 27 28 29 30
blink (3.0.3) unstable; urgency=medium

  * Fixed another People API breakage by Google (they restored old behaviour)
  * Added minimum version dependency for python-googleapi

 -- Dan Pascu <dan@ag-projects.com>  Tue, 28 Feb 2017 12:19:11 +0200

31 32 33 34 35 36 37 38 39 40 41 42 43
blink (3.0.2) unstable; urgency=medium

  * Fixed people API breakage on Google's side
  * Removed obsolete pycompat/pyversions files
  * Updated debhelper version dependency
  * Use the backward compatible way for no automatic dbgsym packages
  * Removed unnecessary .PHONY targets
  * Updated software description
  * Updated copyright years
  * Updated man page

 -- Dan Pascu <dan@ag-projects.com>  Thu, 09 Feb 2017 16:32:38 +0200

44 45 46 47 48 49 50 51 52 53 54 55
blink (3.0.1) unstable; urgency=medium

  * Depend on python-sipsimple 3.1.0
  * Updated debian standards version
  * Updated debian compatibility level
  * Updated debian package description
  * Updated debian copyright file
  * Removed deprecated debian blink.menu entry
  * Fixed typos in changelog

 -- Dan Pascu <dan@ag-projects.com>  Mon, 19 Dec 2016 12:42:46 +0200

56 57 58 59 60
blink (3.0.0) unstable; urgency=medium

  * Switched to Qt5
  * Skip creation of dbgsym packages
  * Updated building instructions for MinGW
Dan Pascu's avatar
Dan Pascu committed
61
  * Fixed race condition in accessing the ZRTP SAS for SMP verification
62 63 64 65 66 67 68 69
  * Fixed unicode sorting for contact names
  * Publish icon and display name in offline state
  * Include display name and icon in the offline status document as well
  * Allow run_in_gui_thread to wait for the function to finish
  * Made IconManager thread safe
  * Store Google contact icons in the IconManager
  * Fixed showing ICE status when not available
  * Improved some icons
Dan Pascu's avatar
Dan Pascu committed
70
  * Fixed regular expression for auto-linking http URLs
71
  * Fix diverting std{out,err} when running frozen
Dan Pascu's avatar
Dan Pascu committed
72
  * Use bundled CA certs when running frozen
73
  * Improved chat themes
Dan Pascu's avatar
Dan Pascu committed
74
  * Avoid random crashes on exit caused by out of order object deletion
75 76 77

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 16 Dec 2016 16:31:34 +0100

78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
blink (2.0.0) unstable; urgency=medium

  * Use identity check for marker
  * Use defaultweakobjectmap from python-application
  * Multiple internal code improvements/cleanups and PEP-8 compliance fixes
  * Open stdout/stderr in unbuffered mode when frozen
  * Enhanced detection of the application resources directory
  * Fixed file transfer status if not answer is received
  * Don't rely on a failed transfer reason being set
  * Simplified update_ringtone logic and made it more readable
  * Show/hide stream icons in a single place in the code
  * Automated incoming dialog slot allocation
  * Simplified updating ringtones on session state changes
  * Added new notification when a blink session is created
  * Improved tracking of blink sessions from the session manager
  * Refactored BlinkSession inheritance and event signaling
  * Post the session creation notifications after instantiation only
  * Fixed file transfer indicator minimum width
  * Fixed condition for outgoing file transfers
  * Fixed race condition in the automatic ZRTP SAS validation
  * Fixed spurious ringtone delay in certain cases
  * Do not allow dialing contacts without URIs
  * Simplified logic of resetting statuses with limited lifetimes
  * Added context attribute to status messages
  * Prevent the status message from shifting left/right when duration changes
  * Added a separate UI file for the dragged audio session
  * Added a finished signal to incoming requests
  * Prevent the dragged audio session widget's content from overflowing
  * Fixed tooltip for reject button
  * Adjusted note text breaking points
  * Implemented call transfer
  * Make sure the gradient color position is in the 0..1 range
  * Removed export info from svg files
  * Added icons for modifier keys
  * Fixed conditions tested for displaying transfer status messages
  * Fixed processing of the incoming dialog signals
  * Optimized transfer failure status message for space
  * Removed unnecessary character escaping
  * Reset chat input text formatting between messages
  * Removed Dark style variant from the Smooth Operator theme
  * Synced widget height in code and the UI file
  * Fixed ZRTP widget role properties to be not translatable
  * Adjusted ZRTPWidget colors to be more readable
  * Added encryption and OTR related attributes to ChatStreamInfo
  * Added OTR encryption support for chat
  * Added switch icon
  * Show a modal dialog if the application gets a fatal error and exit
  * Removed copyright and license notices from the top of every source file
  * Fixed potentially uninitialized data variable
  * Added __info__ module
  * Updated docs
  * Fixed error in debian changelog trailing lines
  * Added debian files to MANIFEST.in
  * Updated debian package dependencies

 -- Dan Pascu <dan@ag-projects.com>  Tue, 08 Mar 2016 17:19:38 +0200

135 136 137 138 139 140 141 142 143 144 145 146
blink (1.4.2) unstable; urgency=medium

  * Fixed unicode problem with certain locales
  * Fixed issue with non-ascii home directories on UNIX platforms
  * Fixed fonts in the chat web view
  * Updated Linux installation instructions
  * Adapted to the latest changes in python-sipsimple
  * Fixed bug with retrying file transfers after restarting blink
  * Raised python-sipsimple version dependency

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 04 Dec 2015 12:25:16 +0100

147 148 149 150 151 152 153 154 155 156
blink (1.4.1) unstable; urgency=medium

  * Fixed deleting account without a TLS certificate
  * Fixed google contact uri list to be an instance of GoogleContactURIList
  * Fixed race condition in getting the MSRP stream info
  * Renamed the LogManager event queue thread
  * Added dh-python build dependency

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 28 Aug 2015 14:53:27 +0200

157 158 159 160 161
blink (1.4.0) unstable; urgency=medium

  * Enable VP8 support
  * Raised python-sipsimple dependency

162
 -- Saul Ibarra <saul@ag-projects.com>  Fri, 28 Aug 2015 14:53:04 +0200
163

164 165 166 167 168 169 170 171
blink (1.3.0) unstable; urgency=medium

  * Refactor file transfers, allow resuming failed ones
  * Use system tray also on Unity
  * Fixed widget tab order in preferences

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 29 Apr 2015 12:20:01 +0200

172 173 174 175 176 177 178 179
blink (1.2.2) unstable; urgency=medium

  * Fix hiding ZRTP widget from a non-GUI thread
  * Reset zrtp_widget when we delete the audio session item
  * Updated Windows installation instructions

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 25 Mar 2015 12:45:12 +0100

180 181 182 183 184 185
blink (1.2.1) unstable; urgency=medium

  * Fix loading ZRTP widget UI file

 -- Saul Ibarra <saul@ag-projects.com>  Tue, 17 Mar 2015 12:30:07 +0100

186 187 188 189 190 191 192 193 194 195
blink (1.2.0) unstable; urgency=medium

  * Added ZRTP support
  * Adapt to API changes in the middleware
  * Ignore hold/hangup keyboard shortcuts if no session is selected
  * Render status messages appropriately
  * Optimized chat inline images to avoid compression artifacts

 -- Saul Ibarra <saul@ag-projects.com>  Tue, 17 Mar 2015 11:02:23 +0100

196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
blink (1.1.0) unstable; urgency=medium

  * Added support for drag and drop on the chat window
  * Improve the performance of painting the video preview
  * Fix stopping composing timer when session is ended or chat is removed
  * Removed unused settings
  * Always play an audio alert when a file transfer finishes
  * Removed session and RTP timeouts from preferences
  * Reorganized preferences
  * Better icons for chat, logging and advanced settings
  * Removed no longer necessary code to adjust label sizes
  * Do not allow the chat web view to get focus
  * Updated test numbers
  * Check for the audio session item existance before operating on it
  * Added support for specifying the transfer_id for file transfers

 -- Saul Ibarra <saul@ag-projects.com>  Mon, 26 Jan 2015 13:08:00 +0100

214 215 216 217 218 219 220 221 222 223 224 225
blink (1.0.0) unstable; urgency=medium

  * Added video support
  * Adapt to changes in streams API
  * Get the stream failure reason from MediaStreamDidEnd
  * Changed the order for the audio device menu entries
  * Use timezone aware timestamps for call history
  * Fixed regular expression for parameters in http URLs
  * Fixed threading race condition when logging MSRP traces

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 21 Nov 2014 12:39:12 +0100

226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
blink (0.9.1) unstable; urgency=medium

  * Automatically transform URLs in the chat window into clickable links
  * Show P2P icon if contact is a Bonjour neighbour
  * Fixed handling unicode in user's home directory
  * Fixed http URL regular expression
  * Removed menu entry for buying prepaid credit
  * Fixed encoding of cut text for the VNC client
  * Fixes for running 'frozen'
  * Raised python-sipsimple version dependency
  * Added missing dependency on python-lxml
  * Updated install documentation

 -- Saul Ibarra <saul@ag-projects.com>  Mon, 28 Jul 2014 15:57:51 +0200

241 242 243 244 245 246 247 248 249 250 251 252 253
blink (0.9.0) unstable; urgency=medium

  * Added screen sharing support
  * Refactored session info panel
  * UI Layout fixes
  * Added file transfer to the list of client capabilities
  * Fixed status message when audio is removed vs when the session is ended
  * Fixed exception when trying to change status after audio session is gone
  * The file transfer download directory cannot be undefined
  * Raised python-sipsimple version dependency

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 27 Jun 2014 09:54:54 +0200

254 255 256 257 258 259 260
blink (0.8.2) unstable; urgency=medium

  * Always open file for incoming transfer in binary mode
  * Use a generic fail reason when none is provided

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 28 May 2014 10:05:24 +0200

261 262 263 264 265 266 267
blink (0.8.1) unstable; urgency=medium

  * Fixed issue with not fetching google contacts after recent Google changes
  * Changed audo codec order: prefer G722 to Speex

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 16 Apr 2014 15:56:45 +0200

268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300
blink (0.8.0) unstable; urgency=medium

  * Added file transfer support
  * Added chat preferences
  * Added quick setting for playing message alerts
  * Added keyboard shortcuts for different windows
  * Added option for auto-accepting chat from known contacts
  * Rearranged menus in the main window
  * Refactored history menu
  * Improved displaying the account states in preferences and the main window
  * Removed alerts section in preferences
  * Save conference rooms in combobox history and limit it to 20 entries
  * Fixed unwanted selection switching when sessions were ended
  * Fixed using correct avatar and display name for received chat messages
  * Fixed updating toolbar buttons when changing sessions and allow hold early
  * Fixed using secondary ringtone when adding chat to an audio session
  * Fixed playing hold tone when switching sessions
  * Fixed playing tones when streams are cancelled
  * Fixed incoming dialog margins
  * Fixed processing DTMF tones
  * Prevent chat session list from scrolling during animations
  * Disable chat session control button when no session is selected
  * Close dialog if session is ended while in a proposal
  * Only remove the TLS certificate if it's in the application data directory
  * Play file transfer alert tone only if enabled
  * Play sound for received chat messages, if enabled
  * Do not start a drag from self when accepting drops from other entities
  * Do not play the hangup tone for sessions without audio
  * Do not close all windows when closing the main window
  * Remove license restrictions

 -- Saul Ibarra <saul@ag-projects.com>  Thu, 10 Apr 2014 17:26:13 +0200

301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319
blink (0.7.0) unstable; urgency=low

  * Added session information panel into the chat window
  * Added server side conferencing support
  * Automatically accept in-dialog chat proposals
  * Fixed potentially processing multiple settings changes at once
  * Enabled showing logs directory
  * Limit the time window for processing a DNS lookup to the current session
  * Raised python-sipsimple version dependency
  * Bumped Debian Standards-Version
  * Tons of UI tweaks

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 05 Mar 2014 11:29:13 +0100

blink (0.6.1) unstable; urgency=low

  * Advertise chat support in PIDF document
  * Avoid building Debian packages for Python 2.6

320
 -- Saul Ibarra <saul@ag-projects.com>  Fri, 20 Dec 2013 14:56:34 +0100
321 322 323 324 325 326 327 328 329 330 331 332 333 334

blink (0.6.0) unstable; urgency=low

  * Added chat sessions using MSRP protocol
  * Adjusted to the latest changes in SIP SIMPLE Client SDK
  * Fixed several memory leaks
  * Simplified processing Google contacts authorization and fixed some bugs
  * Set focus to the appropriate widgets during Google contacts authorization
  * Modified how sipsimple is started
  * Improved selection of the winning presence state
  * Removed donate menu action
  * Fixed unpickling for BonjourNeighbours
  * Modified how sipsimple application is started

335
 -- Saul Ibarra <saul@ag-projects.com>  Mon, 16 Dec 2013 15:44:08 +0100
336

337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387
blink (0.5.0) unstable; urgency=low

  * Adapted to changes in SIP SIMPLE Client SDK
  * Enabled Opus codec
  * Refactored PresencePublicationHandler in order to simplify it
  * Set default sample rate to 32 kHz
  * Fixed exception if Google contact has no name nor company
  * Fixed handling file URLs on different platforms
  * Fixed losing contact icons
  * Fixed computing hours in history entries
  * Fixed setting display name in history entry when URI is a phone number
  * Avoid publishing presence state twice when xcap settings change
  * Allow Ctrl+Delete/Backspace to hangup sessions because KDE steals Ctrl+Esc
  * Raise and activate preferences window when triggered if already visible
  * Do not allow toolbar to be hidden
  * Removed compatibility with python 2.6

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 09 Aug 2013 12:51:58 +0200

blink (0.4.0) unstable; urgency=low

  * Added support for multiple URIs per contact
  * Added support for Bonjour presence
  * Added system tray
  * Added text eliding using fading colors for labels with long texts
  * Adjusted selected group background colors for better visibility
  * Save and restore main window geometry across restarts
  * Move contact when its name changes to keep contacts sorted
  * Updated test contact icon files
  * Strip URI domain in history if URI looks like a phone number
  * Fixed creating offset-naive datetime for epoch
  * Fixed exception when initial winfo document is not full
  * Fixed publishing internal presence states
  * Fixed icons from QAction not showing up in menus on Ubuntu
  * Fixed losing presence state when contact is modified
  * Fixed exception when restarting log manager

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 26 Jun 2013 16:56:04 +0200

blink (0.3.1) unstable; urgency=low

  * Added SIMPLE Presence (PUBLISH, RLS SUBSCRIBE/NOTIFY)
  * Added XCAP storage for contacts, icon and and presence policy
  * Added handing for presence, presence.winfo and xcap-diff events
  * Added call history menu items (Missed, Received, Placed)
  * Made sRTP optional by default
  * Adjusted default timeouts for registration, subscription and publication
  * Removed/diabled some GUI elements for not yet implemented features

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 24 Apr 2013 15:16:11 +0200

388 389 390 391 392 393
blink (0.2.11) unstable; urgency=low

  * Adapted to changes in streams API

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 26 Oct 2012 13:06:24 +0200

394 395 396 397 398 399
blink (0.2.10) unstable; urgency=low

  * Fixed attribute access after API changes in python-application

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 07 Sep 2012 13:11:32 +0200

400 401 402 403 404 405 406 407 408
blink (0.2.9) unstable; urgency=low

  * Enable TLS and SRTP labels when appropriate
  * Adapted to changes in middleware API
  * Adapted to change in eventlet package name
  * Bumped debian standards version to 3.9.3

 -- Saul Ibarra <saul@ag-projects.com>  Thu, 06 Sep 2012 21:49:22 +0200

409 410 411 412 413 414 415
blink (0.2.8) unstable; urgency=low

  * Adapted to changes in python-application
  * Use debhelper and dh_python2 instead of pysupport

 -- Saul Ibarra <saul@ag-projects.com>  Mon, 06 Jun 2011 11:20:27 +0200

416 417 418 419 420 421 422 423 424 425
blink (0.2.7) unstable; urgency=low

  * Fixed duplicate account detection
  * No longer decode display_name as it's unicode now
  * Adapted to the latest API changes in middleware
  * Bumped Debian Standards-Version to 3.9.2
  * Reworked Debian packaging

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 25 May 2011 10:53:20 +0200

426 427 428
blink (0.2.6) unstable; urgency=low

  * Fixed exception when NAT type detection is attempted without
Saul Ibarra's avatar
Saul Ibarra committed
429
    connectivity (SIP Simple)
430
  * Fixed exceptions when contact URI can't be built for the desired route
Saul Ibarra's avatar
Saul Ibarra committed
431
    (SIP Simple)
432
  * Fixed crashes and increased resilience when connectivity is lost
Saul Ibarra's avatar
Saul Ibarra committed
433 434
    (SIP Simple)
  * Relax check on SDP origin to increase interoperability (SIP Simple)
435 436 437

 -- Saul Ibarra <saul@ag-projects.com>  Tue, 22 Mar 2011 10:05:07 +0100

438 439 440 441 442 443
blink (0.2.5) unstable; urgency=low

  * Fixed saving TLS options (SIP Simple)

 -- Saul Ibarra <saul@ag-projects.com>  Wed, 16 Feb 2011 17:10:43 +0100

444 445 446 447 448 449 450 451 452 453 454 455 456
blink (0.2.4) unstable; urgency=low

  * Added support for unicode device names
  * Added menu entry and dialog for joining a conference
  * Restructured main menu
  * Improved DNS resolver capabilities (SIP Simple)
  * Only handle records in the local. domain for bonjour (SIP Simple)
  * Send 500 response if we fail to create incoming invitation (SIP Simple)
  * Fixed race conditions in subscription handlers (SIP Simple)
  * Fixed exception when the session is ended on error conditions (SIP Simple)

 -- Saul Ibarra <saul@ag-projects.com>  Tue, 15 Feb 2011 17:12:40 +0100

457 458 459 460 461 462 463 464 465 466 467 468
blink (0.2.3) unstable; urgency=low

  * Detect change of IP address
  * Added web server tools activity indicator
  * Fixed compatibility with older python-qt
  * Made changes to Preferences thread safe (SIP Simple)
  * Fixed TLS transport initialization (SIP Simple)
  * Added DNS resolver autodetection capabilities (SIP Simple)
  * Fixed matching of media codecs on incoming calls (SIP Simple)

 -- Adrian Georgescu <ag@ag-projects.com>  Tue, 14 Dec 2010 15:25:55 +0100

469 470 471 472 473 474 475
blink (0.2.2) unstable; urgency=low

  * Fixed detection of audio codecs without a rtpmap line in SDP
  * Fixed exception for MWI NOTIFY without a Message-Account body

 -- Saul Ibarra <saul@ag-projects.com>  Mon, 29 Nov 2010 19:14:17 +0100

476 477 478 479 480 481 482 483 484 485
blink (0.2.1) unstable; urgency=low

  * Allow name and group attributes to be missing when updating a contact
  * Handle bonjour neighbour record updates
  * Updated debian dependency on python-sipsimple
  * Honor the account.sip.always_use_my_proxy setting
  * Fixed opening the create account dialog on first run

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 26 Nov 2010 15:34:51 +0100

486 487
blink (0.2.0) unstable; urgency=low

Adrian Georgescu's avatar
Adrian Georgescu committed
488 489 490 491 492 493 494 495 496 497 498 499 500
  * Added the preferences panel
  * Enable inband DTMF by default
  * Disable ICE by default
  * Simplified MWI code and improved its user interface
  * Improve handling of Google contacts
  * Open the dialog for adding the initial account after the main window
  * Switch to new plugged-in device automatically if we have active calls
  * Added transparency for contact icons
  * Added conference contact on first start
  * Many bug fixes in the middleware
  * Adapted to the latest changes in SIP SIMPLE client SDK

 -- Adrian Georgescu <ag@ag-projects.com>  Thu, 11 Nov 2010 14:36:40 +0100
501

502 503 504 505 506 507 508 509
blink (0.1.4) unstable; urgency=low

  * Save preferred media when creating a contact
  * Fixed broken dependency to python-aplication for non-Debian systems
  * Display 'no new messages' text before getting MWI NOTIFY

 -- Saul Ibarra <saul@ag-projects.com>  Mon, 06 Sep 2010 16:05:15 +0200

510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527
blink (0.1.3) unstable; urgency=low

  * Added support for inband DTMF dialing
  * Improved logic for matching contacts to incoming sessions
  * Added pstn prefix setting
  * Fixed enabling Bonjour account item in the menu
  * Added initial MWI support

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 03 Sep 2010 09:54:52 +0200

blink (0.1.2) unstable; urgency=low

  * First beta release for Microsoft Windows
  * Switch automatically to the plugged audio device
  * Release notes available at http://icanblink.com/blink-qt-windows-beta.phtml

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 03 Sep 2010 09:54:52 +0200

528 529
blink (0.1.1) unstable; urgency=low

530
  * First public release for Debian and Ubuntu Linux
Adrian Georgescu's avatar
Adrian Georgescu committed
531
  * Release notes available at http://icanblink.com/blink-qt-beta.phtml
532 533 534 535 536
  * Multiple SIP accounts
  * Easy to setup accounts, only the SIP address and password are required
  * Bonjour discovery mechanism
  * Automatic detection of IP address changes
  * TLS Security for both signaling and media
Adrian Georgescu's avatar
Adrian Georgescu committed
537
  * NAT traversal using ICE
538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558
  * Built-in DNS resolver to by-pass broken implementations in NAT routers
  * Re-INVITE support for adding and removing media streams
  * One-click SIP account sign-up at http://sip2sip.info
  * Integration with AG Projects Multimedia Service Platform
  * Integration with third-party SIP service providers
  * Wideband Audio (G722 & speex)
  * Multiple parallel calls
  * Play hold tone and disconnect tone
  * In-band DTMF support for legacy devices
  * Per account ringtones
  * Silent mode (do not ring on incoming call)
  * Mute microphone
  * Audio recording
  * Displays packet loss and round trip time
  * Displays selected audio codec and sampling rate
  * Control for input, output and alert audio devices
  * Automatic DTMF mapping between letters and digits
  * Support for entering PSTN numbers and SIP addresses
  * Strip unwanted characters from telephone numbers
  * Redial last call
  * Multi-party conferencing with unlimited number of participants
Adrian Georgescu's avatar
Adrian Georgescu committed
559
  * Multiple simultaneous conferences
560 561 562
  * Drag and Drop contacts to conferences
  * Mute individual participants
  * Display the caller icon and name retrieved from Address Book
Adrian Georgescu's avatar
Adrian Georgescu committed
563
  * Reject calls with 486 Busy or 603 Decline
564
  * SIP, DNS, MSRP protocol trace to file
565

Saul Ibarra's avatar
Saul Ibarra committed
566
 -- Adrian Georgescu <ag@ag-projects.com>  Thu, 12 Aug 2010 21:18:52 +0200
567

568 569
blink (0.1.0) unstable; urgency=low

570
  * Initial private released
571 572

 -- Saul Ibarra <saul@ag-projects.com>  Fri, 16 Jul 2010 12:54:28 +0200