- f_malloc (aka fast malloc) – the one mostly used as default for stable releases
- q_malloc (aka quick malloc) – the one more suitable for memory operations troubleshooting
make MEMDBG=1 MEMMNG=2 cfg make all make install
Blogging about Kamailio SIP Server, Asterisk, FreeSWITCH, SIP, WebRTC, VoIP and more...
make MEMDBG=1 MEMMNG=2 cfg make all make install
# git clone –depth 1 git://git.sip-router.org/sip-router kamailio # cd kamailio # git checkout -b 3.2 origin/3.2 # make FLAVOUR=kamailio cfgBinaries and packages will be uploaded at:
Kamailio SIP Server v3.2.1 stable is out – a minor release including fixes in code and documentation since v3.2.0 – configuration file and database compatibility is preserved.
Kamailio (former OpenSER) 3.2.1 is based on the latest version of GIT branch 3.2, therefore those running previous 3.2.0 versions are advised to upgrade. There is no change that has to be done to configuration file or database structure comparing with v3.2.0.
Resources for Kamailio version 3.2.1
Source tarballs are available at:
Detailed changelog:
Download via GIT:
# git clone –depth 1 git://git.sip-router.org/sip-router kamailio # cd kamailio # git checkout -b 3.2 origin/3.2 # make FLAVOUR=kamailio cfgBinaries and packages will be uploaded at:
Modules’ documentation:
What is new in 3.2.x release series is summarized in the announcement of v3.2.0: