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: starpy
Section: python
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
# Add Paul Belanger as an uploaded, for now.
Uploaders: Tzafrir Cohen <tzafrir@debian.org>, Paul Belanger <paul.belanger@polybeacon.com>
Build-Depends: debhelper (>= 9),
python,
dh-python,
python-twisted-core
X-Python-Version: >= 2.4
Standards-Version: 3.9.8
Homepage: https://github.com/asterisk/starpy
Vcs-Git: https://anonscm.debian.org/cgit/pkg-voip/starpy.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-voip/starpy.git
Package: python-starpy
Architecture: all
Depends: python-twisted-core, ${misc:Depends}, ${python:Depends}
Recommends: asterisk
Description: Asterisk (AMI) protocols for Twisted Python
A Twisted Python protocol that provides access to the Asterisk PBX's Manager
Interface (AMI) and Fast Asterisk Gateway Interface (FastAGI). Together these
allow you to write both command-and-control interfaces (used, for example to
generate new calls) and to customize user interactions from the dial-plan.
|