File: control

package info (click to toggle)
kamcli 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 448 kB
  • sloc: python: 1,825; sh: 25; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 769 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: kamcli
Maintainer: Victor Seva <vseva@debian.org>
Section: misc
Priority: optional
Standards-Version: 4.4.1
Build-Depends:
 debhelper-compat (= 12),
 dh-python,
 python3-all,
 python3-setuptools,
Vcs-git: https://salsa.debian.org/pkg-voip-team/kamcli.git
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/kamcli/

Package: kamcli
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Kamailio Command Line Interface Control Tool
 kamcli is aiming at being a modern and extensible alternative to the shell
 script kamctl.
 .
 It requires that jsonrpcs module of Kamailio is loaded and configured to
 listen on an Unix domain socket or FIFO file. The way to interact with
 Kamailio has to be set inside kamcli config file (kamcli.ini).