I'm having the same problem like you, a friend told me that set the sim-buffering and message-storage but nothing, I tried with all possibilities but is the same, when I set the sim-buffering = true I have the fallowing, if somebody help me first I send you a email how to resolve the problem, if somebody help you first please send me a email:
2009-07-14 15:25:06 [4026] [6] DEBUG: AT2[gsm]: <-- OK 2009-07-14 15:25:06 [4026] [6] DEBUG: AT2[gsm]: 1 messages waiting in memory 2009-07-14 15:25:06 [4026] [6] DEBUG: AT2[gsm]: --> AT+CMGR=1^M 2009-07-14 15:25:06 [4026] [6] DEBUG: AT2[gsm]: <-- AT+CMGR=1 2009-07-14 15:25:06 [4026] [6] DEBUG: AT2[gsm]: <-- +CMS ERROR: 500 2009-07-14 15:25:06 [4026] [6] ERROR: AT2[gsm]: CMS ERROR: +CMS ERROR: 500 2009-07-14 15:25:06 [4026] [6] ERROR: AT2[gsm]: CMS ERROR: Unknown error. -> maybe Sim storage is full? I'll have a look at it. (500) 2009-07-14 15:25:06 [4026] [6] DEBUG: AT2[gsm]: failed to get message 1. 2009-07-14 15:25:06 [4026] [6] DEBUG: AT2[gsm]: --> AT+CMGR=2^M 2009-07-14 15:25:06 [4026] [6] DEBUG: AT2[gsm]: <-- AT+CMGR=2 2009-07-14 15:25:06 [4026] [6] DEBUG: AT2[gsm]: <-- +CMS ERROR: 500 2009-07-14 15:25:06 [4026] [6] ERROR: AT2[gsm]: CMS ERROR: +CMS ERROR: 500 2009-07-14 15:25:06 [4026] [6] ERROR: AT2[gsm]: CMS ERROR: Unknown error. -> maybe Sim storage is full? I'll have a look at it. (500) On Tue, 2009-07-14 at 23:01 +0300, Nikos Balkanas wrote: > Hi, > > >>SMS is reaching my mobile but not through kannel. > > Looks like you have a different gateway configured in your mobile. > > >>I sent SMS with text "Suman test" to my mobile > > ??? Do you mean "I sent SMS with text "Suman test" from my mobile"? Are you > confusing it with SMS push? > > >>I did not quite understand get_url > > In SMS services, you send a text from your mobile, kannel fetches the url in > get-url and does the transformation to it you describe in the service, > before sending it back to your mobile. For example your sms service is to > extract the temperature from a url page that lists exchange, stocks, news > and weather. > > BR, > Nikos > ----- Original Message ----- > From: "ravurisuman" <[email protected]> > To: <[email protected]> > Sent: Tuesday, July 14, 2009 9:03 PM > Subject: Failed to recieve SMS through nokia 3310c > > > > Hi, > I am able send sms to external system through kannel, but failed to > receive it through kannel. SMS is reaching my mobile but not through kannel. > > Please see my kannel.conf file below > > # Default kannel configuration file > #core group 'mandatory' > group = core > #port for http administration > admin-port = 13000 > admin-password = empower > #status-password = hard2guess > admin-deny-ip = "*.*.*.*" > admin-allow-ip = "127.0.0.1" > #For SMS gateway > smsbox-port = 13001 > #wapbox-port = 13002 > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1" > wdp-interface-name = "*" > log-file = "/var/log/kannel/bearerbox.log" > log-level = 1 > #Access log > #access-log = "/var/log/kannel/access.log" > store-type = spool > store-location = "/home/suman/kannel/spool" > > group = smsc > smsc = at > modemtype = auto > device = /dev/ttyACM0 > my-number = "+919866281428" > #speed = 460800 > #pin = 1234 > #sim-buffering = true > log-level = 0 > > # MODEM DEFINITIONS > group = modems > id = nokia > name = "Nokia 3110c" > detect-string = "Nokia" > init-string = "ATZ" > init-string = "AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" > > group = smsbox > bearerbox-host = 127.0.0.1 > #we use sendsms-port for sending sms (http) > sendsms-port = 13013 > global-sender = "+919866281428" > log-file = /var/log/kannel/smsbox.log > log-level = 0 > > group = sendsms-user > username = kannel > password = empower > concatenation = true > max-messages = 10 > > #group = smsΞ’Βservice > #keyword = nop > #catchΞ’Βall = yes > #text = "NOP performed" > > group = sms-service > keyword = Suman > #keyword-regex = .* > catch-all = true > text = "Hello world!" > get-url = "http://localhost/sms/index.php?phone=%p&text=%a" > > I sent SMS with text "Suman test" to my mobile. Double quotes are not there > in original message. BearerBox and SMSbox both are not having logs for > recieve SMS. There is no sign that SMS is received in kannel logs. Could > some one please help me. > > I did not quite understand get_url, I thought when some one sends message to > our mobile( now SMS center ), it will store in flat file in the system, what > is the use of get_url . > > I am working on Fedora11 and kannel1.4.3 > > > >
