On Fri, May 8, 2009 at 12:32 PM, Elton Hoxha <[email protected]> wrote: > I tried this: > http://10.1.21.137:13014/cgi-bin/sendsms?username=test3&password=test3&from=ELTON&to=355672509006&text=%C3%A9&coding=0 > character is transformed again in kannel
The characters you are trying to send are not defined in GSM 03.38 7bit alphabet. The characters that you are sending are from ISO 8859-1 which means you have to use 8 bit coding "coding=1". That's why you don't get the original message on your ME. Try sending message with some characters from the GSM 7 alphabet i.e message text ="@è€" http://10.1.21.137:13014/cgi-bin/sendsms?username=test3&password=test3&from=ELTON&to=355672509006&text=%00%040%1B%65&coding=0 BR, Jovan
