On Thu, 2013-03-21 at 20:03, Emmanuel CHANSON wrote: > I am faced to an issue with the modem (Huawei E220) > > I have this error in smsc.log when receiving a SMS that should be forwarded > to an application through smsbox: > > 2013-03-21 19:51:21 [26623] [6] DEBUG: AT2[huawei_e220]: --> AT+CPMS?^M > 2013-03-21 19:51:21 [26623] [6] DEBUG: AT2[huawei_e220]: <-- +CPMS: > "ME",0,255,"SM",8,60,"SM",8,60 > 2013-03-21 19:51:21 [26623] [6] DEBUG: AT2[huawei_e220]: <-- OK > > The SMS is stored inside SM memory, and I dont know how to configure Kannel > to forward the message. > > I have configued in modem.conf: > > message-storage = "ME" > > and in kannel.conf in group=smsc > sim-buffering = true > > Is it a correct configuration ? > Why modem keep the SMS in SM memory ?
Here is my config for Huawei E220: group = modems id = huawei_e220_00 name = "Huawei E220" detect-string = "huawei" init-string = "AT+CNMI=2,1,2,2,0" message-storage = sm speed = 460800 It works without problem.