How To Install sipwitch-plugin-subscriber on Fedora 36
Introduction
In this tutorial we learn how to install sipwitch-plugin-subscriber
on Fedora 36.
What is sipwitch-plugin-subscriber
This module is meant to eventually offer generic support for premise routers when used by providers to offer sip/voip service to a subscriber. It offers rtp proxying and routing based on the assumption that all calls will be handed off to an external voip provider and automatic rtp proxy bridging between a subscribers local subnet and an isp. In theory this would be deployed in an isp supplied premise router to enable a local user to subscribe a series of local softphone/sip devices with a remote voip service provider.
We can use yum
or dnf
to install sipwitch-plugin-subscriber
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sipwitch-plugin-subscriber.
Install sipwitch-plugin-subscriber 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 sipwitch-plugin-subscriber
using dnf
by running the following command:
sudo dnf -y install sipwitch-plugin-subscriber
Install sipwitch-plugin-subscriber 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 sipwitch-plugin-subscriber
using yum
by running the following command:
sudo yum -y install sipwitch-plugin-subscriber
How To Uninstall sipwitch-plugin-subscriber on Fedora 36
To uninstall only the sipwitch-plugin-subscriber
package we can use the following command:
sudo dnf remove sipwitch-plugin-subscriber
sipwitch-plugin-subscriber Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/08f77a616e462a2309daa2b4d617831f919c7e
/usr/lib64/sipwitch/subscriber.so
References
Summary
In this tutorial we learn how to install sipwitch-plugin-subscriber
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).