News

Blink Qt: Blink Qt 0.8.2 for Windows release

Added by Adrian Georgescu almost 10 years ago

Version 0.8.2

May 28th, 2014

  • Fix corrupted incoming file transfers
  • Use a generic fail reason when none is provided
  • Add support for adding/removing multiple streams at once
  • Refactored SDP handling
  • Send re-INVITE after ICE negotiation is done
  • Enable RTP keep-alive using empty RTP packets
  • Disabled speex codec by default
  • Fixed race condition when saving ICE state
  • Fix closing media transport to avoid leaking STUN sockets
  • Use a shorter timeout for re-INVITEs that need to be answered without user interaction

SIP2SIP: Blink SIP client for SIP2SIP

Added by Adrian Georgescu almost 10 years ago

A new version of Blink SIP client for SIP2SIP has been released.

Version 2.0.0 for OSX is the most complete SIP implementation in the world today. The following real-time media is supported:

  • Audio
  • Video
  • Presence
  • Chat
  • File Transfer
  • Screen sharing

Interoperability with foreign XMPP domains is provided by SIP2SIP for audio, chat and presence.

To install the software go to http://sip2sip.info

Blink Qt: Blink Qt 0.8.1 for Windows release

Added by Adrian Georgescu about 10 years ago

Version 0.8.1

April 24th, 2014

  • Fixed issue with not fetching Google Contacts after recent Google changes
  • Changed audio codec order: prefer G722 over Speex

SIP SIMPLE Client SDK: SIP SIMPLE client SDK version 1.3.0 released

Added by Adrian Georgescu about 10 years ago

python-sipsimple (1.3.0) unstable; urgency=medium

  • Initialize core from main thread
  • Add AudioStream.recorder property and remove obsolete ones
  • Allow AudioStream.start_recording to be called early
  • Ensure MediaStreamDidEnd is always posted for MSRP streams
  • Fixed cancel_proposal when no streams were proposed
  • Fixed setting proposed streams on hold when holding during a re-INVITE
  • Fixed originator for SIPSessionProposalRejected
  • Fixed pickling for some core objects
  • Fixed compilation with latest Cython version
  • Fixed processing AudioPortDidChangeSlots if bridge was stopped
  • Avoid sending failure reports for MSRP keep-alive chunks
  • Avoid resetting greenlet when session is about to end or cancel a proposal
  • Removed unused tls_timeout configuration parameter
  • pjsip: don't compile libmilenage

http://sipsimpleclient.org/projects/sipsimpleclient/wiki/SipInstallation

Blink Qt: Blink Qt 0.8.0 for Window Linux with file transfer support

Added by Adrian Georgescu about 10 years ago

Blink Qt 0.8.0 for Windows has been released with multiparty conferencing support (MSRP Switch and conference information package)

April 11th, 2014

  • Added file transfer support using MSRP protocol
  • Added chat themes 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
  • 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
  • Close dialog if session is ended while in a proposal
  • Only remove the TLS certificate if it's in the application data directory
  • Play sound for received chat messages, if enabled
  • Do not play the hangup tone for sessions without audio
  • Do not close all windows when closing the main window

To install or update the software go to: http://icanblink.com

SIP SIMPLE Client SDK: SIP SIMPLE client SDK 1.2.1 released

Added by Adrian Georgescu about 10 years ago

python-sipsimple (1.2.1) unstable; urgency=medium

  • Handle errors when sending hold/unhold requests
  • Fix crash if sdp_done callback is processed too late
  • Make sure code and reason are always set when state is disconnected
  • Stop AudioStream bridge when deactivating stream
  • pjsip: fixed compilation warning
  • pjsip: fix build on Windows

To install or upgrade the software go to http://sipsimpleclient.org/projects/sipsimpleclient/wiki/SipInstallation

Blink Qt: Blink Qt 0.7.0 for Linux with multiparty conferencing

Added by Adrian Georgescu about 10 years ago

Blink Qt 0.7.0 for Linux has been released with multiparty conferencing support (MSRP Switch and conference information package)

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

To install or update the software go to: http://icanblink.com

SylkServer: SylkServer 2.6.0 release

Added by Adrian Georgescu about 10 years ago

Changelog

sylkserver (2.6.0) unstable; urgency=medium

  • Fixed issues when shutting down the Engine
  • Fixed generating is-composing payload when refresh is not set
  • Accept multiple PSTN numbers for a given conference room
  • Use better API for building is-composing payload
  • Avoid unnecessary processing when dealing with CPIMIdentity objects
  • Simplified history storage in conference app
  • Simplified code for handling proposal failures
  • Simplified code for starting/stopping SylkServer
  • Renamed incoming_sip_message to incoming_message
  • Use the new NetworkConditionsDidChange notification
  • Bumped Debian Standards-Version
  • Raised python-sipsimple version dependency

http://projects.ag-projects.com/projects/sylkserver/wiki/Installation

SIP SIMPLE Client SDK: SIP SIMPLE client SDK 1.2.0 released

Added by Adrian Georgescu about 10 years ago

SIP SIMPLE client SDK and command line sipclients version 1.2.0 have been released with bug fixes and improvements.

Changelog

python-sipsimple (1.2.0) unstable; urgency=medium

  • pjsip: updated bundled version to revision 4738
  • pjsip: return base address as ICE transport address
  • Use 101 as the telephone-event payload type
  • Always open file in binary mode for file transfers
  • Accept unicode in SIPURI objects
  • Avoid exceptions in IncomingSubscription.end
  • End session if an unrecoverable error happens in remove_stream
  • Initialize transport to None in MSRPStreamBase.__init__
  • Fixed compile warnings with Cython 0.20
  • Post NetowrkConditionsDidChange if system IP address changes or the DNS
    Manager changes the resolvers
  • Fake ICE gathering states since we might get them too early
  • Use 127.0.0.1 for bonjour when the default IP address is not available

To install or upgrade the software go to http://sipsimpleclient.org/projects/sipsimpleclient/wiki/SipInstallation

SylkServer: SylkServer 2.5.1 release

Added by Adrian Georgescu over 10 years ago

Changelog

  • Adapted to API changes in SIP SIMPLE SDK
  • Added option to dump core in case of a crash
  • Fixed dispatching messages when in bonjour mode
  • Limit session in echo application to 10 minutes
  • Skip broadcasting OTR messages
  • Reworked server stop mechanism
  • Removed obsolete sound files and fixed co_there_is prompt
  • Fixed removing observer if notification is processed too late

To install or upgrade go to:

http://projects.ag-projects.com/projects/sylkserver/wiki/Installation

« Previous 1 2 3 4 5 6 ... 8 Next »

Also available in: Atom