control 672 B

123456789101112131415161718192021222324
  1. Source: kamcli
  2. Maintainer: Victor Seva <[email protected]>
  3. Section: misc
  4. Priority: optional
  5. X-Python3-Version: >= 3.2
  6. Standards-Version: 4.2.1.1
  7. Build-Depends:
  8. debhelper (>= 9~),
  9. dh-python,
  10. python3-all,
  11. python3-setuptools,
  12. Package: kamcli
  13. Architecture: all
  14. Depends:
  15. ${misc:Depends},
  16. ${python3:Depends},
  17. Description: Kamailio Command Line Interface Control Tool
  18. kamcli is aiming at being a modern and extensible alternative to the shell
  19. script kamctl.
  20. .
  21. It requires that jsonrpcs module of Kamailio is loaded and configured to
  22. listen on an Unix domain socket or FIFO file. The way to interact with
  23. Kamailio has to be set inside kamcli config file (kamcli.ini).