Skip to content

SIPfoundry/legacy-sipxecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc2f6f5 · Feb 13, 2015
Apr 13, 2010
Mar 1, 2013
Jan 15, 2015
Feb 10, 2015
Oct 26, 2010
Jan 31, 2015
May 28, 2013
May 28, 2013
May 28, 2013
May 28, 2013
May 28, 2013
Dec 8, 2014
Mar 1, 2013
Apr 5, 2011
Jan 31, 2015
Mar 6, 2014
Mar 1, 2013
Oct 18, 2013
Nov 19, 2013
Jul 17, 2014
Mar 6, 2014
Feb 13, 2015
Jan 24, 2012
Feb 3, 2015
Feb 13, 2015
Mar 1, 2013
Mar 1, 2013
Mar 1, 2013
May 28, 2013
Nov 26, 2013
Sep 11, 2013
Sep 30, 2013
Nov 24, 2014
Oct 18, 2013
Mar 1, 2013
Mar 1, 2013
Mar 1, 2013
Mar 1, 2013
Mar 1, 2013
Mar 1, 2013
Nov 30, 2010
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Jan 15, 2015
Oct 31, 2014
Oct 31, 2014
Jan 15, 2015
Oct 31, 2014
Feb 9, 2015
Feb 9, 2015
Feb 11, 2015
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Jan 15, 2015
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Jun 1, 2011
Oct 31, 2014
Oct 31, 2014
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Oct 31, 2014
Jan 15, 2015
Jan 15, 2015
Jan 15, 2015
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Jan 15, 2015
Oct 31, 2014
Oct 31, 2014
Jan 20, 2015
Feb 13, 2015
Oct 31, 2014
Oct 31, 2014
Feb 3, 2015
Oct 31, 2014
Jan 15, 2015
Feb 3, 2015
Feb 3, 2015
Oct 31, 2014
Feb 3, 2015
Oct 31, 2014
Oct 31, 2014
Feb 9, 2015
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Jan 16, 2015
Nov 14, 2012
Jan 15, 2015
Feb 13, 2015
Oct 31, 2014
Oct 31, 2014
Oct 31, 2014
Jan 15, 2015
Oct 31, 2014
Oct 31, 2014
Apr 1, 2014
Oct 22, 2013
Jan 21, 2014
Feb 10, 2015
Oct 18, 2013
Dec 20, 2013
Oct 31, 2014

Repository files navigation

To install from source
=======================

Step 1. Build makefile.

 autoreconf -if
 ./configure
 make setup.sh
 sudo ./setup.sh

Step 2. Add yum repository for dependencies
There are libraries that are not available in common repositories that you'll need to to install. There's a file you can
add to your system that will allow it to pull dependecies from the sipfoundry 

  sudo 'make repofile > /etc/yum.repos.d/sipxecs.repo'

Step 3. Install missing dependencies

 make sipx.list-missings-deps | xargs sudo yum install

Step 4. Build and install. Make sure you have permission to directory listed in --prefix=

 sudo mkdir -p /usr/local/sipx
 sudo chown $USER:$USER /usr/local/sipx
 make all-install

Step 5. To run. NOTE: This will run as the user you are currently looged-in as, even though you are starting w/root permissions

 sudo /usr/local/sipx/bin/sipxecs-setup
 sudo /usr/local/sipx/etc/init.d/sipxecs start