Browse Source

pkg/kamailio/deb: add kamailio-mqtt-modules package

Victor Seva 5 years ago
parent
commit
92cabe35ba

+ 21 - 0
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

+ 21 - 0
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

+ 21 - 0
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

+ 21 - 0
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

+ 21 - 0
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

+ 21 - 0
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

+ 21 - 0
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

+ 21 - 0
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

+ 21 - 0
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

+ 21 - 0
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