|
@@ -11,8 +11,10 @@ Build-Depends: bison,
|
|
|
libconfuse-dev,
|
|
|
libcurl3-openssl-dev,
|
|
|
libdb-dev (>= 4.6.19),
|
|
|
+ libevent-dev,
|
|
|
libexpat1-dev,
|
|
|
libgeoip-dev (>= 1.4.5),
|
|
|
+ libjson0-dev,
|
|
|
libldap2-dev,
|
|
|
liblua5.1-0-dev,
|
|
|
libmemcached-dev,
|
|
@@ -25,11 +27,13 @@ Build-Depends: bison,
|
|
|
libradiusclient-ng-dev,
|
|
|
libreadline-dev,
|
|
|
libsasl2-dev,
|
|
|
+ libsctp-dev,
|
|
|
libsnmp-dev,
|
|
|
libsqlite3-dev,
|
|
|
libssl-dev,
|
|
|
libxml2-dev,
|
|
|
libxmlrpc-c3-dev,
|
|
|
+ libunistring-dev,
|
|
|
python,
|
|
|
python-dev,
|
|
|
unixodbc-dev,
|
|
@@ -365,6 +369,20 @@ Description: SQLite database connectivity module for Kamailio
|
|
|
.
|
|
|
This package provides the SQLite database driver for Kamailio.
|
|
|
|
|
|
+Package: kamailio-json-modules
|
|
|
+Architecture: any
|
|
|
+Depends: kamailio (= ${binary:Version}),
|
|
|
+ libevent-1.4-2,
|
|
|
+ libjson0,
|
|
|
+ ${shlibs:Depends}
|
|
|
+Description: Json parser and jsonrpc modules for Kamailio
|
|
|
+ Kamailio is a very fast and flexible SIP (RFC3261)
|
|
|
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
|
|
|
+ per second even on low-budget hardware.
|
|
|
+ .
|
|
|
+ This package provides json parser for Kamailio's configuration file
|
|
|
+ and the JSON-RPC client over netstrings.
|
|
|
+
|
|
|
Package: kamailio-nth
|
|
|
Architecture: any
|
|
|
Depends: binutils,
|
|
@@ -398,3 +416,44 @@ Description: Kamailio - IMS Modules
|
|
|
This package contains various Diameter interfaces and modules for Kamailio
|
|
|
to run as an IMS core.
|
|
|
|
|
|
+Package: kamailio-outbound-modules
|
|
|
+Architecture: any
|
|
|
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
|
|
|
+Description: Kamailio - Outbound Module
|
|
|
+ Kamailio is a very fast and flexible SIP (RFC3261)
|
|
|
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
|
|
|
+ per second even on low-budget hardware.
|
|
|
+ .
|
|
|
+ This package contains the module implementing SIP outbound extension.
|
|
|
+
|
|
|
+Package: kamailio-websocket-modules
|
|
|
+Architecture: any
|
|
|
+Depends: ${shlibs:Depends}, kamailio (= ${binary:Version})
|
|
|
+Description: Kamailio - Websocket Module
|
|
|
+ Kamailio is a very fast and flexible SIP (RFC3261)
|
|
|
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
|
|
|
+ per second even on low-budget hardware.
|
|
|
+ .
|
|
|
+ This package contains the module implementing WebSocket transport layer.
|
|
|
+
|
|
|
+Package: kamailio-autheph-modules
|
|
|
+Architecture: any
|
|
|
+Depends: kamailio (= ${binary:Version}),
|
|
|
+ ${shlibs:Depends}
|
|
|
+Description: authentication using ephemeral credentials module for Kamailio
|
|
|
+ Kamailio is a very fast and flexible SIP (RFC3261)
|
|
|
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
|
|
|
+ per second even on low-budget hardware.
|
|
|
+ .
|
|
|
+ This package provides the ephemeral module for Kamailio.
|
|
|
+
|
|
|
+Package: kamailio-sctp-modules
|
|
|
+Architecture: any
|
|
|
+Depends: kamailio (= ${binary:Version}),
|
|
|
+ ${shlibs:Depends}
|
|
|
+Description: authentication using ephemeral credentials module for Kamailio
|
|
|
+ Kamailio is a very fast and flexible SIP (RFC3261)
|
|
|
+ proxy server. Written entirely in C, Kamailio can handle thousands calls
|
|
|
+ per second even on low-budget hardware.
|
|
|
+ .
|
|
|
+ This package provides the sctp module for Kamailio.
|