Freeswitch Stuck on Testing branch

Status
Not open for further replies.

ccoombes

New Member
Jan 31, 2020
12
0
1
34
I setup our system last February on Debian 10, we have been having issues with calls being dropped when dialling out to numbers with an IVR on the other end as soon as you press a digit on the menu and a few other odd issues with calls that are reported to us like after putting someone on hold for more than 10 seconds when you go back to the call the remote audio is really bad.

I realised today that all of the freeswitch modules on our system say they are in testing branch so i assume we have a buggy version of freeswitch or a buggy module, everything is up-to-date but I think when it was built the repo for Freeswitch was wrong/bleeding edge.

How would I go about changing to the stable branch?

This is the contents of /etc/apt/sources.list.d/freeswitch.list

deb http://files.freeswitch.org/repo/deb/debian-release/ buster main
deb-src http://files.freeswitch.org/repo/deb/debian-release/ buster main


On Freeswitch Deb10 install page these are the instructions but i don't know if i do this if it will break anything Fusion related?

Installing From Debian Packages​

Latest Release Branch:​

Release package
apt-get update && apt-get install -y gnupg2 wget lsb-release
wget -O - https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc | apt-key add -

echo "deb http://files.freeswitch.org/repo/deb/debian-release/ `lsb_release -sc` main" > /etc/apt/sources.list.d/freeswitch.list
echo "deb-src http://files.freeswitch.org/repo/deb/debian-release/ `lsb_release -sc` main" >> /etc/apt/sources.list.d/freeswitch.list

# you may want to populate /etc/freeswitch at this point.
# if /etc/freeswitch does not exist, the standard vanilla configuration is deployed
apt-get update && apt-get install -y freeswitch-meta-all
 
Status
Not open for further replies.