From 92cabe35ba2c39827898293b5e2eff226adcc8f3 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 7 Jan 2020 11:22:45 +0100 Subject: [PATCH] pkg/kamailio/deb: add kamailio-mqtt-modules package --- pkg/kamailio/deb/bionic/control | 21 +++++++++++++++++++++ pkg/kamailio/deb/buster/control | 21 +++++++++++++++++++++ pkg/kamailio/deb/debian/control | 21 +++++++++++++++++++++ pkg/kamailio/deb/jessie/control | 21 +++++++++++++++++++++ pkg/kamailio/deb/precise/control | 21 +++++++++++++++++++++ pkg/kamailio/deb/sid/control | 21 +++++++++++++++++++++ pkg/kamailio/deb/stretch/control | 21 +++++++++++++++++++++ pkg/kamailio/deb/trusty/control | 21 +++++++++++++++++++++ pkg/kamailio/deb/wheezy/control | 21 +++++++++++++++++++++ pkg/kamailio/deb/xenial/control | 21 +++++++++++++++++++++ 10 files changed, 210 insertions(+) diff --git a/pkg/kamailio/deb/bionic/control b/pkg/kamailio/deb/bionic/control index 338568ab734..dfe684cda37 100644 --- a/pkg/kamailio/deb/bionic/control +++ b/pkg/kamailio/deb/bionic/control @@ -30,6 +30,7 @@ Build-Depends: libmnl-dev, libmongoc-dev, libmono-2.0-dev, + libmosquitto-dev, libncurses5-dev, libpcre3-dev, libperl-dev, @@ -803,6 +804,26 @@ Description: mongodb modules for the Kamailio SIP server This package provides the mongodb database driver and non-db connector for Kamailio. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/buster/control b/pkg/kamailio/deb/buster/control index 338568ab734..dfe684cda37 100644 --- a/pkg/kamailio/deb/buster/control +++ b/pkg/kamailio/deb/buster/control @@ -30,6 +30,7 @@ Build-Depends: libmnl-dev, libmongoc-dev, libmono-2.0-dev, + libmosquitto-dev, libncurses5-dev, libpcre3-dev, libperl-dev, @@ -803,6 +804,26 @@ Description: mongodb modules for the Kamailio SIP server This package provides the mongodb database driver and non-db connector for Kamailio. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/debian/control b/pkg/kamailio/deb/debian/control index e8077280ae9..52957ddabc0 100644 --- a/pkg/kamailio/deb/debian/control +++ b/pkg/kamailio/deb/debian/control @@ -31,6 +31,7 @@ Build-Depends: libmnl-dev, libmongoc-dev, libmono-2.0-dev, + libmosquitto-dev, libncurses5-dev, libpcre3-dev, libperl-dev, @@ -840,6 +841,26 @@ Description: mongodb modules for the Kamailio SIP server This package provides the mongodb database driver and non-db connector for Kamailio. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/jessie/control b/pkg/kamailio/deb/jessie/control index 3553f300419..f4ea235b3bf 100644 --- a/pkg/kamailio/deb/jessie/control +++ b/pkg/kamailio/deb/jessie/control @@ -29,6 +29,7 @@ Build-Depends: libmemcached-dev, libmnl-dev, libmono-2.0-dev, + libmosquitto-dev, libmysqlclient-dev, libncurses5-dev, libpcre3-dev, @@ -784,6 +785,26 @@ Description: systemd logging modules for the Kamailio SIP server This package provides logging to systemd journal directly from the Kamailio configuration and routing scripts. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/precise/control b/pkg/kamailio/deb/precise/control index fec8c759849..1e7d0c15a18 100644 --- a/pkg/kamailio/deb/precise/control +++ b/pkg/kamailio/deb/precise/control @@ -27,6 +27,7 @@ Build-Depends: libmemcached-dev, libmnl-dev, libmono-2.0-dev, + libmosquitto-dev, libmysqlclient-dev, libncurses5-dev, libpcre3-dev, @@ -658,6 +659,26 @@ Description: Erlang modules for the Kamailio SIP server SIP routing scripts. The module allows sending, receiving Erlang messages and RPC calls between each other. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/sid/control b/pkg/kamailio/deb/sid/control index 338568ab734..dfe684cda37 100644 --- a/pkg/kamailio/deb/sid/control +++ b/pkg/kamailio/deb/sid/control @@ -30,6 +30,7 @@ Build-Depends: libmnl-dev, libmongoc-dev, libmono-2.0-dev, + libmosquitto-dev, libncurses5-dev, libpcre3-dev, libperl-dev, @@ -803,6 +804,26 @@ Description: mongodb modules for the Kamailio SIP server This package provides the mongodb database driver and non-db connector for Kamailio. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/stretch/control b/pkg/kamailio/deb/stretch/control index 7e87c253f0f..69d071586b4 100644 --- a/pkg/kamailio/deb/stretch/control +++ b/pkg/kamailio/deb/stretch/control @@ -32,6 +32,7 @@ Build-Depends: libmnl-dev, libmongoc-dev, libmono-2.0-dev, + libmosquitto-dev, libncurses5-dev, libpcre3-dev, libperl-dev, @@ -823,6 +824,26 @@ Description: mongodb modules for the Kamailio SIP server This package provides the mongodb database driver and non-db connector for Kamailio. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/trusty/control b/pkg/kamailio/deb/trusty/control index 213c83989a8..715a199c632 100644 --- a/pkg/kamailio/deb/trusty/control +++ b/pkg/kamailio/deb/trusty/control @@ -28,6 +28,7 @@ Build-Depends: libmemcached-dev, libmnl-dev, libmono-2.0-dev, + libmosquitto-dev, libmysqlclient-dev, libncurses5-dev, libpcre3-dev, @@ -746,6 +747,26 @@ Description: Erlang modules for the Kamailio SIP server SIP routing scripts. The module allows sending, receiving Erlang messages and RPC calls between each other. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/wheezy/control b/pkg/kamailio/deb/wheezy/control index fec8c759849..1e7d0c15a18 100644 --- a/pkg/kamailio/deb/wheezy/control +++ b/pkg/kamailio/deb/wheezy/control @@ -27,6 +27,7 @@ Build-Depends: libmemcached-dev, libmnl-dev, libmono-2.0-dev, + libmosquitto-dev, libmysqlclient-dev, libncurses5-dev, libpcre3-dev, @@ -658,6 +659,26 @@ Description: Erlang modules for the Kamailio SIP server SIP routing scripts. The module allows sending, receiving Erlang messages and RPC calls between each other. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same diff --git a/pkg/kamailio/deb/xenial/control b/pkg/kamailio/deb/xenial/control index 3467cac5224..0bd5a2a845d 100644 --- a/pkg/kamailio/deb/xenial/control +++ b/pkg/kamailio/deb/xenial/control @@ -32,6 +32,7 @@ Build-Depends: libmnl-dev, libmongoc-dev, libmono-2.0-dev, + libmosquitto-dev, libmysqlclient-dev, libncurses5-dev, libpcre3-dev, @@ -842,6 +843,26 @@ Description: mongodb modules for the Kamailio SIP server This package provides the mongodb database driver and non-db connector for Kamailio. +Package: kamailio-mqtt-modules +Architecture: linux-any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + kamailio (= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends}, +Description: MQTT modules for the Kamailio SIP Server + Kamailio is a very fast and flexible SIP (RFC3261) + server. Written entirely in C, Kamailio can handle thousands calls + per second even on low-budget hardware. + . + MQTT module allows bidirectional publish/subscribe communication by + connecting Kamailio to a MQTT Broker. + . + Messages can be published from any point in the routing script. Also + the subscriptions can be fully controlled by scripting commands. + Package: kamailio-extra-modules Architecture: linux-any Multi-Arch: same