How To Install asterisk-sip on Fedora 36

In this tutorial we learn how to install asterisk-sip in Fedora 36. asterisk-sip is Legacy SIP channel driver for Asterisk

Introduction

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

What is asterisk-sip

Legacy SIP channel driver for Asterisk

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

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

sudo dnf -y install asterisk-sip

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

sudo yum -y install asterisk-sip

How To Uninstall asterisk-sip on Fedora 36

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

sudo dnf remove asterisk-sip

asterisk-sip Package Contents on Fedora 36

/etc/asterisk/sip.conf
/etc/asterisk/sip_notify.conf
/usr/lib/.build-id
/usr/lib/.build-id/2c/5fb3138cf71b655b77e976d0d871c7e112e1a6
/usr/lib64/asterisk/modules/chan_sip.so

References

Summary

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