Gediminas, I think it's not the question of bug. you should read the following thread:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg00369.html and http://www.mail-archive.com/[EMAIL PROTECTED]/msg00400.html where you should find some additional information about the issue. btw, Omnitel was making tests within their partners by sending such messages some months ago. this is the letter about it from devel@: -- >I would like to know, does Kannel support 16 bit encoding? Our provider >sent "test" message 16-bit UCS16 encoding, and here is what I got: > >2003-05-26 15:55:12 Receive SMS [SMSC:xxx] [SVC:] [ACT:] [from:xxx] >[to:xxx] [flags:0:3:0:0:0] [msg:22:00540065007300740020003100360020006200690074] [udh:0:] > >text should be "Test 16 bit" here. this happend with Kannel 1.2.1. I >looked through Changelog, but didn't notice any changes speaking about >UCS16. Yes, smsbox is able to transcode the MOs received in UCS16 into iso-8859-1 before passing them to the applications. Just use mo-recode = yes in you smsbox config group. This is available since 1.1.6 I think. Angel Fradejas Mediafusion Espana, S.A. [EMAIL PROTECTED] www.mediafusion.es Tel +34 91 252 32 00 Fax +34 91 572 27 08 -- On Tue, 23 Sep 2003, Gediminas Grigas wrote: > Thanks Dziugas, > > You are correct. Its the place to look for. Unforunately altought > kannel recognizes it as UTF16-BE, and mo-recode set to "true", it does > not perform conversion anyhow. > It fails to do it on simple a-z > alphabet chars. Must be a bug somewhere, or handset does something > really strange with message:/ > I was looking in kannel source code at the glance but didnt find anything that could > cause fake alarm and triger skip decoding. I probably sould look deeper... > > > P.S. I`m talking about latest stable - 1.2.1 version, however in 1.3.0 > CVS smsbox.c part responsible for conversion is kind of the same. > > So far, so bad:) > > Monday, September 22, 2003, 12:03:56 PM, you wrote: > > DB> Gediminas, > > DB> here is snip from Kannel's userguide: > > DB> mo-recode boolean > > DB> If enabled, Kannel will try to convert received messages > DB> with UCS2 charset to ISO-8859-1 or to UTF-8, simplifying external servers > DB> jobs. If Kannel is able to recode message, it will also change coding to 7 > DB> bits and charset to iso-8859-1 or to utf-8. > > DB> charset string > DB> Charset of text message. Used to convert to a format > DB> suitable for 7 bits or to UCS2. Defaults to ISO-8859-1 if coding is 7bits > DB> and UTF16BE if coding is UCS2. > > DB> it should be enought to send/receive ucs2 encoded messages. > > DB> regards, > DB> Dziugas Baltrunas > > DB> p.s. I haven't tried it with our lithuanian providers yet. > > > DB> On Mon, 22 Sep 2003, Gediminas Grigas wrote: > > >> Hello all, > >> > >> Does anyone have expirience with incoming unicode SMS messages via > >> SMPP? I`m seeng new handsets coming with ucs2 encoded sms messages by > >> default... > >> Any ideas where to look for solution? > >> > >> Thanks. > >> > >> > >> > >> -- > >> Gediminas Grigas > >> > >> > >> > > > > -- > Linkejimai, > Gediminas Grigas > >
