Hi, I am using Kannel 1.2.0 with Ericsson R320s as SMSC, my configuration is given below. With this conf, I'm able to send messages (MT), but received messages (MO) are going to phone, not to kannel. I tried other combination of +CNMI
AT+CNMI = 3,2,0,0 (Kannel could not open SMSC ERROR) AT+CNMI = 3,1,0,0 (No MO received by kannel, same as 3,3,0,0). Is anybody using Ericsson R320 for sending & receiving messages, then kindly indicate me where I'm going wrong or can send their setting to me, I'll be very grateful. kannel.conf #Core Group group = core admin-port = 13000 smsbox-port = 13003 admin-password = "vqindia" log-file = "/tmp/kannel.log" log-level = 0 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" access-log = "/tmp/access.log" store-file = "/tmp/store.txt" group = smsbox bearerbox-host = localhost sendsms-port = 13013 global-sender = +919848055241 log-file = "/tmp/smsbox.log" log-level = 0 # Modem group = modems id = ericsson_r320m name = "Ericsson R320m" detect-string = "R320m" init-string = "AT+CNMI=3,3,0,0" group = smsc smsc = at2 smsc-id = r320 modemtype = ericsson_r320m device = /dev/ttyS1 speed = 9600 #SMS-service group = sms-service keyword = default text = "Welcome 2 Kannel SMS Gateway" group = sendsms-user username = vqindia password = vqindia Thanks in advance Regareds Shridhar Raju
