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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
|
Source: kalkun
Section: php
Priority: optional
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
Uploaders: Fab Stz <fabstz-it@yahoo.fr>
Build-Depends: debhelper-compat (= 13),
dh-apache2,
dh-sequence-phpcomposer,
php-giggsey-libphonenumber,
php-kissifrot-php-ixr,
php-random-compat (>= 2.0.20~),
phpab
Standards-Version: 4.7.0
Rules-Requires-Root: binary-targets
Homepage: https://github.com/kalkun-sms/Kalkun
Vcs-Browser: https://salsa.debian.org/php-team/pear/kalkun
Vcs-Git: https://salsa.debian.org/php-team/pear/kalkun.git
Package: kalkun
Architecture: all
Depends: gammu-smsd,
libapache2-mod-php,
libjs-autosize,
libjs-chart.js,
libjs-jquery,
libjs-jquery-ui,
php-cli,
php-pgsql | php-mysql | php-sqlite3,
postgresql | default-mysql-server | sqlite3,
${misc:Depends},
${phpcomposer:Debian-require}
Recommends: ${misc:Recommends}, ${phpcomposer:Debian-recommend}
Suggests: kalkun-plugin-blacklist-number,
kalkun-plugin-external-script,
kalkun-plugin-jsonrpc,
kalkun-plugin-phonebook-ldap,
kalkun-plugin-phonebook-lookup,
kalkun-plugin-rest-api,
kalkun-plugin-server-alert,
kalkun-plugin-simple-autoreply,
kalkun-plugin-sms-credit,
kalkun-plugin-sms-member,
kalkun-plugin-sms-to-email,
kalkun-plugin-sms-to-twitter,
kalkun-plugin-sms-to-wordpress,
kalkun-plugin-sms-to-xmpp,
kalkun-plugin-soap,
kalkun-plugin-stop-manager,
kalkun-plugin-welcome,
kalkun-plugin-whitelist-number,
kalkun-plugin-xmlrpc,
${phpcomposer:Debian-suggest}
Conflicts: ${phpcomposer:Debian-conflict}
Provides: ${phpcomposer:Debian-provide}
Description: Open Source Web based SMS Manager
Kalkun is an open source web-based SMS (Short Message Service) manager. It
uses gammu-smsd (part of gammu family) as SMS gateway engine to deliver and
retrieve messages from your phone/modem.
.
Features:
- Multi User feature
- Display SMS by conversation
- Multiple modems
- Gammu & non gammu (aka alternate gateways). Non gammu is send-out only
- Send SMS repeatedly with SMS Bomber
- Add SMS Advertise to message
- SMS templates
- Spam Filter
- various APIs to sens SMS from other application
- SMS Merge.
Package: kalkun-plugin-blacklist-number
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun blacklist number plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- automatically remove incoming SMS from blacklisted numbers
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-external-script
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun external script plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- enable execution of an script (shell, python...) hosted on the system
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-jsonrpc
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun JSON-RPC plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- send SMS through JSON-RPC 2.0 protocol
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-phonebook-ldap
Architecture: all
Depends: kalkun (= ${source:Version}), php-ldap, ${misc:Depends}
Description: Kalkun phonebook LDAP plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- connect to ldap server to get phonebook contact
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-phonebook-lookup
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun phonebook lookup plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- find, based on the phonenumber, who that number belongs to by querying an
online service.
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-rest-api
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun REST API plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- send SMS through REST API
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-server-alert
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun server alert plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- send an alert SMS when one or multiple "host:port" become unreachable.
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-simple-autoreply
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun simple autoreply plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- Answer SMS automatically with Simple Autoreply.
It provides automatic reply to every incoming message. Whatever the
content of the SMS.
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-sms-credit
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun SMS credit plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- 'SMS Credit': system that permits to create SMS packages per user. For
example limit the number of SMS that can be sent.
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-sms-member
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun sms-member plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- 'SMS Member' which is an SMS based "mailing-list" to which users can
subscribe and unsubscribe. In Kalkun it is then possible to send messages
to the members of the list.
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-sms-to-email
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun SMS to e-mail plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- Forward incoming SMS to an Email address
.
Note: when this plugin is enabled in Kalkun, it will automatically forward
every incoming SMS to the configured email.
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-sms-to-twitter
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun SMS to Twitter plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- Sending Tweets using SMS
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-sms-to-wordpress
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun SMS to WordPress plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- If kalkun receives a SMS whose sender phone number is the one of a user
having an account in kalkun, and if that SMS starts with the keyword
configured in the plugin's config (which by default is "WP") then the
message will be sent to a wordpress blog (using the URL of the blog as
defined in the plugin page of "sms_to_wordpress").
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-sms-to-xmpp
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun SMS to XMPP plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- Send XMPP chat from SMS
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-soap
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun SOAP plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- send SMS through SOAP protocol
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-stop-manager
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun STOP manager plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- Manage recipients that send back a STOP message.
STOP management is legally mandatory in some European countries.
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-welcome
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun welcome plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- Simple demo/welcome plugin
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-whitelist-number
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun whitelist number plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- Autoremove outgoing SMS not in whitelist
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
Package: kalkun-plugin-xmlrpc
Architecture: all
Depends: kalkun (= ${source:Version}), ${misc:Depends}
Description: Kalkun XMLRPC plugin
This is a plugin for kalkun (web-based SMS manager).
.
This plugin adds the following functionality:
- send SMS through XMLRPC protocol
.
Once the package is installed, it also has to be enabled it in the Plugins
section of Kalkun
|