How to Install and Uninstall kamailio Package on Kali Linux

Last updated: May 17,2024

1. Install "kamailio" package

This is a short guide on how to install kamailio on Kali Linux

$ sudo apt update $ sudo apt install kamailio

2. Uninstall "kamailio" package

In this section, we are going to explain the necessary steps to uninstall kamailio on Kali Linux:

$ sudo apt remove kamailio $ sudo apt autoclean && sudo apt autoremove

3. Information about the kamailio package on Kali Linux

Package: kamailio
Version: 5.7.4-1
Installed-Size: 26560
Maintainer: Debian VoIP Team
Architecture: amd64
Replaces: kamailio-carrierroute-modules
Provides: sip-router
Depends: adduser, python3, libc6 (>= 2.34), libpcre2-8-0 (>= 10.22), libreadline8 (>= 6.0), libstdc++6 (>= 5)
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: kamailio-berkeley-modules, kamailio-cpl-modules, kamailio-ldap-modules, kamailio-lua-modules, kamailio-mono-modules, kamailio-mysql-modules, kamailio-perl-modules, kamailio-postgres-modules, kamailio-presence-modules, kamailio-python3-modules, kamailio-radius-modules, kamailio-redis-modules, kamailio-snmpstats-modules, kamailio-tls-modules, kamailio-unixodbc-modules, kamailio-xml-modules, kamailio-xmpp-modules, stun-server | turn-server
Size: 9050068
SHA256: 2e2cc9965733ed7db29991a09307bbb26cf179b2df32728b78e445418872c91a
SHA1: 4d1a64f3447fa50a6cb7b4a02a2eabf4c4ae203c
MD5sum: 9255d4780cf9b4af032e270a05161a59
Description: very fast, dynamic and configurable SIP server
Kamailio is a very fast and flexible SIP (RFC3261)
server. Written entirely in C, kamailio can handle thousands requests
per second even on low-budget hardware. It can be configured to act
as a SIP proxy, application server, session border controller,
or call load balancer to handle a set of media servers.
.
A C Shell like scripting language provides full control over the server's
behaviour. It's easy to integrate Kamailio with 3rd party API's and
applications using HTTP, AMQP, database drivers, LDAP, Radius and many other
solutions. In addition there is support for scripting using Lua, Python, Perl,
Java and a set of other languages using Mono.
.
Kamailio's modular architecture allows only required functionality to be
loaded. There are over 100 modules available: WebSockets for WebRTC,
authentication, multiple databases - both traditional SQL databases as well as
no-SQL, message bus systems like Rabbit MQ, instant messaging, a presence
agent, integration with REST-ful APIs using HTTP and JSON or XML, radius
authentication, record routing, an SMS gateway, a XMPP/jabber gateway, a
transaction and dialog module, OSP module, statistics support,
registrar and user location services, SNMP, SIMPLE Presence and much more.
.
This package contains the main Kamailio binary along with the principal
modules and support binaries.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.kamailio.org/
Tag: implemented-in::c, protocol::voip, role::program, uitoolkit::ncurses
Section: net
Priority: optional
Filename: pool/main/k/kamailio/kamailio_5.7.4-1_amd64.deb