-
Notifications
You must be signed in to change notification settings - Fork 130
Home
tenzap edited this page Mar 19, 2022
·
18 revisions
Welcome to the Kalkun wiki!
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.
Kalkun and Gammu are two separate software that work together (quick look at the general Architecture).
Once Gammu is set-up on your system you can install Kalkun beside it.
Contents of this page
- Support for MySQL, PostgreSQL and SQLite3
- Multi user & Multi modem support
- Usual folders: inbox, outbox, sentitems, spam, trash & personal folders.
- Conversation view: SMS are grouped by phone number
- Spam filter based on b8
- Phonebook, contacts, groups
- Various "compose SMS" options:
- to a number, contact or a group
- schedule to specific date/time or with a delay
- reply, forward, resend
- SMS merge
- SMS template
- Automatic message signature
- Filter incoming messages
- Keyboard shortcuts
- API access
- Localization
-
Kalkun core parameters
- Conversation grouping
- Disable all outgoing SMS
- Alternate gateways (send-out only) if you don't want to use Gammu backend
- Append ads to your message
- Send SMS repeatedly with SMS bomber
- Blacklist number: block messages from unwanted numbers
- External script: run a personal script on incoming SMS
- JSONRPC Api
- Phonebook LDAP
- Phonebook lookup
- REST Api
- Server alert: monitor a server/service (web server, mail server) and send an alert when it is down.
- Simple autoreply: reply to incoming SMS automatically
- SMS credit
- SMS member: create an SMS-based community
- SMS to e-mail: forward incoming SMS to e-mail
- SMS to Twitter
- SMS to WordPress: publish incoming SMS to Wordpress
- SMS to XMPP
- SOAP Api
- STOP manager: manage incoming SMS containing word 'STOP'
- Whitelist number
- XMLRPC Api
- How to write a Plugin