I have been trying to figure out a solution for this problem but still stuck at the same thing. This is what I get after I enable sim-buffering for receiving messages.
2009-08-10 19:31:39 [11647] [7] INFO: AT2[nokiaSmsc]: AT SMSC successfully opened. 2009-08-10 19:31:41 [11647] [7] DEBUG: AT2[nokiaSmsc]: --> AT+CPMS?^M 2009-08-10 19:31:41 [11647] [7] DEBUG: AT2[nokiaSmsc]: <-- AT+CPMS? 2009-08-10 19:31:41 [11647] [7] DEBUG: AT2[nokiaSmsc]: <-- +CPMS: ,,,,,,,, 2009-08-10 19:31:41 [11647] [7] DEBUG: AT2[nokiaSmsc]: <-- OK 2009-08-10 19:31:41 [11647] [7] DEBUG: AT2[nokiaSmsc]: couldn't parse all memory locations : 0:''. 2009-08-10 19:31:41 [11647] [7] DEBUG: AT2[nokiaSmsc]: memory check error 2009-08-10 19:31:41 [11647] [7] INFO: AT2[nokiaSmsc]: Closing device 2009-08-10 19:31:41 [11647] [7] ERROR: AT2[nokiaSmsc]: Couldn't connect (retrying in 10 seconds). And if I remove the sim-buffering option, everything works fine except that I cannot receive any incoming messages on Kannel. I even get a message on the console regarding successful configuration of my sms receiver. 2009-08-10 19:32:12 [11687] [7] INFO: AT2[nokiaSmsc]: AT SMSC successfully opened. 2009-08-10 19:32:48 [11687] [5] INFO: Client connected from <127.0.0.1> 2009-08-10 19:32:48 [11687] [5] DEBUG: Started thread 9 (gw/bb_boxc.c:function) 2009-08-10 19:32:48 [11687] [9] DEBUG: Thread 9 (gw/bb_boxc.c:function) maps to pid 11687. 2009-08-10 19:32:48 [11687] [9] DEBUG: Started thread 10 (gw/bb_boxc.c:boxc_sender) 2009-08-10 19:32:48 [11687] [9] DEBUG: boxc_receiver: got boxc_id <mysmsbox> from <127.0.0.1> 2009-08-10 19:32:48 [11687] [10] DEBUG: Thread 10 (gw/bb_boxc.c:boxc_sender) maps to pid 11687. Any further ways to debug this? Alvaro had mentioned about checking the modem logs. I'm going to try that.
