Also, we have Kannel (v1.4.1) running on a Solaris 9 (on another server) and it 
start smsbox, bearerbox and wapbox together.

----- Original Message ----- 
  From: Michael Sole 
  To: [email protected] 
  Sent: Friday, February 22, 2008 2:37 PM
  Subject: RE: Problems using smsbox and bearerbox


  I would also like to know why smsbox does not start automatically. Would seem 
like the desired default behavior.

   

  From: SSL Admin [mailto:[EMAIL PROTECTED] 
  Sent: Friday, February 22, 2008 11:58 AM
  To: [email protected]
  Subject: UNS: Problems using smsbox and bearerbox

   

  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";

   

  include = "/etc/kannel/modems.conf"

Reply via email to