2012-10-04: OverSIP 1.3.0 Released
OverSIP version 1.3.0 has been released. The new version includes a mayor change:
- All the callbacks within
server.rbare now executed within a new Fiber allowing synchronous style coding by using em-synchrony based libraries (for example oversip-mod-mysql and oversip-mod-postgresql connectors).
Other changes:
- New class
OverSIP::SIP::Uacfor generating SIP requests and make OverSIP to behave as a UAC.
- Automatic blacklist failing destinations (those that produce a timeout, connection error or server TLS validation error). Also a new method add_target_to_blacklist for manually blacklisting targets in runtime.
- New methods
initialize(),sip?,tel?andget_param()forOverSIP::SIP::Uriclass.
Full list of changes
Check the full Changelog.