Hi Martin ... why dont you review and consult the Kannel userguide !!! it has everything you need to learn and what you have asked.
The most basic steps cud be like ... (mind it ... i am using Kannel on Ubuntu 8.04) First download the installer version from kannel.org and the .gz type is recommended. Then extract this .gz file by using the command -xvf filepath. Then you need to go to the folder where kannel is installed e.g. gateway-1.4.1 using terminal and run these three commands in sequence. 1) ./configure 2) make 3) make install This will successfully install kannel. Next task is to configure the Kannel.conf file which is in the gateway-1.4.1/doc/examples folder. Copy it to any other location and make changes to it. Running Kannel : Open two different shells in the terminal. In one terminal run this command /usr/local/sbin/bearerbox [space] path of kannel.conf. In second terminal run this command /usr/local/sbin/smsbox [space] path of kannel.conf. --------------------------------- I am sure it shud work fine with Cetos5 as well. -- View this message in context: http://www.nabble.com/new-to-Kannal-tp20749738p20757552.html Sent from the Kannel - User mailing list archive at Nabble.com.
