| 1 |
Source: destar
|
| 2 |
Section: comm
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
|
| 5 |
Uploaders: Santiago Ruano Rincón <santiago@debian.org>, Alejandro Rios P. <alejandro.rios@avatar.com.co>, Mark Purcell <msp@debian.org>
|
| 6 |
Build-Depends: debhelper (>= 5.0.37.2), dpatch
|
| 7 |
Build-Depends-Indep: python
|
| 8 |
Standards-Version: 3.7.2
|
| 9 |
XS-Vcs-Svn: svn://svn.debian.org/pkg-voip/
|
| 10 |
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/
|
| 11 |
|
| 12 |
Package: destar
|
| 13 |
Architecture: all
|
| 14 |
Depends: python, ${python:Depends}, python-quixote1, python-medusa, asterisk (>= 1.2.13), python-pysqlite2, sqlite3, python-pychart
|
| 15 |
Recommends: op-panel
|
| 16 |
Conflicts: freepbx
|
| 17 |
XB-Python-Version: ${python:Versions}
|
| 18 |
Description: management interface for the Asterisk PBX
|
| 19 |
A web-based interface to manage the Asterisk PBX. It provides a high-level
|
| 20 |
abstraction of the Asterisk configuration.
|
| 21 |
.
|
| 22 |
DeStar runs as an independent daemon and it supports multiple
|
| 23 |
users (of multiple access levels).
|
| 24 |
.
|
| 25 |
The design is very modular, and adding your own plug-ins requires just
|
| 26 |
dropping a cfg_*.py file in the main scripts directory.
|
| 27 |
.
|
| 28 |
Homepage: http://destar.berlios.de
|