Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

22 lines (20 loc) · 1.13 KB

Installations

Installation of different softwares

kannel 1.4.4

Installation directory kannel-1.4.4. Kannel is installed as a root user on centos 7 as a service with SQL BOX (means can use database to send sms, receive dlr and queue dlrs). Some of features are following

  • CentOS Linux release 7.4.1708 (Core) [x86_64], kernel: 3.10.0-693.5.2.el7.x86_64
  • with mysql Ver 14.14 Distrib 5.7.20, for linux-glibc2.12 (x86_64) using EditLine wrapper
  • Send messages from mysql table to smsc
  • Fake SMSC
  • After Installation with default, will start following default components
    • bearerbox
    • smsbox
    • sqlbox
    • spool dlrs
    • fakesmsc
Working will be: read messages from send_sms table and send it to attached smsc. When Dlr received by smsc update sent_sms table. kannel will use /var/spool as a storage for processing.

NOTE: I also installed it on Ubuntu 17.04 (GNU/Linux 4.10.0-19-generic x86_64) server. See read me file for more details.