kannel use isspace to check keywords, isspace() find %09,%0a,%0b,%0c,%0d and %20 as space so when you send binary message it will change all of them to %20 also trim sequence of them. how should I ask kannel to ignore this stupid work?!?!?!?
On 9/23/07, Vahid Ghafarpour <[EMAIL PROTECTED]> wrote: > > I have a message which has %0D > In access.log it said that it get %0D but calling url of smsbox convert it > to + (%20) why kannel do this? > > On 9/19/07, Vahid Ghafarpour <[EMAIL PROTECTED]> wrote: > > > > thanks alot I found it > > > > On 9/19/07, Kyriacos Sakkas < [EMAIL PROTECTED]> wrote: > > > > > > Vahid Ghafarpour wrote: > > > > when I got a 8-BIT message which contain %20 byte in it kannel > > > replace > > > > this character with '+' which is %2B why it do it and how can I fix > > > > this problem??!??! > > > > > > > > -- > > > > --Vahid Ghafarpour. > > > > http://vahid.ghafarpour.ir/ > > > > vahid at ghafarpour dot ir > > > > ghafarpour at gmail dot com > > > you need to URL decode the string. > > > > > > -- > > > Kyriacos Sakkas > > > Development Team > > > Netsmart > > > Tel: + 357 22 452565 > > > Fax: + 357 22 452566 > > > Email: [EMAIL PROTECTED] > > > http://www.netsmart.com.cy > > > > > > Taking Business to a New Level! > > > > > > ** Confidentiality Notice: The information contained in this email > > > message may be privileged, confidential and protected from disclosure. > > > If you are not the intended recipient, any dissemination, > > > distribution, > > > or copying of this email message is strictly prohibited. > > > If you think that you have received this email message in error, > > > please > > > email the sender at [EMAIL PROTECTED] ** > > > > > > > > > > > > -- > > --Vahid Ghafarpour. > > http://vahid.ghafarpour.ir/ > > vahid at ghafarpour dot ir > > ghafarpour at gmail dot com > > > > > > -- > --Vahid Ghafarpour. > http://vahid.ghafarpour.ir/ > vahid at ghafarpour dot ir > ghafarpour at gmail dot com > -- --Vahid Ghafarpour. http://vahid.ghafarpour.ir/ vahid at ghafarpour dot ir ghafarpour at gmail dot com
