hi all ,
Earlier i used Nokia 30 , but now i'm using Ericsson R520m as my GSM Modem .I have configured that conf file and it runs perfectly. But when i receive a sms it will gives a error message in bearbox......., 2003-08-05 14:01:25 [7] ERROR: AT2[ericsson_r520m]: got +CMT but pdu_extract failed . what could be the reason ? pls help me and smsbox will not receive the sms but my mobile unit can receive .Is there any special configuration to receive sms automatically to smsbox ? or do i have to develop some codings to do that ? if that so can u help me to do that ? pls reply me soon . 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/ttyS0 smsc-id = ericsson_r520m modemtype = ericsson_r520m speed = 9600 sms-center = +9477000003 connect-allow-ip = 127.0.0.1 group = modems id = ericsson_r520m name = "Ericsson R520m" detect-string = "R520m" 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 = +94777330421 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
