Hi all,
Are there any special options that I need to send to be able to send multipart messages? I'm submitting SMS to Kannel by accessing the following URL. http://myipaddress:13013/cgi-bin/sendsms?username=test <http://myipaddress:13013/cgi-bin/sendsms?username=test&password=test&to=123 456789&from=TEST&text=long_long_text> &password=test&to=123456789&from=TEST&text=long_long_text But instead of receiving the message itself I see some strange symbols on my phone, something similar to 4eX1-06I! . and it contains some not Latin symbols as well. If I make the text shorter (less then 160) without changing anything else it works fine, so this is just multipart message problem. If I set coding and charset (coding=1&charset=windows-1252) then my Samsung phone receives the message, but Nokia says "Unsupported message type" http://myipaddress:13013/cgi-bin/sendsms?coding=1 <http://myipaddress:13013/cgi-bin/sendsms?coding=1&charset=windows-1252&user name=test&password=test&to=123456789&from=TEST&text=long_long_text> &charset=windows-1252&username=test&password=test&to=123456789&from=TEST&tex t=long_long_text How to solve that? Thanks in advance.