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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
  
     | 
    
      Source: homer-api
Section: net
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Uploaders: Victor Seva <linuxmaniac@torreviejawireless.org>, Konstantin S. Vishnivetsky <kvishnivetsky@sipcapture.org>
Build-Depends:  debhelper (>= 9.0.0),
                debconf,
                dh-apache2, apache2-dev
Rules-Requires-Root: binary-targets
Standards-Version: 3.9.8
Homepage: http://sipcapture.org
Vcs-Git: https://salsa.debian.org/pkg-voip-team/homer-api.git -b debian/sid
Vcs-Browser: https://salsa.debian.org/pkg-voip-team/homer-api
Package: homer-api
Architecture: any
Depends: ${misc:Depends}, ${misc:Recommends}, adduser, apache | apache-ssl | apache-perl | apache2 | httpd-cgi, php | php5 | php-cgi | libapache2-mod-php, kamailio (>= 4.3.0), kamailio-extra-modules (>= 4.3.0), kamailio-geoip-modules (>= 4.3.0), homer-api-datastore
Recommends: homer-ui
Suggests: captagent
Description: HOMER Capture Node REST API
 HOMER5 a robust, carrier-grade, scalable SIP Capture system and
 Monitoring Application with HEP/HEP2, IP Proto4 (IPIP) encapsulation
 & port mirroring/monitoring support right out of the box, ready to
 process & store insane amounts of signaling with instant search,
 end-to-end analysis and drill-down capabilities for ITSPs,
 VoIP Providers and Trunk Suppliers using SIP signaling.
 .
 This package provides the API for handling data aggregated from
 the capture agent(s).
Package: homer-api-postgresql
Provides: homer-api-datastore
Conflicts: homer-api-mysql
Architecture: any
Depends: ${misc:Depends}, ${misc:Recommends}, homer-api (= ${binary:Version}), php-pgsql | php5-pgsql, kamailio-postgres-modules (>= 4.3.0), libdbd-pg-perl
Suggests: postgresql, postgresql-contrib
Description: HOMER Capture Node REST API
 HOMER5 a robust, carrier-grade, scalable SIP Capture system and
 Monitoring Application with HEP/HEP2, IP Proto4 (IPIP) encapsulation
 & port mirroring/monitoring support right out of the box, ready to
 process & store insane amounts of signaling with instant search,
 end-to-end analysis and drill-down capabilities for ITSPs,
 VoIP Providers and Trunk Suppliers using SIP signaling.
 .
 This package provides the PostgreSQL-specific parts of the API.
Package: homer-api-mysql
Provides: homer-api-datastore
Conflicts: homer-api-postgresql
Architecture: any
Depends: ${misc:Depends}, ${misc:Recommends}, homer-api (= ${binary:Version}), php-mysql | php5-mysql, kamailio-mysql-modules (>= 4.3.0), libdbd-mysql-perl
Description: HOMER Capture Node REST API
 HOMER5 a robust, carrier-grade, scalable SIP Capture system and
 Monitoring Application with HEP/HEP2, IP Proto4 (IPIP) encapsulation
 & port mirroring/monitoring support right out of the box, ready to
 process & store insane amounts of signaling with instant search,
 end-to-end analysis and drill-down capabilities for ITSPs,
 VoIP Providers and Trunk Suppliers using SIP signaling.
 .
 This package provides the MySQL-specific parts of the API.
 
     |