Re: garbled SMS
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <016301c29a7a$718340b0$bb00a8c0@D> |
hi!
I sent the sms using the sendsms CGI script,like ...
links -dump 'http://127.0.0.1:15013/cgi-bin/sendsms?username=smsuser&password=test&from=1234&smsc=CELLSMPP&to=9472423353&text=1234567823456782345678'
smsc is some version of SMPP( As given in kannel userguide). How do I set the encoding mechanism?
----- Original Message -----
From: Andreas Fink
To: [email protected]
Sent: Monday, December 02, 2002 4:48 AM
Subject: Re: garbled SMS
On Dienstag, Dezember 3, 2002, at 03:25 Uhr, <[email protected]> wrote:
Hi list!
When I send sms using the kannel gateway the message is received garbled. i.e. The message is encrypted except every 8th character.
For example when I send the message,
1234567823456782345678
the result on the phone is,
1dL!SFM8dL!SFM8dL!SFM8
Note here that every 8th character appears correctly.
you got 7bit/8bit encoding wrong. how did you submit the message and what kind of SMSC do you use there?