Super Modem
Kannel Logo

This project is not covered by Drupal’s security advisory policy.

Kannel (http://www.kannel.org/) is one of the most popular opensource WAP/SMS Gateway, because its very good performance to handle a huge SMS. Kannel supports many modem's brand even generic modem, also support multi modems (modem bank).

"Based on the results from Wapit's test environment, we claim Kannel to be the fastest SMS and WAP gateway on the market, capable of handling several hundreds of requests per second". "

This module use CCK to store Kannel message and log, so you can use Views to make any possible reports! You can send SMS using sample form provided by this Kannel module:
- create content --> kannel_sendsms.

This Kannel module will support:

  1. Use CCK for Kannel sendsms, encode strings (done)
  2. Use CCK for Kannel smsbox
  3. Use CCK for Kannel bearerbox
  4. Use CCK for Kannel sqlbox (new)
  5. Parse Kannel log file into Drupal table, mean we can use Kannel even without external storage compiled!
  6. Check Delivery Reports
  7. Admin: Kannel configuration (partial done)
  8. Admin: Check Kannel status
  9. Admin: Restart Kannel w/o shutdown Kannel
  10. Admin: start and stop smsc

NOTE: We create a dedicated project for Kannel rather than an all-in-one SMS module, like SMS Framework module which can't accept any additional libraries now. Also, I see users of SMS Gateway A can't answer preciously any question for SMS Gateway B, vice versa. The configurations and troubleshoot, especially workflow of SMS Gateway is very unique.

Kannel API

Kannel project consists of 2 modules:

  1. Kannel API: you use Kannel API in your module to send SMS
  2. Kannel Sample Form: this module create a "Kannel Send SMS" content-type. You can use this form to send SMS or look inside sample code to reused.

Kannel Version

This project tested on Kannel 1.4.3 library version.

Kannel Documentation

We spend hour to write detail instruction to install, setting and make Kannel works, read detail here: http://drupal.org/node/1347528

Project information

Releases