Don't know if this helps but you... '+CMS ERROR: 96' means: "Invalid mandatory information". This error indicates that the equipment sending SMS has received a message where a mandatory information element is missing and/or has a content error.
SMS is composed of message and mandatory information elements. If the information element received by the network is syntactically incorrect or some part is missing or information element is unknown, network sends error "Invalid mandatory information". > our smsc config: > # SMSC > group = smsc > smsc = at > smsc-id = ttyS0 > modemtype = wavecom > device = /dev/ttyS0 > speed = 9600 > sim-buffering = true > alt-dcs = 1 > include = "/etc/kannel/modems.conf" > > we now have another error continuously which delays the sms sending. The > error makes "retrying in 10secs" disappeared. Restarting kannel has no > help. > > 2008-05-23 14:30:16 [11753] [6] DEBUG: AT2[ttyS0]: <-- > > 2008-05-23 14:30:16 [11753] [6] DEBUG: AT2[ttyS0]: <-- +CMS ERROR: 96 > 2008-05-23 14:30:16 [11753] [6] ERROR: AT2[ttyS0]: CMS ERROR: +CMS ERROR: > 96 > 2008-05-23 14:30:16 [11753] [6] ERROR: AT2[ttyS0]: CMS ERROR: Invalid > mandatory information (96) > 2008-05-23 14:30:16 [11753] [6] DEBUG: AT2[ttyS0]: send command status: 1 > 2008-05-23 14:30:16 [11753] [6] DEBUG: AT2[ttyS0]: --> AT+CMGS=154^M > 2008-05-23 14:30:16 [11753] [6] DEBUG: AT2[ttyS0]: <-- > > 2008-05-23 14:30:16 [11753] [6] DEBUG: AT2[ttyS0]: send command status: 1 > > pls kindly advise. >
