Release 012

Version 2 (Anonymous, 04/19/2012 03:30 pm)

1 1
python-sipsimple (0.12.0) unstable; urgency=low
2 1
3 2
** Removed obsolete desktopsharing.py file
4 2
** Use OMA standard auids for icon and directory applications
5 2
** Added slot property to AudioStream
6 2
** Refactored DNS lookup implementation
7 2
** Don't bit-shift g722 audio samples
8 2
** Updated installation procedures
9 2
** Added IVirtualAudioDevice interface and support for it in AudioStream
10 2
** Modified DNSLookup to offer both a synchronous and an asynchronous API
11 2
** Improved logging in DNSLookup.lookup_service
12 2
** Added the request URI to the SIPEngineGotMessage notification data
13 2
** Added CIPID (RFC4482) application
14 2
** Added check in MSRPStreamBase for transport mismatch in settings
15 2
** Added checks for SDP media stream transport for incoming sessions
16 2
** Made Registration always communicate via notifications
17 2
** Added capabilities application (RFC5196)
18 2
** Added conference XML application (RFC4575)
19 2
** Added message summary application (RFC3842)
20 2
** Modified AudioStream to support changing the rtp port in reINVITEs
21 2
** Pass code and reason of SIP MESSAGE response to its notification
22 2
** Added dialog-info application (RFC4235)
23 2
** Added call_in_(twisted|green)_thread utility functions
24 2
** Added limit utility function
25 2
** Refactored sipsimple.account using a green model
26 2
** Restrucutred SIPApplication to simplify the code
27 2
** Added support for detecting default IP address changes
28 2
** Added redirect_identities attribute to SIPSessionDidFail notifications
29 2
** Modified Account to re-register when some settings change
30 2
** Removed sip.ip_address and rtp.ip_address global settings
31 2
** Removed msrp.port global setting
32 2
** Reorganized account registration notifications
33 2
** Reorganized settings
34 2
** Patched dns.entropy module which is not thread-safe
35 2
** Modified SilenceableWaveFile to use a green model
36 2
** Made Account.credentials a property
37 2
** Reorganized the contents of the sipsimple.util module
38 2
** Modified MSRPStreamBase to stop other operations when an end is requested
39 2
** Added support for SystemDidWakeUpFromSleep notification in registration
40 2
** Moved Timestamp from sipsimple.applications.util to sipsimple.util
41 2
** Removed sipclients related modules, scripts and data from the project
42 2
** Reorganized packages and modules
43 2
** Numerous bug fixes