Hello. bearerbox should be up and running before smsbox starts. Probably is not the best solution, but in my kannel init script I start bearerbox then I wait for 15 seconds (sleep 15) and then I start smsbox.
Regards, R On Friday February 22 2008 16:11, Alvaro Cornejo wrote: > smsbox does not start automatically when you start bearerbox and/or wapbox. > You should start it manually or with a init script. > > smsbox and wapbox should be started AFTER bearerbox. > > > On 2/22/08, SSL Admin <[EMAIL PROTECTED]> wrote: > > > > Hi, im having some problem configuring kannel with GSM modem, i have it > > installed on a debian etch server, version 1.4.1. > > The problems are: > > > > - smsbox doesnt start automatically with bearerbox / wapbox > > - When i start smsbox and try to send a SMS, i get a message that say that > > the SMS is qeued and will be sent later. > > > > im using this config: > > > > group = core > > admin-port = 13000 > > smsbox-port = 13001 > > admin-password = 123 > > log-file = "/var/log/kannel/kannel.log" > > log-level = 0 > > box-deny-ip = "*.*.*.*" > > box-allow-ip = "127.0.0.1" > > > > group = smsc > > smsc = at > > modemtype = auto > > device=/dev/ttyACM0 > > my-number = 584121231231 > > connect-allow-ip = 127.0.0.1 > > log-file = "/var/log/kannel/modem.log" > > log-level = 0 > > > > group = smsbox > > bearerbox-host = 127.0.0.1 > > sendsms-port = 13013 > > log-file = "/var/log/kannel/smsbox.log" > > log-level = 0 > > > > group = sendsms-user > > username = kanneluser > > password = 123 > > concatenation= true > > max-messages = 10 > > > > group = sms-service > > keyword = > > keyword-regex = .* > > catch-all = yes > > max-messages = 0 > > get-url = > > "http://localhost/receive?phone=%p&text=%a<http://localhost/receive?phone=%25p&text=%25a> > > " > > > > include = "/etc/kannel/modems.conf" > > > > >
