File: control

package info (click to toggle)
kamcli 1.1.0-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 392 kB
  • sloc: python: 1,622; sh: 25; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 643 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: kamcli
Maintainer: Victor Seva <vseva@debian.org>
Section: misc
Priority: optional
Standards-Version: 4.2.1.1
Build-Depends:
 debhelper (>= 9~),
 dh-python,
 python-all,
 python-setuptools,

Package: kamcli
Architecture: all
Depends:
 ${misc:Depends},
 ${python: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).