Total Pageviews

Sunday, 11 June 2023

SIP服务器 Kamailio



Kamailio是一个开源的SIP服务器. 诞生于2005年7月,它是从德国FhG FOKUS研究所主导的SIP Express Router(SER)项目组分裂出来的。新项目建立的目标是创建一个开放的开发环境,以建立一个强大的可扩展的开源SIP服务器。

KAMAILIO是个纯粹的SIP服务器,它可以作为PROXY、注册服务器、重定向服务器,也可作为简单的PRESENCE服务器,其本身并不处理RTP,可能通过RTPPROXY来处理RTP的NAT问题。

官网: http://www.kamailio.org/w/
-------------------------------------------

Main download site for Kamailio® releases:

The shortcut to the tarball with sources of the latest stable release:

If you want to contribute with building packages for different distributions, please send an email to:

  • <sr-dev (at) lists . kamailio . org>
Installation Notes

For various installation guidelines, see the wiki documentation portal:

Linux and Unix Distributions
– Debian Packages

Debian and Ubuntu packages are provided via APT repository. The packages are signed with our PGP key with the fingerprint

E79A CECB 87D8 DCD2 3A20  AD2F FB40 D3E6 508E A4C8

Read more on
https://www.kamailio.org/wiki/packages/debs

– RPM Packages

CentOS, Fedora, OpenSUSE, …

Fetching Kamailio from source repository

GIT download and install of latest version of release 5.3.x:

  # git clone https://github.com/kamailio/kamailio
  # cd kamailio
  # git checkout -b 5.3 origin/5.3
  # make cfg; make all; make install

If you want to clone only the branch for 5.3.x release series:

  # git clone --branch 5.3 --single-branch \
              https://github.com/kamailio/kamailio.git kamailio
  # cd kamailio
  # make cfg; make all; make install
from https://www.kamailio.org/w/download/ 

No comments:

Post a Comment