Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
features:new-in-1.4.x [2011/08/23 07:30] – 92.112.24.227 | features:new-in-1.4.x [2012/03/22 12:28] (current) – removed spam 80.250.1.245 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== New in v1.4.0 ===== | ||
+ | |||
+ | Version **1.4.0** is the first released under name **Kamailio**. This is due to trademark issues with **openser** word. Older releases will still be maintained under openser name. | ||
+ | |||
+ | ==== New in Kamailio (OpenSER) modules ==== | ||
+ | |||
+ | * [b]acc module[/b] | ||
+ | ** extension: it is possible to log accounting related output to a different log facility | ||
+ | * [b]cfgutils module[/b] | ||
+ | ** new FIFO functions get_config_hash and check_config_hash for config file checks | ||
+ | ** shared PV exported to configuration script | ||
+ | **debugging helpers usable from config script for abort, shm_status and pkg_status | ||
+ | * [b]mysql module[/b] | ||
+ | ** extension: enable timeouts on connect, read and write to prevent blocking on errors | ||
+ | * [b]database modules[/b] | ||
+ | ** renaming of all database modules, addition of the prefix ' | ||
+ | * [b]ratelimit module[/b] (new module ported from ser with openims enhancements) | ||
+ | ** suitable for traffic shaping control and server load control | ||
+ | *[b]carrierroute module[/b] | ||
+ | ** extension: much more flexibility in routing and database supported failure routing, improved internal structure | ||
+ | *[b]dialog module[/b] | ||
+ | ** internal API reworked for better flexibility | ||
+ | ** direction of the message provided via the internal API | ||
+ | ** new dialog callback types: | ||
+ | *** DLGCB_LOADED | ||
+ | *** DLGCB_DESTROY | ||
+ | *** DLGCB_RESPONSE_WITHIN | ||
+ | *** DLGCB_MI_CONTEXT | ||
+ | ** new mi command: dlg_list_ctx | ||
+ | *[b]enum module[/ | ||
+ | ** enum_fquery([...]) replaced by enum_pv_query(" | ||
+ | *[b]db_oracle module[/b] | ||
+ | ** new database module for native access of oracle databases | ||
+ | *[b]userblacklist module[/b] | ||
+ | ** new module for user specific and global URI blacklists | ||
+ | * [b]msilo module[/b] | ||
+ | ** notification system refurbished - message body, content-type, | ||
+ | * [b]pdt module[/b] | ||
+ | ** accepts now same destination domain bound to different prefixes | ||
+ | ** internal structures and logic optimized for memory and performance | ||
+ | * [b]lcr module[/b] | ||
+ | ** refactor module functions | ||
+ | ** add pseudo-variable support | ||
+ | ** remove gw_grp table | ||
+ | * [b]peering module[/b] | ||
+ | ** new module for radius setups | ||
+ | ** allowing SIP providers to verify via a broker if source or destination request is from a trusted peer | ||
+ | * [b] new mediaproxy module[/b] | ||
+ | ** update to version 2.0 | ||
+ | ** better performance and scalability as packets are forward in kernel space | ||
+ | |||
+ | ==== New in Kamailio(OpenSER) core ==== | ||
+ | |||
+ | * [b]Overhauled DB API[/b] -- uses now the ' | ||
+ | * [b]Extensive cleanups in database drivers[/b] -- integrate common functionality into the core for more stability and maintainability | ||
+ | * [b]SDP parser[/b] -- provides an internal API for parsing SDP | ||
+ | * [b]fixup functions[/ | ||
+ | * [b]extended module interface[/ | ||
+ | |||
+ | ==== New in Kamailio(OpenSER) utilities ==== | ||
+ | |||
+ | * [b]Removal of SERWEB[/b] -- the SERWEB specific parts were removed from the openserdbctl, | ||
+ | * [b]openserctl for dbtext[/b] -- add SQL support to dbtext using a python module and integrate it into openserctl to better support this database | ||
+ | |||
+ | ==== New in Kamailio(OpenSER) documentation ==== | ||
+ | |||
+ | * [b]Module documentation[/ | ||
+ | * [b]Developer guide[/b] -- a developer guide has been added to repository | ||
+ | |||
+ | |||
+ | ==== New in Kamailio(OpenSER) Testing Suite ==== | ||
+ | |||
+ | * [b]Stability improvements[/ | ||
+ | * [b]Extensions[/ | ||