Project

General

Profile

Release 012 » History » Version 2

Anonymous, 04/19/2012 03:30 PM
Milestone

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