Hi Dziugas,
Sorry I got a mistake when I did the send;-) The problem is I have a machine running kannel 1.2.1 that I send normal GSM messages using coding=1. In a new machine I put kannel 1.3.2 and when I send the message with coding=1 it goes binary. In the manual coding = 0 is equals coding = 1 message coding: 0 (default, 7 bits), 1 (7 bits), 2 (8 bits) or 3 (Unicode) But here you can see the differences: 2005-11-10 11:11:31 Sent SMS [SMSC:BRT] [SVC:brt] [ACT:] [BINF:] [from:90007] [to:554284017946] [flags:-1:1:-1:-1:19] [msg:5:5465737465] [udh:0:] 2005-11-10 11:12:15 Sent SMS [SMSC:BRT] [SVC:brt] [ACT:] [BINF:] [from:90007] [to:554284017946] [flags:-1:0:-1:-1:19] [msg:5:Teste] [udh:0:] Is it working properly? I took off the charset but it did not change. Thank's Douglas -----Original Message----- From: Dziugas Baltrunas [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 9 de novembro de 2005 19:59 To: Douglas Jurcovichi Subject: Re: [PATCH] Documentation changes regarding coding/dcs (was: Message Mode) Hi, 1. always reply also to the mailing list, so other people are involved 2. what problem exactly are you trying to solve? 3. what version of kannel are you using exactly? 4. try removing the charset parameter and look if the log line will change, although it shouldn't. On 11/9/05, Douglas Jurcovichi <[EMAIL PROTECTED]> wrote: > Hi, > > > The URL is: > > http://10.61.14.127:13013/cgi-bin/sendsms?username=tst&password=12345&from=90007&to=554284017946&text=Test > &coding=0&charset=ISO-8859-1&dlrmask=19 > > > > Thank's > > Douglas > > -----Original Message----- > From: Dziugas Baltrunas [mailto:[EMAIL PROTECTED] > Sent: quarta-feira, 9 de novembro de 2005 12:42 > To: Douglas Jurcovichi > Cc: [email protected] > Subject: Re: [PATCH] Documentation changes regarding coding/dcs (was: Message > Mode) > > Hi, > > if you put coding=0 and you're not using alt-dcs, then the second > column, which indicates the coding, should be 0 (which indicates, that > coding is 7 bit) instead of 1. Could you please provide the whole > sendsms URL and Kannel version exactly? > > And you should not worry about -1, which means "default" and which in > most cases is 0. > > On 11/9/05, Douglas Jurcovichi <[EMAIL PROTECTED]> wrote: > > Hi Dziugas, thank's for help. > > > > > > I tested all combinations of alt-dcs and coding and when I put coding=0 > > kannel sends the message in the pure text mode, but it still in the > > bearerboxaccess.log the flags -1:1:-1:-1, how can I change the flags to > > 0:1:0:0 ? > > > > > > Thank's > > > > > > Douglas > > > > -----Original Message----- > > From: Dziugas Baltrunas [mailto:[EMAIL PROTECTED] > > Sent: terça-feira, 8 de novembro de 2005 18:36 > > To: Douglas Jurcovichi > > Cc: [email protected] > > Subject: [PATCH] Documentation changes regarding coding/dcs (was: Message > > Mode) > > > > Hi, > > > > do you use alt-dcs sendsms parameter, which might also affect how the > > message is interpreted (in your case [flags:-1:1:-1:-1:19] indicates, > > that coding is 1 = binary). > > > > Btw, @Stipe and others: we should finally fix the userguide and > > scripts in contrib/ related all the changes relating to alt-dcs and > > coding parameters in order not to confuse users. Attached patch should > > do this. > > > > On 11/8/05, Douglas Jurcovichi <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > Hi list, > > > > > > > > > > > > > > > > > > I am using the kannel today and the bearerboxaccess.log show the messages > > > like this: > > > > > > > > > > > > 2005-11-07 23:59:05 Sent SMS [SMSC:BRT] [SVC:brt] [ACT:] [from:6000] > > > [to:556184720783] [flags:0:1:0:0:0] [msg:124:Teste [udh:0:] > > > > > > > > > > > > It is sending the messages in noemas mode. > > > > > > > > > > > > So, I installed the newer kannel version and it started to show the > > > messages > > > like this: > > > > > > > > > > > > 2005-11-08 15:10:18 Sent SMS [SMSC:BRT] [SVC:brt] [ACT:] [BINF:] > > > [from:90007] [to:554284017946] [flags:-1:1:-1:-1:19] > > > [msg:7:54657374652038] > > > [udh:0:] > > > > > > > > > > > > As well, how can I take out the binary mode sending the message? > > > > > > > > > > > > I tried to change the coding value in thr URL that I'm sending the message > > > form 1 to 0, 2 and did not make effect. > > > > > > > > > > > > > > > > > > > > > > > > Thank's > > > > > > > > > > > > > > > > > > Douglas > > > > > > > > > > > > -- > > Dziugas > > > > > > > > > -- > Dziugas > > > -- Dziugas
