Release 012

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

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