Confused by user's guide

2005-08-12 Thread Egon Andersen
Hi, I'm totally new to kannel, and has just installed the RPM for FC3. According to the 1.4.0 User's Guide, I should now be able to start Kannel by running: /etc/rc.d/init.d/kannel start Well, I can't find anything in init.d named kannel The User's Guide indicates that there should be a conf

RE: Confused by user's guide

2005-08-12 Thread Oscar Flores
Regards Oscar Flores -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Egon Andersen Enviado el: Friday, August 12, 2005 4:16 PM Para: users@kannel.org Asunto: Confused by user's guide Hi, I'm totally new to kannel, and has just installed the R

Re: Confused by user's guide

2005-08-12 Thread Samuel T. Cossette
Egon, Here is a sample kannel.conf with a bearerbox and smsbox (no wap box) using a GSM as a AT SMSC. Maybe there is some non-useful configuration instruction, but it work. Every sms received call 'dispatch.php' who enter the informations in a DB. kannel.conf: include = "/etc/kannel/modems.conf"

Re: Confused by user's guide

2005-08-13 Thread Egon Andersen
Oscar Flores wrote: Hello Egon Have a look at the doc/examples directory there you will find the kannel.conf file, you can copy it to /etc/kannel or the directory that you want Also have a look to the utils directory there you will find kannel-init.d file that you should modify and put under in

Re: Confused by user's guide

2005-08-13 Thread Egon Andersen
Samuel T. Cossette wrote: Egon, Here is a sample kannel.conf with a bearerbox and smsbox (no wap box) using a GSM as a AT SMSC. Maybe there is some non-useful configuration instruction, but it work. Every sms received call 'dispatch.php' who enter the informations in a DB. Thanks, but still I

Re: Confused by user's guide

2005-08-13 Thread Samuel T. Cossette
Hi, With Debian and package from litux.org, it come with a startup script. You still can start kannel that way: % bearerbox /path/to/kannel.conf Then, it'll start bearerbox, wapbox and/or smsbox. Have a nice day, -- Samuel T. Cossette +1 418 561 8788 On 8/13/05, Egon Andersen <[EMAIL PROTECT

Re: Confused by user's guide

2005-08-13 Thread Samuel T. Cossette
Hello, Download the latest source from kannel.org and look at gateway-1.4.0/utils and gateway-1.4.0/doc/examples. Regards, -- Samuel T. Cossette +1 418 561 8788 On 8/13/05, Egon Andersen <[EMAIL PROTECTED]> wrote: > Oscar Flores wrote: > > Hello Egon > > > > Have a look at the doc/examples di