File: control

package info (click to toggle)
libasterisk-agi-perl 1.08-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 444 kB
  • sloc: perl: 2,883; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,104 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
26
Source: libasterisk-agi-perl
Section: perl
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Tzafrir Cohen <tzafrir@debian.org>,
           Kilian Krause <kilian@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libnet-telnet-perl <!nocheck>,
                     perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/libasterisk-agi-perl
Vcs-Git: https://salsa.debian.org/pkg-voip-team/libasterisk-agi-perl.git
Homepage: https://metacpan.org/release/asterisk-perl

Package: libasterisk-agi-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libnet-telnet-perl
Description: Collections of Perl modules to be used with Asterisk PBX AGI
 This module provides a simple interface to several operations related to
 the Asterisk PBX, including:
 .
  * Asterisk::AGI - simplifies writing AGI scripts for the Asterisk dialplan.
  * Asterisk::Outgoing - create calls through the outgoing spool.
  * Asterisk::Manager - control Asterisk through the Manager interface socket.