i have install kannel and using with playsms, when i send sms using playsms i got this error in my console running bearerbox
----------------------------- code error ------------------ 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: TP-Validity-Period: 24.0 hours 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: --> AT+CMGS=44^M 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: <-- > 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: send command status: 1 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: --> 0031000C912618976939650012A722C834A80EA2A3CBF2320B747EBFC9A0F65BEE4EBBCFA110A8050A93DB6937 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: --> ^Z 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: <-- > 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: <-- +CMS ERROR: 500 2008-06-13 13:43:40 [5586] [6] ERROR: AT2[itegno]: CMS ERROR: +CMS ERROR: 500 2008-06-13 13:43:40 [5586] [6] ERROR: AT2[itegno]: CMS ERROR: Unknown error... -> maybe Sim storage is full? I'll have a look at it. (500) 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: send command status: 1 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: --> AT+CMGS=44^M 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: <-- > 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: send command status: 1 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: --> 0031000C912618976939650012A722C834A80EA2A3CBF2320B747EBFC9A0F65BEE4EBBCFA110A8050A93DB6937 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: --> ^Z 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: <-- > 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: <-- +CMS ERROR: 500 2008-06-13 13:43:40 [5586] [6] ERROR: AT2[itegno]: CMS ERROR: +CMS ERROR: 500 2008-06-13 13:43:40 [5586] [6] ERROR: AT2[itegno]: CMS ERROR: Unknown error... -> maybe Sim storage is full? I'll have a look at it. (500) 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: send command status: 1 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: --> AT+CMGS=44^M 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: <-- > 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: send command status: 1 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: --> 0031000C912618976939650012A722C834A80EA2A3CBF2320B747EBFC9A0F65BEE4EBBCFA110A8050A93DB6937 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: --> ^Z 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: <-- > 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: <-- +CMS ERROR: 500 2008-06-13 13:43:40 [5586] [6] ERROR: AT2[itegno]: CMS ERROR: +CMS ERROR: 500 2008-06-13 13:43:40 [5586] [6] ERROR: AT2[itegno]: CMS ERROR: Unknown error... -> maybe Sim storage is full? I'll have a look at it. (500) 2008-06-13 13:43:40 [5586] [6] DEBUG: AT2[itegno]: send command status: 1 2008-06-13 13:43:40 [5586] [6] DEBUG: SMSC[itegno]: creating DLR message 2008-06-13 13:43:40 [5586] [6] DEBUG: SMSC[itegno]: DLR = http://172.23.1...120/playsms/plugin/gateway/kannel/dlr.php?type=%d&slid=2&uid=1 2008-06-13 13:43:40 [5586] [10] DEBUG: send_msg: sending msg to box: <172.23.1.120> 2008-06-13 13:43:40 [5586] [10] DEBUG: boxc_sender: sent message to <172.23...1.120> 2008-06-13 13:43:40 [5586] [9] DEBUG: boxc_receiver: got ack 2008-06-13 13:43:46 [5586] [9] DEBUG: boxc_receiver: heartbeat with load value 0 received ------------------------ end of error ------------------------------ my kannel.conf is like that, ----------------- kannel.conf -------------- # # Sample configuration file for Kannel bearerbox on Debian. # See the documentation for explanations of fields. # # HTTP administration is disabled by default. Make sure you set the # password if you enable it. group = core admin-port = 13000 admin-password = bar #admin-deny-ip = "*.*.*.*" #admin-allow-ip = "" #wapbox-port = 13002 #wdp-interface-name = "*" log-file = "/var/log/kannel/bearerbox.log" access-log = "/var/log/kannel/access.log" smsbox-port = 13001 #box-deny-ip = "*.*.*.*" #box-allow-ip = "127.0.0.1" store-file = "/var/log/kannel/kannel.store" #group = wapbox #bearerbox-host = localhost #log-file = "/var/log/kannel/wapbox.log" group = smsc smsc = at host = 172.23.1.120 port = 13013 smsc-id = itegno modemtype = wavecom device = /dev/ttyUSB0 speed = 115200 sms-center = +6281100000 pin = 1234 group = modems id = WAVECOM name =WAVECOM detect-string = WAVECOM init-string = AT+CNMI=2,1,0,0,0;+CMEE=1 group = smsbox bearerbox-host = 172.23.1.120 sendsms-port = 13131 sendsms-chars = 0123456789+ global-sender = +6281100000 log-file = “/var/log/kannel/smsbox.log” log-level = 0 access-log = “/var/log/kannel/access.log” group = sendsms-user username = test password = testing group = sms-service keyword = default accept-x-kannel-headers = true max-messages = 0 assume-plain-text = true catch-all = true get-url = "http://172.23.1.120/playsms/plugin/gateway/kannel/geturl.php?t=%t&q=%q&a=%a" --------- end of kannel.conf ----------- what's wrong with my kannel.conf because i have search this error using google and not found solutions for this problems thanks
