Archive for April, 2011

San Francisco Meeting

April 28th, 2011

I (Daniel-Constantin Mierla) am going to spend few days in San Francisco, during May 06-11, 2011. It would be great to meet people from the community living around or visiting the area at the same time.

If you want to meet and chat about Kamailio, SIP Express Router, SIP:Provider Platform or SIP and VoIP in general, drop an email at:

  • < miconda [at] gmail.com >

Kamailio booth at LinuxTag 2011

April 21st, 2011

The project has a booth at LinuxTag, Berlin, Germany, May 11-14, 2011.

Location is Hall 7.2b, booth 112 (near to the Mozilla project).

Come and meet some of us, we will be glad to chat about Kamailio, SIP Router, SEMS, SIP, IMS and VoIP in general. Depending on the day, you can meet at stand:

We will have a demo running latest version and nice flyers to show the capabilities of Kamailio based platforms.

 

Looking forward to see you there!

Carsten

Kamailio v3.1.3 RPMs Available

April 5th, 2011

The RPM packages for Kamailio recently released v3.1.3 are now available for CentOS, Fedora, RedHat and OpenSUSE, available on the opensuse.org build service:

Specific download links are:

Kamailio v3.1.3 Released

April 4th, 2011

Kamailio SIP Server v3.1.3 stable is out – a minor release including fixes in code and documentation since v3.1.2 – configuration file and database compatibility is preserved.

Kamailio (former OpenSER) 3.1.3 is based on the latest version of GIT branch 3.1, therefore those running 3.1.0, 3.1.1 or 3.1.2 are advised to upgrade. There is no change done to database structure. On 64b operating systems you may need to update the path to loaded modules in configuration file — see the bottom note for more details.

Resources for Kamailio version 3.1.3

Source tarballs are available at:

http://www.kamailio.org/pub/kamailio/3.1.3/src/

Detailed changelog:

http://www.kamailio.org/pub/kamailio/3.1.3/ChangeLog

Download via GIT:

# git clone –depth 1 git://git.sip-router.org/sip-router kamailio
# cd kamailio
# git checkout -b 3.1 origin/3.1
# make FLAVOUR=kamailio cfg

Binaries and packages will be uploaded at:
http://www.kamailio.org/pub/kamailio/3.1.3/

Modules’ documentation:

http://www.kamailio.org/docs/modules/3.1.x/

What is new in 3.1.x release series is summarized in the announcement of v3.1.0:

http://www.kamailio.org/w/kamailio-openser-v3.1.0-release-notes/

Note: on 64b operating systems, the internal libraries and modules are installed under ‘lib64′ folder (e.g., /usr/local/lib64/kamailio/modules/). If you want to install under ‘lib’ directory, then use ‘LIBDIR=lib’ when compiling and installing (e.g., ‘make FLAVOUR=kamailio LIBDIR=lib install’). If you keep the default lib64, then you may need to adjust ‘mpath’ (or ‘loadpath’)  parameter in your existing configuration files and change ‘lib’ to ‘lib64′.

If you want to see what is new in development version (to become the future major release v3.2.0), visit the web page: