Dear Nikos, I tried two init strings, AT+CNMI=0,2,0,0,0 and AT+CMGL="ALL"
But the modem did not start. Then I tried sim-buffering alone. It gives the error "couldn't parse all memory locations : 0:''. When I use sim-buffering and message-storage at once, the modem does not initialize. And when I use only message-storage, the modem initializes but it does not receive sms. Rgds, Pratik 2010/8/27 Nikos Balkanas <[email protected]> > Did you try sim-buffering and message-storage that I suggested? > > > BR, > Nikos > ----- Original Message ----- From: Pratik Shrestha > To: Emmanuel CHANSON ; Nikos Balkanas ; Rene Kluwen ; [email protected] > Sent: Friday, August 27, 2010 5:43 AM > > Subject: Re: SMS receive not working with nokia n70 > > > Dear All, > Thanks. > > I am still trying it but not yet working. Before I used Nokia 30 which > worked very well. Then I tried Telular Phonecell Sx5e but I could not make > it work. And then I came to Nokia n70 for which I am not receiving sms > though sending is ok. With the last post from Emmanuel, I think the success > is hard. > > I am not sure it is ok to discuss in this thread or not. I want to ask if > anybody of you have experience in Telular with Kannel. > > Thanks. > > Pratik > > > > > On Fri, Aug 27, 2010 at 5:34 AM, Emmanuel CHANSON < > [email protected]> wrote: > > "For newer models of Nokia phones, e.g., N70, N80, the "+CNMI" is not > supported, and you have no way of detecting incoming SMS." > from this url > > I noticed that many nSeries phones does not support AT+CNMI command. > > BR, > > Emmanuel > > > 2010/8/26 Nikos Balkanas <[email protected]> > > > Well, it is in the UG I was referring to. But it is not a cure all. Several > Nokia phones are known not to support it. > > BR, > Nikos > ----- Original Message ----- From: "Rene Kluwen" <[email protected]> > To: "'Nikos Balkanas'" <[email protected]>; "'Pratik Shrestha'" < > [email protected]>; <[email protected]> > Sent: Thursday, August 26, 2010 5:16 PM > Subject: RE: SMS receive not working with nokia n70 > > > > To be exact: The AT+CNMI gsm command is missing from your init string. > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf > Of Nikos Balkanas > Sent: Thursday, 26 August, 2010 12:09 > To: Pratik Shrestha; [email protected] > > Subject: Re: SMS receive not working with nokia n70 > > Hi, > > You probably have wrong init-string. There is a special section in UG about > modem initialization. You may need to configure sim-buffering and > message-storage. > > BR, > Nikos > ----- Original Message ----- From: Pratik Shrestha > To: [email protected] > Sent: Thursday, August 26, 2010 12:01 PM > Subject: SMS receive not working with nokia n70 > > > Dear All, > I have configured nokia 70 to work. Sending sms through kannel (web > interface) is ok. But kannel is not receiving the sms when I send sms to > that phone (nokia n70). The phone receives the sms and beeps but nothing > happens to kannel. Actually I want kannel to receive that sms and post to a > link I have configured in its configuration file. > > My configuration file is > group = core > admin-port = 13000 > admin-password = bar > admin-deny-ip = "*.*.*.*" > admin-allow-ip = "127.0.0.1;192.168.0.*" > smsbox-port = 13003 > wapbox-port = 13004 > wdp-interface-name = "*" > log-file = "/var/log/kannel/bearerbox.log" > access-log="/var/log/kannel/access.log" > box-deny-ip = "*.*.*.*" > box-allow-ip = "127.0.0.1;192.168.0.*" > > group = wapbox > bearerbox-host = localhost > log-file = "/var/log/kannel/wapbox.log" > > # GSM modem > group = smsc > smsc = at > smsc-id=N70 > modemtype = nokiaphone > device = /dev/ttyACM0 > speed = 460800 > #pin =2345 > > group = modems > id = nokiaphone > name = "Nokia Phone" > detect-string = "Nokia N70" > #detect-string2 = > init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" > #enable-hwhs = > > # fake smsc > group = smsc > smsc = fake > port = 10000 > connect-allow-ip = 127.0.0.1 > > group = smsbox > bearerbox-host = localhost > sendsms-port = 13131 > sendsms-chars = "0123456789 " > global-sender = 123456 > access-log = "kannel.access" > log-file = "smsbox.log" > log-level = 0 > > group = sms-service > keyword = nop > text = "You asked nothing and I did it!" > catch-all = true > > group = sms-service > #keyword = > keyword-regex = .* > catch-all = yes > get-url = > " > http://192.168.0.92:8080/KannelSmsReceiver/msgRecvd.htm?sender=%p&text=%s-% > r" > accept-x-kannel-headers = true > max-messages = 0 > #concatenation = true > > group = sms-service > keyword = default > text = "No action specified" > > group = sendsms-user > username = username > password = password > ********************************************** > I want kannel to receive the sms and send it to url given above > " > http://192.168.0.92:8080/KannelSmsReceiver/msgRecvd.htm?sender=%p&text=%s-% > r" > > Rgds, > Pratik > > > > > > > > > > > > -- > Emmanuel > > CHANSON Emmanuel > Mobile Nouvelle-Calιdonie: +687.77.35.02 > > Mobile France: +33 (0) 6.68.03.89.56 > @email : [email protected] >
