2012-08-28: OverSIP 1.1.2 Released

OverSIP version 1.1.2 has been released. This version includes an important bug fix in the SIP TLS transport:

Prior to this change, OverSIP offered SSL version 2.3 when performing a SIP TLS handshake. This was a bug since RFC 3261 requires TLS version 1.0. Fixing this issue has required a modification in the EventMachine-LE reactor library:

  • A new parameter :use_tls for the start_tls() method which lets the user to choose SSLv2.3 or TLSv1.0 for the SSL/TLS handshake (commit).