Kamailio是一個開源的SIP伺服器,原名OpenSER。
我們使用Kamailio主要用在SIP dispatcher server,即SIP redirect server
Kamailio v3.1.4版本資訊:
Kamailio SIP Server v3.1.4 stable is out – a minor release including fixes in code and documentation since v3.1.3 – config uration file and database compatibility is preserved.
Kamailio (former OpenSER) 3.1.4 is based on the latest version of GIT branch 3.1, therefore those running previous 3.1.x v ersions are advised to upgrade. There is no change done to configuration file or database structure.
詳解的版本資訊請參閱:HTTP://www.kamailio.org/pub/kamailio/3.1.4/ChangeLog
獲取方式:
# 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
安裝及配置手冊如下
一. 安裝
1. 依賴包:
libmysqlclient & libz (zlib) :mysql DB support (the db_mysql module) Shared libraries
MySQL-shared-5.1.32-0.glibc23.i386.rpm
MySQL-devel-community-5.1.32-0.rhel5.i386.rpm
libxml2:cpl-c (Call Processing Language) or the presence modules (presence and pua*)
libperl:perl scripting from you config file (perl module)
2. 原始程式碼安裝
make,make modules,make install
或者make all,make install
參考:
3. 啟動:kamctl start
4. 重啟:kamctl restart
5. 監控服務狀態:kamctl moni