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 |
Wednesday, May 27th, 2009
Posted in News | Comments Off on #sip-router irc channel |
Wednesday, May 20th, 2009
Support for a new type of route in configuration file – event_route – is now in the GIT repository. The prototype for it is: event_route[groupid:eventid] { [actions] } The main purpose for it is to allow modules (and core) to be able to execute code written in configuration file when a specific event happens, without […]
Continue reading about New feature – event_route »
Posted in News | Comments Off on New feature – event_route |
The period of SIP Router integration phase is more and more approaching the end. Apart of 4 modules that are not integrated yet from Kamailio – seas, siptrace, uac_redirect and nat_traversal (work being undertaken) — the rest of 88 modules are ready for http://sip-router.org core. There is now a page to collect guidelines for the […]
Continue reading about SIP Router Ready for Testing »
Posted in News | Comments Off on SIP Router Ready for Testing |
Thanks to Jan, automatically generated HTML documentation from docbook documents stored in the git repository is available at http://sip-router.org/docbook/sip-router/branch/master/ This is all the docbook documentation that we currently have in the repository, including the documents under doc, modules, modules_k, modules_s, and lib subdirectories. The HTML documentation is updated automatically upon changes in the git repository.
Continue reading about Online Documentation »
Posted in News | Comments Off on Online Documentation |