I see to get it up and running - but it does not send out my sms text
messeges...Can someone help ?
I do not know how to put it in debug mode so i can step through the debug
process??/ please help ???

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

Reply via email to