Hello, I try to send SMS from the PHP script sendsms.php through a NOKIA 6230 connected to my server but I got this on the bearerbox:
*2009-10-19 12:30:31 [29472] [9] DEBUG: boxc_receiver: sms received 2009-10-19 12:30:31 [29472] [9] DEBUG: send_msg: sending msg to box: <127.0.0.1> 2009-10-19 12:30:33 [29472] [6] DEBUG: AT2[nokia6230]: TP-Validity-Period: 24.0 hours 2009-10-19 12:30:33 [29472] [6] DEBUG: AT2[nokia6230]: --> AT+CMGS=13^M 2009-10-19 12:30:33 [29472] [6] DEBUG: AT2[nokia6230]: <-- > 2009-10-19 12:30:33 [29472] [6] DEBUG: AT2[nokia6230]: send command status: 1 2009-10-19 12:30:33 [29472] [6] DEBUG: AT2[nokia6230]: --> 001100098186870558 2009-10-19 12:30:33 [29472] [6] DEBUG: AT2[nokia6230]: --> F00000A700 2009-10-19 12:30:43 [29472] [6] DEBUG: AT2[nokia6230]: <-- > 2009-10-19 12:30:43 [29472] [6] DEBUG: AT2[nokia6230]: <-- +CMS ERROR: 500 2009-10-19 12:30:43 [29472] [6] ERROR: AT2[nokia6230]: CMS ERROR: +CMS ERROR: 500 2009-10-19 12:30:43 [29472] [6] ERROR: AT2[nokia6230]: CMS ERROR: Unknown error. -> maybe Sim storage is full? I'll have a look at it. (500) 2009-10-19 12:30:43 [29472] [6] DEBUG: AT2[nokia6230]: send command status: 1 2009-10-19 12:30:43 [29472] [7] DEBUG: sms_router: handling message (0x97d9838 vs 0x97d9838) 2009-10-19 12:30:43 [29472] [7] DEBUG: re-queing SMS not-yet-to-be resent 2009-10-19 12:30:43 [29472] [7] DEBUG: sms_router: handling message (0x97d9838 vs 0x97d9838) 2009-10-19 12:30:43 [29472] [7] DEBUG: re-queing SMS not-yet-to-be resent 2009-10-19 12:30:43 [29472] [7] DEBUG: sms_router: time to sleep 30.00 secs. 2009-10-19 12:30:43 [29472] [7] DEBUG: sms_router: gwlist_len = 1 2009-10-19 12:30:43 [29472] [7] DEBUG: sms_router: handling message (0x97d9838 vs 0x97d9838) 2009-10-19 12:30:43 [29472] [7] DEBUG: re-queing SMS not-yet-to-be resent 2009-10-19 12:30:43 [29472] [7] DEBUG: sms_router: handling message (0x97d9838 vs 0x97d9838) 2009-10-19 12:30:43 [29472] [7] DEBUG: re-queing SMS not-yet-to-be resent 2009-10-19 12:30:43 [29472] [7] DEBUG: sms_router: time to sleep 30.00 secs. 2009-10-19 12:30:49 [29472] [8] DEBUG: Dumping 1 messages to store 2009-10-19 12:31:13 [29472] [7] DEBUG: sms_router: gwlist_len = 1 2009-10-19 12:31:13 [29472] [7] DEBUG: sms_router: handling message (0x97d9838 vs 0x97d9838) 2009-10-19 12:31:13 [29472] [7] DEBUG: re-queing SMS not-yet-to-be resent 2009-10-19 12:31:13 [29472] [7] DEBUG: sms_router: handling message (0x97d9838 vs 0x97d9838) 2009-10-19 12:31:13 [29472] [7] DEBUG: re-queing SMS not-yet-to-be resent 2009-10-19 12:31:13 [29472] [7] DEBUG: sms_router: time to sleep 30.00 secs. *I already saw this error at the beginnng and the solution I found on internet was to set the parameter *enable-mms* to false in *modems.conf*file But I still have this issue. Do you know how to check the SIM card using gnooki with this mobile? Regards, -- Emmanuel
