From: Ken Rice Date: Mon, 14 Mar 2016 22:06:19 +0000 (-0500) Subject: FS-8933 #resolve Basic FreeSWITCH from source installer that works on Raspbian and... X-Git-Tag: v1.6.7^2~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e28ded19d28a3aab4c89f61fc5225adede303831;p=thirdparty%2Ffreeswitch.git FS-8933 #resolve Basic FreeSWITCH from source installer that works on Raspbian and Debian. Also installs VertoCommunicator and LetsEncrypt SSL Certs. LetsEncrypt requires the machine to have a public IP and DNS for the FDQN functioning properly in public DNS --- diff --git a/scripts/dialog-installer.sh b/scripts/dialog-installer.sh index bb3225c225..6719da2e69 100755 --- a/scripts/dialog-installer.sh +++ b/scripts/dialog-installer.sh @@ -4,7 +4,6 @@ # ######################################################## # TODO: FreeSWITCH AutoStart -# TODO: Install on Raspbian # TODO: Allow Selection of Source or Package Install on Debian DIALOG=${DIALOG=dialog} @@ -283,6 +282,6 @@ if [ "x$PRIVIP" != "x$IPADDR" ]; then install_certs fi else - echo "Skipping LetsEncrypt. Since we are on Private IP Space"; + echo "Skipping LetsEncrypt. Since we are on a Private IP Address"; fi