How To Install asterisk-unistim on Fedora 36

In this tutorial we learn how to install asterisk-unistim in Fedora 36. asterisk-unistim is Unistim channel for Asterisk

Introduction

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

What is asterisk-unistim

Unistim channel for Asterisk

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

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

sudo dnf -y install asterisk-unistim

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

sudo yum -y install asterisk-unistim

How To Uninstall asterisk-unistim on Fedora 36

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

sudo dnf remove asterisk-unistim

asterisk-unistim Package Contents on Fedora 36

/etc/asterisk/unistim.conf
/usr/lib/.build-id
/usr/lib/.build-id/c3/8ece636bbae6f805e7d463d5d4ae880f481b26
/usr/lib64/asterisk/modules/chan_unistim.so

References

Summary

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