features:new-in-3.2.x
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
features:new-in-3.2.x [2011/10/18 21:33] – [tmx] miconda | features:new-in-3.2.x [2011/10/19 20:11] (current) – [rtpproxy] fixed "INVITE with sdp" to "INVITE without SDP" 212.230.46.89 | ||
---|---|---|---|
Line 5: | Line 5: | ||
**The release date for version 3.2.0: October 18, 2011**. | **The release date for version 3.2.0: October 18, 2011**. | ||
- | **NOTE: this page is not yet up-to-date with all new features in v3.2.0. Check back soon, it is updated right now, it should take just a bit. This message will be removed when the update is finished.** | + | Full commits log for release 3.2.0 is available at: |
+ | |||
+ | * http://www.kamailio.org/ | ||
===== Configuration File ===== | ===== Configuration File ===== | ||
Line 32: | Line 34: | ||
* database connector for SQLite | * database connector for SQLite | ||
+ | * good option to use for small (or embedded) SIP servers, as alternative to big DB servers such as MySQL or Postgres | ||
* README File: http:// | * README File: http:// | ||
Line 42: | Line 45: | ||
* IPv4 and IPv6 related functions for config file | * IPv4 and IPv6 related functions for config file | ||
+ | * among implemented functions: is_ipv4(ip), | ||
* README File: http:// | * README File: http:// | ||
Line 47: | Line 51: | ||
* json parser for configuration file | * json parser for configuration file | ||
+ | * get the values from a JSON document | ||
+ | * example: | ||
+ | <code c> | ||
+ | json_get_field(" | ||
+ | xlog(" | ||
+ | </ | ||
* README File: http:// | * README File: http:// | ||
==== jsonrpc-c ==== | ==== jsonrpc-c ==== | ||
- | * JSON-RPC client over netstrings | + | * JSON-RPC client over tcp/netstrings |
+ | * send notifications to a JSON-RPC server | ||
+ | * invoke execution of a JSON-RPC to a server | ||
* README File: http:// | * README File: http:// | ||
==== ndb_redis ==== | ==== ndb_redis ==== | ||
Line 63: | Line 75: | ||
* Support for RFC 3680 in the presence architecture of Kamailio | * Support for RFC 3680 in the presence architecture of Kamailio | ||
+ | * handle PUBLISH requests with reg-info content | ||
+ | * notify watcher with updates of reg-info records | ||
* README File: http:// | * README File: http:// | ||
==== pua_reginfo ==== | ==== pua_reginfo ==== | ||
- | * Publish Registration | + | * publish registration |
* README File: http:// | * README File: http:// | ||
Line 93: | Line 107: | ||
* SIP traffic capturing server extension for Homer project | * SIP traffic capturing server extension for Homer project | ||
+ | * save to database mirrored traffic from other SIP server instances - mirroring can be done by siptrace module | ||
* README File: http:// | * README File: http:// | ||
Line 357: | Line 372: | ||
* embeds the functionality of rtpproxy_offer(), | * embeds the functionality of rtpproxy_offer(), | ||
* if INVITE with SDP, then do rtpproxy offer | * if INVITE with SDP, then do rtpproxy offer | ||
- | * if INVITE | + | * if INVITE |
* if ACK with SDP, then do rtpproxy answer | * if ACK with SDP, then do rtpproxy answer | ||
* if BYE or CANCEL, then do unforce rtpproxy | * if BYE or CANCEL, then do unforce rtpproxy | ||
Line 382: | Line 397: | ||
* useful to check in sub-routes that can be executed from both request and reply routes | * useful to check in sub-routes that can be executed from both request and reply routes | ||
+ | ==== snmpstats ==== | ||
+ | |||
+ | * control exporting registrar records | ||
+ | * exporting of large location database may result in out of shared memory, as well as when the records are not pulled | ||
+ | * new parameter export_registrar was added to enable/ | ||
==== sqlops ==== | ==== sqlops ==== | ||
* xavp support. New function sql_xquery() stores the query result in an xavp. | * xavp support. New function sql_xquery() stores the query result in an xavp. | ||
Line 473: | Line 493: | ||
* pv_buffer_slots - home many internal PV buffers (default 10) | * pv_buffer_slots - home many internal PV buffers (default 10) | ||
* sql_buffer_size - set the size of SQL buffer (default 64k) | * sql_buffer_size - set the size of SQL buffer (default 64k) | ||
+ | * auto_bind_ipv6 - auto-bind or not to IPv6 addresses (default 1 - bind to IPv6) | ||
==== Functions ==== | ==== Functions ==== |
features/new-in-3.2.x.1318973622.txt.gz · Last modified: 2011/10/18 21:33 by miconda