Skip to content

Instantly share code, notes, and snippets.

Created August 7, 2010 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/512698 to your computer and use it in GitHub Desktop.
Save anonymous/512698 to your computer and use it in GitHub Desktop.
An example of Skypopen and FreeSWITCH installation on CentOS, from scratch
Step -1
===========
yum install -y subversion autoconf automake libtool gcc-c++ \
ncurses-devel make libX11-devel Xvfb alsa-utils libXv libXScrnSaver\
xorg-x11-fonts* alsa-lib libXScrnSaver ; \
cd /usr/src ; \
svn co http://svn.freeswitch.org/svn/freeswitch/trunk freeswitch; \
cd freeswitch ; ./bootstrap.sh ; ./configure ; \
make && make install && make hd-sounds-install && make hd-moh-install && make samples;
after reboot, uncomment mod_skypopen in modules.conf, make install (it will just make install mod_skypopen), and you're good to go!
cd /usr/src/freeswitch
vi modules.conf
make install
Step -2:
=========
Copy and install the Skype clients configuration directory you previously prepared (see http://wiki.freeswitch.org/wiki/Skypopen_Skype_Endpoint_and_Trunk#How_to_prepare_the_configuration_directory_of_Skype_clients_on_Linux_using_ssh_-X_and_xauth for how to prepare it):
[root@example freeswitch-1.0.6]# gcc -Wall -ggdb skypopen_auth.c -o skypopen_auth -lX11
gcc: skypopen_auth.c: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment