How To Install resiprocate-sipdialer on CentOS 7

In this tutorial we learn how to install resiprocate-sipdialer on CentOS 7. resiprocate-sipdialer is Click-to-call utility

Introduction

In this tutorial we learn how to install resiprocate-sipdialer on CentOS 7.

What is resiprocate-sipdialer

sipdialer is a click-to-call application that uses the SIP REFER method to force a SIP phone (for example, the phone on your desk) to dial another number. It can be registered in GConf to handle clicks on sip web browser. reSIProcate is a framework that aims to fully implement the SIP protocol in first class C++. It is intended for use in other applications, such as the repro SIP proxy.

We can use yum or dnf to install resiprocate-sipdialer on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install resiprocate-sipdialer.

Install resiprocate-sipdialer on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install resiprocate-sipdialer using yum by running the following command:

sudo yum -y install resiprocate-sipdialer

Install resiprocate-sipdialer on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install resiprocate-sipdialer using dnf by running the following command:

sudo dnf -y install resiprocate-sipdialer

How To Uninstall resiprocate-sipdialer on CentOS 7

To uninstall only the resiprocate-sipdialer package we can use the following command:

sudo dnf remove resiprocate-sipdialer

References

Summary

In this tutorial we learn how to install resiprocate-sipdialer on CentOS 7 using yum and dnf.