After some hours of work, I have finally published the last version of the RPMs for FreeSWITCH (1.10.11 at this time). If you are looking forward to having a vanilla installation on your RHEL 9-based distribution (CentOS, Alma, or Rocky), this is the way to go.

Type these commands (preferably on a brand-new installation).

dnf config-manager --enable crb
dnf install epel-release
dnf install wget
wget https://repo.okay.com.mx/centos/9/x86_64/release/okay-release-1-10.el9.noarch.rpm
dnf install ./okay-release-1-10.el9.noarch.rpm --nogpg
dnf install task-freeswitch

Why my RPMs?

These FreeSWITCH RPMs have everything enabled. I have created all the supporting RPMs to have almost every module compiled. If the module you are looking for is not installed by default, try a dnf search.

";