Just for those who are having the same issue and want to down grade
wget -qO -
http://freeswitch.sip247.com/debian/freeswitch-stable-amd64/fs-stretch.gpg.key | apt-key add -
echo "deb
http://freeswitch.sip247.com/debian/freeswitch-stable-amd64/ stretch main" > /etc/apt/sources.list.d/freeswitch.list
apt-get remove freeswitch
apt-get autoremove
apt-get remove freeswitch-mod-commands freeswitch-conf-vanilla freeswitch-mod-logfile freeswitch-mod-console
apt-get remove libfreeswitch1
Then line by line
apt-get install -y freeswitch-meta-bare freeswitch-conf-vanilla freeswitch-mod-commands freeswitch-mod-console freeswitch-mod-logfile
apt-get install -y freeswitch-lang-en freeswitch-mod-say-en freeswitch-sounds-en-us-callie
apt-get install -y freeswitch-mod-enum freeswitch-mod-cdr-csv freeswitch-mod-event-socket freeswitch-mod-sofia freeswitch-mod-sofia-dbg freeswitch-mod-loopback
apt-get install -y freeswitch-mod-conference freeswitch-mod-db freeswitch-mod-dptools freeswitch-mod-expr freeswitch-mod-fifo freeswitch-mod-httapi
apt-get install -y freeswitch-mod-hash freeswitch-mod-esl freeswitch-mod-esf freeswitch-mod-fsv freeswitch-mod-valet-parking freeswitch-mod-dialplan-xml freeswitch-dbg
apt-get install -y freeswitch-mod-sndfile freeswitch-mod-native-file freeswitch-mod-local-stream freeswitch-mod-tone-stream freeswitch-mod-lua freeswitch-meta-mod-say
apt-get install -y freeswitch-mod-xml-cdr freeswitch-mod-verto freeswitch-mod-callcenter freeswitch-mod-rtc freeswitch-mod-png freeswitch-mod-json-cdr freeswitch-mod-shout
apt-get install -y freeswitch-mod-sms freeswitch-mod-sms-dbg freeswitch-mod-cidlookup freeswitch-mod-memcache
apt-get install -y freeswitch-mod-imagick freeswitch-mod-tts-commandline freeswitch-mod-directory
apt-get install -y freeswitch-mod-flite freeswitch-mod-distributor freeswitch-meta-codecs
apt-get install -y freeswitch-music-default
apt-get remove -y freeswitch-systemd
cp /usr/src/fusionpbx-install.sh/debian/resources/switch/source/freeswitch.service.package /lib/systemd/system/freeswitch.service
cp /usr/src/fusionpbx-install.sh/debian/resources/switch/source/etc.default.freeswitch.package /etc/default/freeswitch
chmod 644 /lib/systemd/system/freeswitch.service
systemctl enable freeswitch
systemctl unmask freeswitch.service
systemctl daemon-reload
systemctl start freeswitch
Thanks for everyones help. This is only a rough guide. Its 3:30 AM here and i'm sleep deprived. Thanks