Difference between revisions of "Kamailio Softswitch"

From OnnoWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
+
Kamailio ™ (sebelumnya OpenSER) adalah Server SIP Open Source yang dirilis di bawah GPL, mampu menangani ribuan call per detik. Di antara fitur-fitur: asynchronous TCP, UDP dan SCTP, komunikasi yang aman melalui TLS untuk VoIP (suara, video); Dukungan WebSocket untuk WebRTC; IPv4 dan IPv6; Instan Messaging dan Precence SIMPLE dengan server XCAP tertanam dan relai MSRP; Ekstensi IMS; ENUM; DID dan least cost routing; load balancing; routing fail-over; accounting, otentikasi, dan otorisasi; dukungan untuk banyak sistem backend seperti MySQL, Postgres, Oracle, Radius, LDAP, Redis, Cassandra; interface kontrol XMLRPC, pemantauan SNMP. Ini dapat digunakan untuk membangun platform layanan VoIP besar atau untuk meningkatkan gateway SIP-ke-PSTN, sistem PBX atau server media seperti Asterisk ™, FreeSWITCH ™ atau SEMS. Kamailio dan SIP Express Router (SER) bekerja sama untuk integrasi dua aplikasi dan pengembangan baru.
  
 +
GIT download dan install versi terakhir
  
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
  
  # git clone git://git.sip-router.org/kamailio kamailio
+
Versi 5.3
  # cd kamailio
+
 
  # git checkout -b 4.1 origin/4.1
+
git clone https://github.com/kamailio/kamailio kamailio
  # make cfg; make all; make install
+
cd kamailio
 +
git checkout -b 5.3 origin/5.3
 +
make cfg; make all; make install
  
  
Line 14: Line 20:
 
* [[Kamailio Softswitch]]
 
* [[Kamailio Softswitch]]
 
* [[Kamailio: Instalasi]]
 
* [[Kamailio: Instalasi]]
 +
* [[Kamailio: Instalasi, MariaDB]]
 
* [[Kamailio: Konfigurasi Awal di OpenWRT]]
 
* [[Kamailio: Konfigurasi Awal di OpenWRT]]
 
* [[Kamailio: kamdbctl]]
 
* [[Kamailio: kamdbctl]]

Latest revision as of 10:46, 20 October 2022

Kamailio ™ (sebelumnya OpenSER) adalah Server SIP Open Source yang dirilis di bawah GPL, mampu menangani ribuan call per detik. Di antara fitur-fitur: asynchronous TCP, UDP dan SCTP, komunikasi yang aman melalui TLS untuk VoIP (suara, video); Dukungan WebSocket untuk WebRTC; IPv4 dan IPv6; Instan Messaging dan Precence SIMPLE dengan server XCAP tertanam dan relai MSRP; Ekstensi IMS; ENUM; DID dan least cost routing; load balancing; routing fail-over; accounting, otentikasi, dan otorisasi; dukungan untuk banyak sistem backend seperti MySQL, Postgres, Oracle, Radius, LDAP, Redis, Cassandra; interface kontrol XMLRPC, pemantauan SNMP. Ini dapat digunakan untuk membangun platform layanan VoIP besar atau untuk meningkatkan gateway SIP-ke-PSTN, sistem PBX atau server media seperti Asterisk ™, FreeSWITCH ™ atau SEMS. Kamailio dan SIP Express Router (SER) bekerja sama untuk integrasi dua aplikasi dan pengembangan baru.

GIT download dan install versi terakhir

 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.3

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


Lebih Lanjut

Referensi