Downloads provided by archi.tech
Occasionally we develop a product for our own internal use.
We’d like to share some of those here, all for free
We created an easy to use installer to get Kannel up and running on windows. We have two versions available:
- Click here to download Kannel 1.4.3.
- Click here to download Kannel 2009/04/07 CVS 1.5.0.
Please note both these versions have this patch applied for added stability.
Kannel Web based configuration tool
This tool will help you create configuration files for Kannel via a web interface.
Version 0.1 of Kannel Web Configuration tool is available for download here.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Installation
- Download Kannel Web Configuration Tool
- Extract contents to directory on PHP 5 or higher enabled web-server (eg: tar jxvf kwc.tar.bz2)
- Edit config/config.inc.php – changing the line $configFiles[] = “/etc/kannel.conf”; to point to your configuration file.
- Make sure your kannel configuration file is writable by the particular web server user (WARNING: You should password protect this area of your site either via .htaccess files in Apache, or other means.)
- Access the tool by visiting http://your-server-hostname/kwc-path/web/index.php