Last active
February 26, 2016 22:17
-
-
Save dgershman/cfcd1e5fc255a33c98a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm | |
rpm -Uvh http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm | |
yum clean all | |
yum install -y freeswitch-config-vanilla | |
yum install sox freeswitch-sounds* | |
rename the new conf folder to conf.factory | |
clone the config and scripts to the new fs folder | |
#install sounds | |
make cd-sounds-install | |
make cd-moh-install | |
cd /usr/local/freeswitch/sounds/en/us/ | |
git clone https://[email protected]/cinchcast/promptsets.git cinchcast | |
cp -R /usr/local/freeswitch/sounds/en/us/cinchcast/cinchcast /usr/local/freeswitch/sounds/music/ | |
sudo ln -s /usr/local/freeswitch/sounds/en/us/cinchcast/ /mnt/prompts-ramdisk | |
#configure ODBC settings in /etc/odbc.ini, then create symlink | |
sudo mkdir /usr/local/freeswitch/etc | |
ln -s /etc/odbc.ini /usr/local/freeswitch/etc/odbc.ini | |
ln -s /etc/odbcinst.ini /usr/local/freeswitch/etc/odbcinst.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment