Dear Sir , 

i'm tring to use Ericsson R520m , when i try to receive a sms it says 
"got +CMT but pdu_extract failed " error mesaage. 
where can be the error ?

group = core
admin-port = 13000
smsbox-port = 13001
admin-password = smsc
status-password = smscm
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1"
log-file = "/tmp/kannelR520m.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "00358,0"
access-log = "R520maccess.log"
store-file = "R520mkannel.store"
#ssl-certkey-file = "mycertandprivkeyfile.pem"


# SMSC CONNECTIONS

group = smsc
smsc = fake
smsc-id = FAKE
port = 10000
connect-allow-ip = 127.0.0.1

group = smsc
smsc = at2
device = /dev/ttyS1
smsc-id = ericsson_r520m
modemtype = ericsson_r520m
sim-buffering = false
retry = true
keepalive = 2
speed = 9600
sms-center = +9477000003
connect-allow-ip = 127.0.0.1

group = modems
id = ericsson_r520m
name = "Ericsson R520m"
detect-string = "R520m"
keepalive-cmd = "AT+CBC;+CSQ"
need-sleep = true
sendline-sleep = 100ms
init-string = "AT+CNMI=3,3,2,0,0"
#init-string = "AT+CNMI=3,1,0,0,0"
message-storage = "ME"
speed = 9600


# SMSBOX SETUP

group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = +9477000003
sendsms-chars = "0123456789 +-"
log-file = "/tmp/R520msmsbox.log"
log-level = 0
access-log = "R520maccess.log"


# SEND-SMS USERS

group = sendsms-user
username = chandana
password = smskiller
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"
max-messages = 3
concatenation = true

# this sender is for Kannel relay testing (http_smsc)

group = sendsms-user
username = kannel
password = rL4y
user-deny-ip = "*.*.*.*"
user-allow-ip = "127.0.0.1"


# SERVICES

group = sms-service
keyword = nop
text = "You asked nothing and I did it!"

# this service is for Kannel relay testing, when this Kannel
# works as relay gateway

group = sms-service
keyword = relay
get-url =
"http://localhost:15130/sms?user=kannel&pass=rL4y&from=%p&to=%P&text=%r";
max-messages = 0


# there should be default always

group = sms-service
keyword = default
get-url = "http://localhost/smsc/sms.php?from=%p&to&r";
text = "No service specified"


thanx

chandana


Reply via email to