Difference between revisions of "Kamailio Softswitch"

From OnnoWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
GIT download and install of latest version of release 4.1.x:
 
GIT download and install of latest version of release 4.1.x:
  
   # git clone git://git.sip-router.org/kamailio kamailio
+
   git clone git://git.sip-router.org/kamailio kamailio
   # cd kamailio
+
   cd kamailio
   # git checkout -b 4.1 origin/4.1
+
   git checkout -b 4.1 origin/4.1
   # make cfg; make all; make install
+
   make cfg; make all; make install
 +
 
 +
Versi 5.2
 +
 
 +
git clone https://github.com/kamailio/kamailio kamailio
 +
cd kamailio
 +
git checkout -b 5.2 origin/5.2
 +
make cfg; make all; make install
  
  

Revision as of 14:43, 19 January 2019

Kamailio™ (former OpenSER) is an Open Source SIP Server released under GPL, able to handle thousands of call setups per second. Among features: asynchronous TCP, UDP and SCTP, secure communication via TLS for VoIP (voice, video); WebSocket support for WebRTC; IPv4 and IPv6; SIMPLE instant messaging and presence with embedded XCAP server and MSRP relay; IMS extensions; ENUM; DID and least cost routing; load balancing; routing fail-over; accounting, authentication and authorization; support for many backend systems such as MySQL, Postgres, Oracle, Radius, LDAP, Redis, Cassandra; XMLRPC control interface, SNMP monitoring. It can be used to build large VoIP servicing platforms or to scale up SIP-to-PSTN gateways, PBX systems or media servers like Asterisk™, FreeSWITCH™ or SEMS. Kamailio and the SIP Express Router (SER) teamed up for the integration of the two applications and new development.


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

 git clone git://git.sip-router.org/kamailio kamailio
 cd kamailio
 git checkout -b 4.1 origin/4.1
 make cfg; make all; make install

Versi 5.2

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


Lebih Lanjut

Referensi