this lesson show you how to installing Kannel SMS Gateway after Preparing Red-hat
- download Kannel sms Getway from this link
- Extract the source file tar-xvzf gateway-1.4.4.tar.gz ( replace the name with verion you downloaded)
- after Extract go to source folder.
Install Kannel
- now install kannel using this command :-./configure --prefix=/usr/local/kannel --with-mysql --with-mysql-dir=/usr/bin/mysql/ --enable-debug --enable-assertions --with-defaults=speed--disable-localtime --enable-start-stop-daemon --enable-pam
- type : touch .depend
- type: make depend
- type: make
- type : sudo make bindir=usr/local/kannel install
Install SQLBOX
- now try to access the addons folder on the source folder then go to Sqlbox folder .
- type : ./bootstrap
- type: ./configure --prefix=/usr/local/kannel --with-kannel-dir=/usr/local/kannel
- type : make
- sudo make bindir=/usr/local/kannel/sqlbox install
- sudo !!
Install smppbox
- now try to access the Sqlbox folder on the source folder then go to opensmppbox folder
- type: ./configure --prefix=/usr/local/kannel --with-kannel-dir=/usr/local/kannel
- type: make
- type: sudo make bindir=/usr/local/kannel/smppbox install
- Create directory for kannel.conf file by type : sudo mkdir /etc/kannel
- Create Log directory : sudo mkdir /var/log/kannel
- give log folder permission 755 : sudo chmod 755 /var/log/kannel
you can watch the video from here to see all details
Comments
Post a Comment