With NowSMS I send a long message and From logs I can see
UDH=050003AD0201;Data=62B219AD66BBE172B0986C46ABD96EB81C2C269BD16AB61B2E078B C966B49AED86CBC162B219AD66BBE172B0986C46ABD96EB81C2C269BD16AB61B2E078BC966B4 9AED86CBC162B219AD66BBE172B0986C46ABD96EB81C2C269BD16AB61B2E078BC966B49AED86 CBC162B219AD66BBE172B0986C46ABD96EB81C2C269BD16AB61B2E078BC966 UDH=050003AD0202;Data=6835DB0D9783C564335ACD76C3E560 My message is 1234567890123456789012345678901234567890123456789012345678901234567890123456 7890123456789012345678901234567890123456789012345678901234567890123456789012 345678901234567890 Which is 170 characters Any clue? Regards, Remon From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Tuesday, June 09, 2009 12:36 PM To: Remon; 'Falko Ziemann' Cc: users@kannel.org Subject: Re: 7bit encoded messages Hi, I just read your encoding scheme (sorry Falko for budding in). If you encode yourself the text message, then you need to use coding=1 or coding=2, else kannel wiil try to recode it as 7bit. BR, Nikos ----- Original Message ----- From: Remon <mailto:re...@interact.mobi> To: 'Falko Ziemann' <mailto:fal...@gmail.com> ; 'Nikos Balkanas' <mailto:nbalka...@gmail.com> Cc: users@kannel.org Sent: Tuesday, June 09, 2009 12:12 PM Subject: RE: 7bit encoded messages Thanks Falko, I will tell you my problems, I need to send long concatenated messages from kannel, I found that I should encode the messages to 7bit and add the header before sending them, have been searching a while on this point with no success, I need a working example to follow but unfortunately I'm unable to find any. Please note that I need to handle text message fragmentation from my application and not from Kannel. Regards, Remon From: Falko Ziemann [mailto:fal...@gmail.com] Sent: Tuesday, June 09, 2009 11:40 AM To: Nikos Balkanas Cc: Remon; users@kannel.org Subject: Re: 7bit encoded messages Nikos: use lynx for suspicious URLs ;-) I think you (remon) make a major mistake in your thoughts how kannel works. When you set coding=0 kannels _output_ is 7bit. The charset of the _input_ is defined in the HTTP-header of the client triggering kannel. So you can use, let's say, UTF-16 in the URL and when you set coding=0 kannel makes it 7bit. But when you send something like "%E8%32%" and you client claims "this is UTF-8" and then kannel tries to translate it to 7bit you get ....strange.... results. Regards Falko Am 09.06.2009 um 01:07 schrieb Nikos Balkanas: Hi, I am very sceptic when using unknown URLs. Could you please describe in mail? BR, Nikos ----- Original Message ----- From: Remon <mailto:re...@interact.mobi> To: 'Nikos Balkanas' <mailto:nbalka...@gmail.com> Cc: users@kannel.org Sent: Tuesday, June 09, 2009 1:49 AM Subject: RE: 7bit encoded messages The below URL is an example of 7bit encoded text, when I send it using coding=0 I receive trash on my phone. I think I'm missing something here. http://www.dreamfabric.com/sms/hello.html From: Nikos Balkanas [mailto:nbalka...@gmail.com] Sent: Monday, June 08, 2009 3:30 AM To: Remon Cc: users@kannel.org Subject: Re: 7bit encoded messages Hi, Use &coding=0 in your URL. BR, Nikos ----- Original Message ----- From: Remon <mailto:re...@interact.mobi> To: users@kannel.org Sent: Monday, June 08, 2009 1:32 AM Subject: 7bit encoded messages Hi, How can I send 7bit encoded text messages using Kannel's http send interface? Thanks,