Posts

Showing posts from November, 2015

OpenSIPS Installation

OpenSIPS  is an Open Source  SIP  proxy/server for voice, video, IM, presence and any other SIP extensions. How To Install OpenSIPS This is for Debian servers or Ubuntu 1. Install minimal version of Debian 8 Stable 64Bit 2. Update the System # apt-get update # apt-get upgrade 3. Add Key # wget -O - http://apt.opensips.org/key.asc | apt-key add - # echo "deb http://apt.opensips.org/debian/stable-2.1/jessie opensips-2.1-jessie main" > /etc/apt/sources.list.d/opensips.list 4. Install Kamalio applications and configurations # apt-get update # apt-get install opensips opensips-json-module opensips-restclient-module This will automatically install the OpenSIPS

Kamailio Installation – the Open Source SIP Server

How To Install Kamailio – the Open Source SIP Server This is for Debian servers or Ubuntu 1. Install minimal version of Debian 8 Stable 64Bit 2. Update the System # apt-get update # apt-get upgrade 3. Add Key # apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xfb40d3e6508ea4c8 # echo "deb http://deb.kamailio.org/kamailio43 jessie main" > /etc/apt/sources.list.d/kamailio.list 4. Install Kamalio applications and configurations # apt-get update # apt-get install kamailio kamailio-extra-modules kamailio-json-modules This will automatically install the Kamailio