hi,

try to empty the buffer of the sim card manually using minicom

at +cmgd

for more information

http://www.developershome.com/sms/resultCodes2.asp


Now we can start Kannel with a minimum only for sending and receiving

for the DLR will be for another step

try to excute with this configration and please send me the Resulat


group = core
admin-port = 13000
admin-password = bar
smsbox-port = 13001
wapbox-port = 13002
log-file = "/var/log/kannel/kannel.log"
log-level = 0
access-log = "/var/log/kannel/core_access.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
dlr-storage = internal

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

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 13013
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/smsbox_access.log"

group = smsc
smsc = at
port = 13015
smsc-id = gsm_modem
modemtype = huawei_e220
sim-buffering = true
device = /dev/ttyUSB0
sms-center = +........ your number
my-number = +........ your number
connect-allow-ip = "127.0.0.1"

group = sendsms-user
username = admin
password = admin
concatenation= true
max-messages = 10
forced-smsc = gsm_modem

group = sms-service
keyword = service
catch-all = yes
max-messages = 0
exec =%s %s


group = modems
id = huawei_e220
name = "Huawei E220"
detect-string = "huawei"
init-string = "AT S7=45 S0=0 L1 V1 X4 &c1 E1 Q0"
message-storage = "SM"
speed = 460800


you must login as root user

terminal 1

#bearerbox -v 0 /etc/kannel/kannel.conf

terminal2

#smsbox -v 0 /ect/kannel/smskannel.conf

Reply via email to