Posts

Showing posts from July 15, 2012
How to configure FreeSWITCH with iCall This quick tutorial will talk you through installing FreeSWITCH, setting up iCall as a gateway, and configuring outbound and inbound services. For the purposes of this walk through, we'll assume that you're using a Linux-based system. For Windows, FreeBSD, or OSX - all instructions other than the basic installation process are identical. Getting FreeSWITCH To download and install FreeSWITCH, perform the following. Note that the uncompressed directory name will change depending on the build version. # wget http://latest.freeswitch.org/freeswitch-1.0.5-latest.tar.gz # tar zxvf freeswitch-1.0.5-latest.tar.gz # cd freeswitch-1.0.5-XXXX # ./configure # make # make install FreeSWITCH should now be installed in  /usr/local/freeswitch . Making some basic changes By default, FreeSWITCH puts its "external" SIP profile on port 5080. While technically it will work fine, it's a bit confusing. At iCall, we default to 506
If you are using the DEB version of webmin, first download the file from the  downloads page  , or run the command : wget http://prdownloads.sourceforge.net/webadmin/webmin_1.590_all.deb then run the command : dpkg --install webmin_1.590_all.deb The install will be done automatically to  /usr/share/webmin , the administration username set to  root  and the password to your current root password. You should now be able to login to Webmin at the URL http://localhost:10000/ . Or if accessing it remotely, replace  localhost  with your system's IP address. If Debian complains about missing dependencies, you can install them with the command : apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python If you are installing on Ubuntu and the  apt-get  command reports that some of the packages cannot be found, edit  /etc/apt/sources.list  and make sure the lines ending with  universe  are not commented out. Some Debian-ba
Image
DaloRADIUS installed on Ubuntu. Fronting the white conch. According http://putudude.blogspot.com/2009/05/freeradius-on-ubuntu-904.html, http://daloradius.wiki.sourceforge.net/space/showimage/daloRADIUS+Users+Manual.pdf on trial. Ubuntu 9.04. Recommended DaloRADIUS. DaloRADIUS advanced RADIUS web plateform is intended to manage hotspots and the use of the ISP general management. user, graphical reporting, accounting for the (accounting) and billing engine to GoogleMaps for a management position. DaloRADIUS. Eii user writes with the PHP language and JavaScript, and use of database systems like MySQL, PostgreSQL, Sqlite, MsSQL and other safeguard FreeeRadius to develop a muted database server acts as a backend for other features, it can import. implement ACLs, GoogleMaps to locate. hotspots / access point and other features. DaloRADIUS a Web Application to manage radius server based on principle and to manage radius server which has only a FreeRadius and Database str
LINUX REQUIREMENTS AND A2BILLING a2billing 1.4 includes the following third party software: • phpagi 2.14 Copyright 2003, 2004, 2005 Matthew Asham and David Eder • smarty  2.6.22 Copyright 2001­2005 New Digital Group, Inc • jgraph 1.27 Copyright 2001, 2002, 2003, 2004 Johan Persson Aditus Consulting  • adodb 4.991 Copyright (c) 2000, 2001, 2002, 2003, 2004 John Lim  • html2pdf Copyright (C) 2004­2005 Renato Coelho  • famfamfam.com Icons from Mark James  • phpconfig (C) 2003 Dave Packham and Rob Birkinshaw  NOT GETTING LOST, WHAT IS THE INSTALLATION  ABOUT? In a nutshell installing a2billing requires nine steps:  1. 2. 3. 4. 5. 6. 7. 8. 9. Download and unpack source code  Setup the database  Edit a2billing.conf file. Setting up the database parameters  Fix permissions and folders  Installing the web based graphical user interfaces (Customer and Admin)  Place the AGI files  Prepare your dialplan  Add your cronjobs  Configure your callback daemon (only for c
Download and install FreeSWITCH and vBilling Note: Currently, this installer is only supports CentOS > 6 and Debian based distros. # wget --no-check-certificate http://goo.gl/ap7KV -O install.sh # chmod +x install.sh # ./install.sh Please note that we prefer vBilling and all of it’s components to be installed on a fresh OS. You may follow the prompts from the install script and it will install and configure vBilling management interface along with all other necessary components for you.
1. Setup EPEL Yum Repositories with newer packages and install Git:     rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm 2. Install YUM packages     yum install git 3. Install Freeswitch :            * Install Freeswitch pre-requisite packages using YUM            yum clean all              yum install autoconf automake expat-devel gnutls-devel libtiff-devel libX11-devel unixODBC-devel python-devel zlib-devel libzrtpcpp-devel alsa-lib-devel libogg-devel libvorbis-devel perl perl-libs gdbm-devel libdb-devel uuid-devel @development-tools gdbm-devel db4-devel libjpeg libjpeg-devel libtermcap libtermcap-devel ncurses ncurses-devel ntp screen sendmail sendmail-cf gcc-c++     #Install Freeswitch cd /usr/src/ wget https://raw.github.com/Star2Billing/newfies-dialer/master/install/install-freeswitch.sh -O install-freeswitch.sh bash install-freeswitch.sh /etc/init.d/freeswitch start     * Download latest freeswitch versi