hi - all - I am unable to send a text with sony ericsoon t637 cellphone
connected via usb to a debian server.
my details are:

group = core
admin-port = 13000
admin-password = bar
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
smsbox-port = 13003
wapbox-port = 13002
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "192.168.2.22"

group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"

group = smsbox
bearerbox-host = 192.168.2.22
sendsms-port = 13005
global-sender = "9171113333"
log-file = "/var/log/kannel/smsbox.log"
access-log = "/var/log/kannel/smsbox.access.log"
log-level = 1


group = sendsms-user
username=mike
password=joe
concatenation = true
max-messages = 10


group = smsc
smsc = at
throughput=1
modemtype = T630-T628
device = /dev/ttyUSB0
speed = 115200
sim-buffering=yes
keepalive=60


# group = smsc
# smsc = at
# throughput=1
# modemtype = auto
# modemtype = T630-T628
# speed = 115200
# device = /dev/rfcomm0
# device = /dev/ttyUSB0
# speed = 9600
# sim-buffering=true
# keepalive=60
# my-number = 19172398282
# sms-center = +13123149810
# flow-control = 1


# group = modems
# id = T630-T628
# name = "T630-T628"
# broken = true
# detect-string = "T630-T628"
# init-string = "AT+CNMI=2,3,2,0,0;+CMGF=0"
# keepalive-cmd = "AT+CBC;+CSQ;+CMGF=0"
# message-storage=ME

group = modems
id = T630-T628
name = "T630-T628"
broken = true
init-string = "AT+CNMI=2,3,2,0,0;+CMGF=0"
keepalive-cmd = "AT+CBC;+CSQ;+CMGF=0"
message-storage=ME


# SMS SERVICE Default
# there should be default always
group = sms-service
keyword = default
name = default
text = "No service specified"
concatenation = true
max-messages = 5


My startup for the bearerbox and smsbox are:
 /usr/sbin/bearerbox -v 1 /etc/kannel/kannel.conf
 /usr/sbin/smsbox -v 1 /etc/kannel/kannel.conf

My commands to send the sms are:

 lynx -dump "http://localhost:13000/status?password=bar";

 lynx
http://192.168.2.22:13005/cgi-bin/sendsms?username=user&password=pass&to=9171112222&text=Hello+world


My startup logs for both bearerbox and smsbox are:

rider:/var/log/kannel# /usr/sbin/bearerbox -v 1 /etc/kannel/kannel.conf
2011-03-20 17:20:50 [8984] [0] INFO: Debug_lvl = 1, log_file = <none>,
log_lvl = 0
2011-03-20 17:20:50 [8984] [0] WARNING: DLR: using default 'internal' for
storage type.
2011-03-20 17:20:50 [8984] [0] INFO: DLR using storage type: internal
2011-03-20 17:20:50 [8984] [0] INFO: Added logfile
`/var/log/kannel/bearerbox.log'
with level `0'.
2011-03-20 17:20:50 [8984] [0] INFO: HTTP: Opening server at port 13000.
2011-03-20 17:20:50 [8984] [0] INFO: BOXC: 'smsbox-max-pending' not set,
using default (100).
2011-03-20 17:20:50 [8984] [0] INFO: Set SMS resend frequency to 60 seconds.
2011-03-20 17:20:50 [8984] [0] INFO: SMS resend retry set to unlimited.
2011-03-20 17:20:50 [8984] [0] INFO: Set throughput to 1.000 for smsc id
<(null)>
2011-03-20 17:20:50 [8984] [0] INFO: DLR rerouting for smsc id <(null)>
disabled.
2011-03-20 17:20:50 [8984] [0] INFO: AT2[/dev/ttyUSB0]: configuration shows
modemtype <T630-T628>
2011-03-20 17:20:50 [8984] [0] INFO: AT2[/dev/ttyUSB0]: read modem
definition for <T630-T628>
2011-03-20 17:20:51 [8984] [6] INFO: AT2[/dev/ttyUSB0]: opening device
2011-03-20 17:20:51 [8984] [0] INFO: Adding interface *
2011-03-20 17:20:51 [8984] [6] INFO: AT2[/dev/ttyUSB0]: init device
2011-03-20 17:20:51 [8984] [6] INFO: AT2[/dev/ttyUSB0]: speed set to 115200
2011-03-20 17:20:51 [8984] [0] INFO:
----------------------------------------
2011-03-20 17:20:51 [8984] [0] INFO: Kannel bearerbox II version 1.4.1
starting
2011-03-20 17:20:51 [8984] [0] INFO: MAIN: Start-up done, entering mainloop
2011-03-20 17:20:54 [8984] [6] INFO: AT2[/dev/ttyUSB0]: AT SMSC successfully
opened.



ider:/var/log/kannel# cat smsbox.log
2011-03-20 11:05:18 [32340] [0] INFO: Added logfile
`/var/log/kannel/smsbox.log'
with level `1'.
2011-03-20 11:05:18 [32340] [0] INFO: Service global sender set as
'9172398282'
2011-03-20 11:05:18 [32340] [0] INFO: Logging accesses to '/var/log/kannel
/smsbox.access.log'.
2011-03-20 11:05:18 [32340] [0] INFO: Started access logfile `/var/log/
kannel/smsbox.access.log'.
2011-03-20 11:05:18 [32340] [0] INFO: HTTP: Opening server at port 13005.
2011-03-20 11:05:18 [32340] [0] INFO: Set up send sms service at port 13005
2011-03-20 11:05:18 [32340] [0] INFO: Connected to bearerbox at 192.168.2.22
port 13003.
2011-03-20 11:24:24 [32340] [0] ERROR: SIGINT received, aborting program...
2011-03-20 11:24:24 [32340] [0] INFO: Received (and handled?) 0 requests in
1146 seconds (0.00 per second)
2011-03-20 11:24:24 [32340] [0] INFO: Kannel smsbox terminating.
2011-03-20 11:24:31 [394] [0] INFO: Added logfile `/var/log/kannel/smsbox.log'
with level `1'.
2011-03-20 11:24:31 [394] [0] INFO: Service global sender set as
'9172398282'
2011-03-20 11:24:31 [394] [0] INFO: Logging accesses to '/var/log/kannel
/smsbox.access.log'.
2011-03-20 11:24:31 [394] [0] INFO: Started access logfile `/var/log/kannel
/smsbox.access.log'.
2011-03-20 11:24:31 [394] [0] INFO: HTTP: Opening server at port 13005.
2011-03-20 11:24:31 [394] [0] INFO: Set up send sms service at port 13005
2011-03-20 11:24:31 [394] [0] INFO: Connected to bearerbox at 192.168.2.22
port 13003.
2011-03-20 13:35:47 [394] [0] WARNING: SIGHUP received, catching and
re-opening logs
rider:/var/log/kannel#


thanks - any help would be appreciated.
Or anything that can help me step through the issue  would be appriciated.

Reply via email to