How To Install asterisk-voicemail-odbc on Fedora 36

In this tutorial we learn how to install asterisk-voicemail-odbc in Fedora 36. asterisk-voicemail-odbc is Store voicemail in a database using ODBC

Introduction

In this tutorial we learn how to install asterisk-voicemail-odbc on Fedora 36.

What is asterisk-voicemail-odbc

Voicemail implementation for Asterisk that uses ODBC to store voicemail in a database.

We can use yum or dnf to install asterisk-voicemail-odbc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install asterisk-voicemail-odbc.

Install asterisk-voicemail-odbc 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-odbc using dnf by running the following command:

sudo dnf -y install asterisk-voicemail-odbc

Install asterisk-voicemail-odbc 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-odbc using yum by running the following command:

sudo yum -y install asterisk-voicemail-odbc

How To Uninstall asterisk-voicemail-odbc on Fedora 36

To uninstall only the asterisk-voicemail-odbc package we can use the following command:

sudo dnf remove asterisk-voicemail-odbc

asterisk-voicemail-odbc Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/27/2f44ad056cce902a08413e70a3aad74c8c4d64
/usr/lib/.build-id/ae/094f9e35e20c2dfb87e6d2131e3c7bec801ea3
/usr/lib64/asterisk/modules/app_directory_odbc.so
/usr/lib64/asterisk/modules/app_voicemail_odbc.so

References

Summary

In this tutorial we learn how to install asterisk-voicemail-odbc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).