Found the answer to this in a post about another Sony device.. Adding "broken = true" to the modems group fixed this and SMS messages come in fine now..
On Tue, 2005-09-06 at 08:43 -0700, Jim Torelli wrote: > Hi! > > I'm currently trying to setup Kannel to send and receive SMS's using a > Sony Ericcson GC-83 GSM modem. I've got outgoing SMS messages working > fine, but whenever an incoming SMS comes in, I get these errors in the > log below.. I've also included the SMSC and modem sections of the > config file below.. > > > LOG ENTRY > ---------- > 2005-09-06 08:31:06 [8955] [6] DEBUG: AT2[gc83]: <-- +CMTI: "SM",9 > 2005-09-06 08:31:06 [8955] [6] DEBUG: AT2[gc83]: +CMTI incoming SMS > indication:+CMTI: "SM",9 > 2005-09-06 08:31:07 [8955] [6] DEBUG: AT2[gc83]: --> AT+CMGR=9^M > 2005-09-06 08:31:07 [8955] [6] DEBUG: AT2[gc83]: <-- +CMGR: 0,22 > 2005-09-06 08:31:07 [8955] [6] DEBUG: AT2[gc83]: <-- > 07914140279560F0240BA14152442211F400005090608020738A03C9391B > 2005-09-06 08:31:07 [8955] [6] ERROR: AT2[gc83]: got +CMT but > pdu_extract failed > 2005-09-06 08:31:07 [8955] [6] DEBUG: AT2[gc83]: <-- OK > 2005-09-06 08:31:07 [8955] [6] DEBUG: AT2[gc83]: not deleted. > 2005-09-06 08:31:07 [8955] [6] ERROR: AT2[gc83]: CMTI notification > received, but no message found in memory! > 2005-09-06 08:31:07 [8955] [6] ERROR: System error 1: Operation not > permitted > > kannel config snipplet > ---------------------- > group = smsc > smsc = at > smsc-id = gc83 > port = 10000 > connect-allow-ip = 127.0.0.1 > modemtype = auto > device = /dev/ttyS3 > pin=XXXX > > group = modems > detect-string = "gc83" > name = "gc83" > id = gc83 > init-string = "AT+CFUN=1" > speed = 19200 > need-sleep = true > enable-mms = true > message-storage = SM > > Thanks! > jim > > >
