Posts

Showing posts from 2015

How to setup Carrier in VICIdial/GoautoDial - Both IP and Password based Authentication

                      How to setup Carrier in VICIdial/GoautoDial 1. For username and password based Authentication Account Entry: register =>username:password@host:5060 [SIP] disallow=all type=friend secret= ;put the password provided by the VoIP Provider username= ;put the username provided by the VoIP Provider host= ;put the Domain provided by the VoIP Provider dtmfmode=rfc2833 context=trunkinbound canreinvite=no allow=ulaw allow=g729 insecure=port,invite 1. 1 For IP based Authentication Account Entry:  [SIP] disallow=all type=friend host= ;put the Domain provided by the VoIP Provider dtmfmode=rfc2833 context=trunkinbound canreinvite=no allow=ulaw allow=g729 insecure=port,invite 2. Dialplan  exten => _75925X.,1,AGI(agi://127.0.0.1:4577/call_log) exten => _75925X.,n,Dial(SIP/${EXTEN:5}@SIP,55,o) exten => _75925X.,n,Hangup   3. Set the 75925 prefix on the Campaign Dial Prefix and you're all set.

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