How to – Install Vicidial on Alma Linux 9 with my new auto installer

How to – Install Vicidial on Alma Linux 9 with my new auto installer

Alma Linux 9 Vicidial

How to – Install Vicidial on Alma Linux 9 with my new auto installer

That’s right, I have fixed the issues with dahdi and php7 installations on Alma Linux 9 and created the auto installer for it, complete with the dynamic portal and the CyburPhone. Its been tested and is working. So lets get to it! The code can be found here: https://github.com/carpenox/vicidial-install-scripts/tree/main

Alma 9 ISO – https://repo.almalinux.org/almalinux/9/isos/x86_64/AlmaLinux-9-latest-x86_64-dvd.iso

Step 1 – Download the dependencies

timedatectl set-timezone America/New_York

yum check-update
yum update -y
yum -y install epel-release
yum update -y
yum install git -y
yum install -y kernel*

#Disable SELINUX
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config    

reboot

Step 2 – Download GitHub files

cd /usr/src
git clone https://github.com/carpenox/vicidial-install-scripts.git
cd vicidial-install-scripts

Step 3 – Run the installer

Now yes this an auto installer, but you have to hit enter a couple times as well as add the server’s IP so don’t walk away for too long.

chmod +x main-installer.sh
./main-installer.sh

For other versions check here: https://github.com/carpenox/vicidial-install-scripts

Some more in-depth information about the installer can be found here:

Check out my latest article for better setup instructions: How to – Use the full functionality of the ViciDial installer by carpenox

That’s all there is to it. I hope you guys like it, it was a lot of hard work. Please donate to keep this blog thriving: https://www.paypal.me/TheDialerOne

-Chris aka carpenox

14 comments

frank

sorry who is the pass ?

axel

thank you so much for your hard work

WJ

hello, there is an issue with dhadi app meetme. can’t set a conference.. have you any idea about the root cause?

    Carpenox

    which installer did you use?

Sandesh

hello, there is an issue with dhadi app meetme. can’t set a conference.. have you any idea about the root cause? I use your ./alma-rocky9-ast16.sh script for installation. After user login softphone suddenly disconnects (call ended).

SNK

hello,if i have not a Domain name it will work?

Carpenox

it will work without webphones and you need to add your ip’s where the woftphones will be registered from into the trusted zone of the firewall

Fanas

i install vicidial in alma linux 9 but i do not able to choose the option of all user groups in compaigns

Leave a Reply