|
@@ -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
|