How To Install asterisk-hep on Fedora 36

In this tutorial we learn how to install asterisk-hep in Fedora 36. asterisk-hep is Modules for capturing SIP traffic using Homer (HEPv3)

Introduction

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

What is asterisk-hep

Modules for capturing SIP traffic using Homer (HEPv3)

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

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

sudo dnf -y install asterisk-hep

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

sudo yum -y install asterisk-hep

How To Uninstall asterisk-hep on Fedora 36

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

sudo dnf remove asterisk-hep

asterisk-hep Package Contents on Fedora 36

/etc/asterisk/hep.conf
/usr/lib/.build-id
/usr/lib/.build-id/58
/usr/lib/.build-id/58/1bf737e3db1e281acd7ea40e7b54658a1c1c06
/usr/lib/.build-id/7e/55e04dcda16129abdc72666915238b3b6100ab
/usr/lib/.build-id/85
/usr/lib/.build-id/85/ee88bf537f29753f14eab8a65b1121c6101951
/usr/lib64/asterisk/modules/res_hep.so
/usr/lib64/asterisk/modules/res_hep_pjsip.so
/usr/lib64/asterisk/modules/res_hep_rtcp.so

References

Summary

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