hi, i gat this error when i try to configure kannel, this is the error

"
2010-09-01 18:43:59 [2356] [7] DEBUG: sms_router: time to sleep 30.00 secs.
2010-09-01 18:44:08 [2356] [6] DEBUG: AT2[huawei_e620]: <-- +CMS ERROR: 500
2010-09-01 18:44:08 [2356] [6] ERROR: AT2[huawei_e620]: CMS ERROR: +CMS
ERROR: 500
2010-09-01 18:44:08 [2356] [6] ERROR: AT2[huawei_e620]: CMS ERROR: Unknown
error. -> maybe Sim storage is full? I'll have a look at it. (500)

the sim is empty,

this is the config file...


# CORE
group = core
admin-port = 13000
admin-password = horizon
status-password = horizon
admin-allow-ip = "127.0.0.1;192.168.1.*"
log-file = "/var/log/kannel/kannel.log"
log-level = 0
access-log = "/var/log/kannel/access.log"
#wapbox-port = 13002
smsbox-port = 13001
store-location = "/var/log/kannel/kannel.store"
box-allow-ip = "127.0.0.1;192.168.1.*"


# BASE WAPBOX CONFIG
#group = wapbox

#---------------------------------------------
# SMSC CONNECTIONS
#
group = smsc
smsc = at
smsc-id = huawei_e620
port = 13013
modemtype = auto
device = /dev/ttyUSB0
sms-center = 40722006000
#my-number = +40722215042
connect-allow-ip = "127.0.0.1"
#sim-buffering = true
#keepalive = 5
pin = 1234

# SMSBOX SETUP
group = smsbox
bearerbox-host = localhost
sendsms-port = 13031
sendsms-chars = "0123456789+"
global-sender = "40722006000"
log-file = "/var/log/kannel/smsbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"


# SEND-SMS USERS
group = sendsms-user
username = xxxx
password = xxxxx
concatenation = TRUE
max-messages = 100
user-allow-ip = "127.0.0.1,192.168.1.*"


# SMS SERVICES
# there should be default always
group = sms-service
keyword = default
text = "No service specified"
max-messages = 0
catch-all = true

and this is the modem file

group = modems
id = huawei_e620
name = "Huawei E620"
detect-string = "huawei"
init-string = "ATZ"
init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
#init-string = AT+CNMI=2,1,0,0,0;+CPMS="ME","ME","ME";+CMEE=1
#init-string = "AT+CFUN=1"
message-storage = "SM"
#need-sleep = true
#speed = 460800
#no-pin = true
#reset-string = "AT+CFUN=1"

where is wrong configure? the configuration is good?

i am using ubuntu.

THX!!1

-- 





Reply via email to