SIP SIMPLE client SDK 1.2.0 released
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
Comments