How To Install asterisk-voicemail on Fedora 36
Introduction
In this tutorial we learn how to install asterisk-voicemail
on Fedora 36.
What is asterisk-voicemail
Common Voicemail Modules for Asterisk.
We can use yum
or dnf
to install asterisk-voicemail
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install asterisk-voicemail.
Install asterisk-voicemail on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install asterisk-voicemail
using dnf
by running the following command:
sudo dnf -y install asterisk-voicemail
Install asterisk-voicemail on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install asterisk-voicemail
using yum
by running the following command:
sudo yum -y install asterisk-voicemail
How To Uninstall asterisk-voicemail on Fedora 36
To uninstall only the asterisk-voicemail
package we can use the following command:
sudo dnf remove asterisk-voicemail
asterisk-voicemail Package Contents on Fedora 36
/etc/asterisk/voicemail.conf
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/7c31a4254de23344c6dbc6caafcecc86b74e21
/usr/lib64/asterisk/modules/func_vmcount.so
References
Summary
In this tutorial we learn how to install asterisk-voicemail
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).