Thursday, September 10th, 2009
One of the most discussed architectural aspects of configuration file was the way changes done to received SIP messages are handled – even new headers are added, old are removed or different parts of message were updated, the changes were not immediately visibile. The latest GIT repository includes a new config function – msg_apply_changes() – […]
Continue reading about Apply Changes to SIP Message in Config File »
Posted in News | Comments Off on Apply Changes to SIP Message in Config File |
Wednesday, September 9th, 2009
Time for first release based on SIP Router Project is approaching. Source code will be frozen Monday, September 14, 2009, to enter the testing phase for releasing Kamailio 3.0. As usual, work on additional tools and documentation can go on during testing. Developers willing to push brand new features in the next major release have […]
Continue reading about Freezing for Kamailio 3.0 »
Posted in News | Comments Off on Freezing for Kamailio 3.0 |
Wednesday, September 2nd, 2009
The configuration file language supports now a new directive that allow including the content of another file during parsing of routing logic. This allows splitting big configs for easier maintenance, even modularity — building a library of config snippets that are included and combined to build a full configuration file. The syntax is: include_file “file_name” […]
Continue reading about Support for ‘include’ in config file »
Posted in News | Comments Off on Support for ‘include’ in config file |
Monday, August 24th, 2009
There is a new pseudo-variable class that provides access to select variables. A list with available selects can be found at: http://sip-router.org/wiki/cookbooks/selects/devel Therefore, all modules relying on PV framework can get access to select values without any change. See example of usage from config at: http://sip-router.org/wiki/cookbooks/pseudo-variables/devel#selects
Continue reading about New PV Class: $sel(name) »
Posted in News | Comments Off on New PV Class: $sel(name) |
SIREMIS is a web management interface targeting administrators of SIP routing platforms. The new v0.9.3 brings XMLRPC-based communication with SIP router core’s RPC interface. You need to load and configure the xmlrpc module. Communication with Management Interface inherited from Kamailio (OpenSER) is done via UDP and mi_datagram module. Among new features: communication with FreeSwitch via […]
Continue reading about SIREMIS v0.9.3 Released »
Posted in News | Comments Off on SIREMIS v0.9.3 Released |
Saturday, July 11th, 2009
The roadmap to next major release of Kamailio (OpenSER), codenamed 3.0, was sketched during IRC meeting Jul 07, 2009, as: – freezing in 1-1.5 months – 1-1.5 months testing – release by end of September/ beginning of October Right now, current development state is: – all but one module (seas) were updated to work with […]
Continue reading about Roadmap to Kamailio 3.0 »
Posted in News | Comments Off on Roadmap to Kamailio 3.0 |
Two of the last three modules that were not ported to use the new sip router core are ready now: nat_traversal and siptrace. Particularly, siptrace was refurbished a lot. Before release, there are couple of new features that should get in trunk since sip route core offers support for such extensions: – ability to filter […]
Continue reading about Two more modules updated »
Posted in News | Comments Off on Two more modules updated |
SEMS, the SIP Express Media Server, is available for download at http://ftp.iptel.org/pub/sems/1.1/1.1.1/ This is a bugfix release in the 1.1 branch which accumulates fixes for bugs found in 1.1.0 so far: fixed Via HF missing the port number in ACK to 200 reply do not try to scale too short RTP packets fixed initialization of […]
Continue reading about SEMS v1.1.1 Released »
Posted in News | Comments Off on SEMS v1.1.1 Released |
Wednesday, June 10th, 2009
The project has a new bug tracker available: http://sip-router.org/tracker/ Feel free to use it to report: bugs (code, documentation, web site) feature requests improvements
Continue reading about New Bug Tracker Alive »
Posted in News | Comments Off on New Bug Tracker Alive |
Wednesday, May 27th, 2009
Posted in News | Comments Off on #sip-router irc channel |