Tuesday, July 21, 2009
Blog by MiConDa
http://by-miconda.blogspot.com
OpenSER renamed to Kamailio one year ago, therefore the name is pretty obsolete now. Moreover, it is a lot to blog about SIP-Router.org project and other SIP/VoIP related things.
Update your bookmarks and rss feeds! See you at the new address:
http://by-miconda.blogspot.com
Monday, July 20, 2009
SIP Router Bootcamp, Berlin, Germany, Sep 1-4, 2009
Next SIP Router Bootcamp will take place at the end of the summer, on September 1-4, 2009 in Berlin, Germany.
Teachers:
Daniel-Constantin Mierla - co-founder of OpenSER/Kamailio project in 2005, currently core-developer and member of project’s management board
Olle Johansson - Asterisk developer and member of the Digium Asterisk Advisory Board.
By end of 2008, Kamailio (OpenSER) and SIP Express Router (SER) started a joint collaboration under http://sip-router.org project, bringing together valuable developers and architects of SIP servers. Kamailio 3.0 and SER 3.0 (to be released soon) become compatible in terms of configuration file and extensions.
Learning to configure the SIP server is not easy, but is the key for a successful and secure VoIP business. The flexibility of SIP routing engine allows you to implement in no time innovative services, IP telephony, Instant Messaging, Presence and beyond. Asterisk comes to complete with rich media services and applications. Doing everything designed right and scalable saves time and money.
We create the opportunity for you, guided by experienced instructors, to learn how to build an Unified Communication platform from scratch using the SIP server engine and Asterisk.
Thursday, July 16, 2009
Roadmap to Kamailio (OpenSER) 3.0
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 the new core
- several addons in kamailio core and tm still to be included in GIT master branch
- many new features developed: mecached, event_route, xml doc handling … see:
http://sip-router.org/wiki/features/new-in-devel
All of you are invites to test, startup guidelines can be found at:
http://sip-router.org/wiki/migration/kamailio-3.0-config
You can send feedback at:
Wednesday, July 15, 2009
Kamailio (OpenSER) v1.5.2 Released
Source tarballs are available at:
http://www.kamailio.org/pub/kamailio/1.5.2/src/
Detailed changelog:
http://www.kamailio.org/pub/kamailio/1.5.2/ChangeLog
Download via SVN:
svn co https://openser.svn.sourceforge.net/svnroot/openser/branches/1.5 kamailio
Tag for this release can be browsed at:
http://openser.svn.sourceforge.net/viewvc/openser/tags/1.5.2/
Project site at SourceForge.net (still using old name):
http://sourceforge.net/projects/openser/
Binaries and packages will be uploaded at:
http://www.kamailio.org/pub/kamailio/1.5.2/
Modules' documentation:
http://www.kamailio.org/docs/modules/1.5.x/
What is new in 1.5.x release series is summarized in the announcement of v1.5.0:
http://www.kamailio.org/mos/view/Kamailio-OpenSER-v1.5.0-Release-Notes
Note: Kamailio is the new name of OpenSER project. First version under Kamailio name was 1.4.0. Older versions will continue to use OpenSER name. The source tree for current development version is hosted by SIP Router project, you can test it via:
http://sip-router.org/wiki/migration/kamailio-3.0-config
Tuesday, July 14, 2009
New module MI_RPC available
Several days ago, a new module named mi_rpc was added to the source tree. The goal is to be able to execute MI commands using RPC interface from sip router core.
One big advantage of this is executing MI commands using the sercmd tool. sercmd is a command line interface, able to do auto completion for commands, used to change parameters, get insights of core and modules at runtime.
If you grabbed the source code (some guidelines at: http://sip-router.org/wiki/migration/kamailio-3.0-config ), then:
cd utils/sercmd
make
./sercmd
At the prompt: “mi ps”
See the readme of the module for more options:
http://sip-router.org/docbook/sip-router/branch/master/modules/mi_rpc/mi_rpc.html
You need to compile and load modules_s/ctl:
http://sip-router.org/docbook/sip-router/branch/master/modules_s/ctl/ctl.html
Saturday, July 11, 2009
Two more modules updated
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 the ACK for negative replies issued by sl module in the script
- ability to store stateless forwarded messages (now only stateful ones being stored)
Testing is very much appreciated, see guidelines at Kamailio 3.0 Config wiki page.