My secured data should be 47 in Hex, 8 bit binary. Becouse of this I use coding=2. Can it cause any problem? -----Original Message----- From: Stipe Tolj [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 10:19 PM To: Olga Rudchenko Cc: [email protected] Subject: Re: is it possible to send sms to sim card using Kannel? Hi Olga, Olga Rudchenko wrote: > Hi all, > > > > I need to send sms to sim card in gsm phone. I use url like this: > > > > http://65.93.251.231:13013/cgi-bin/sendsms?smsc=ppppp&user=hhh&pass=tt > t& > mclass=2&udh=%14%02%70%00%00%0F%0D%00%00%00%00%49%4D%45%00%00%00%00%00 > %0 > 0&coding=2&to=14168234702&text=G > <http://65.93.251.231:13013/cgi-bin/sendsms?smsc=ppppp&user=hhh&pass=t > tt > &mclass=2&udh=%14%02%70%00%00%0F%0D%00%00%00%00%49%4D%45%00%00%00%00%0 > 0% > 00&coding=2&to=14168234702&text=G> > > > > don't have any luck. Is it possible to send sms to sim using kennel? yes, according the GSM specs and the way DCS field is interpreted by devices, this is possible. From your sendsms calls I see that you do set mclass=2 which is correct. Setting coding=2 causes coding scheme UCS2 for the DCS coding scheme flag. Is that really intended, or are you trying to send 8bit binary messages? Since you use UDH. Stipe mailto:stolj_{at}_wapme.de ------------------------------------------------------------------- Wapme Systems AG Vogelsanger Weg 80 40470 D�sseldorf, NRW, Germany phone: +49.211.74845.0 fax: +49.211.74845.299 mailto:info_{at}_wapme-systems.de http://www.wapme-systems.de/ -------------------------------------------------------------------
