Summary: Interactive command-line tool for OpenSIPS 3.0+ Name: opensips-cli Version: 0.4.0.20260522.570a9a9 Release: 1%{?dist} License: GPL-3+ Group: System Environment/Daemons Source0: Source0: http://download.opensips.org/cli/%{name}-%{version}.tar.gz URL: http://opensips.org BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) AutoReqProv: no Requires: python3 %if 0%{?rhel} == 7 Requires: python36-sqlalchemy >= 1.3.16 Requires: python36-PyMySQL Requires: python36-pyOpenSSL %else Requires: python3-sqlalchemy >= 1.3.16 Requires: python3-PyMySQL Requires: python3-pyOpenSSL %endif Requires: python3-opensips %description This package contains the OpenSIPS CLI tool, an interactive command line tool that can be used to control and monitor OpenSIPS 3.0+ servers. . OpenSIPS is a very fast and flexible SIP (RFC3261) server. Written entirely in C, OpenSIPS can handle thousands calls per second even on low-budget hardware. . C Shell-like scripting language provides full control over the server's behaviour. Its modular architecture allows only required functionality to be loaded. . Among others, the following modules are available: Digest Authentication, CPL scripts, Instant Messaging, MySQL support, Presence Agent, Radius Authentication, Record Routing, SMS Gateway, Jabber/XMPP Gateway, Transaction Module, Registrar and User Location, Load Balancing/Dispatching/LCR, XMLRPC Interface. %prep %autosetup -n %{name}-%{version} %build %py3_build %install %py3_install %clean rm -rf $RPM_BUILD_ROOT %files %{_bindir}/opensips-cli %{python3_sitelib}/opensipscli/* %{python3_sitelib}/opensipscli-*.egg-info %doc README.md %doc docs/* %doc etc/default.cfg %license LICENSE %changelog * Fri May 8 2026 Razvan Crainea - 0.4.0-0 - Bump package version to 0.4.0. * Thu Aug 27 2020 Liviu Chircu - 0.1-2 - Update package summary. * Fri Jan 3 2020 Nick Altmann - 0.1-1 - Initial spec.