unsubscribe

2012-01-12 Thread Tigran Avanesov
 



How to send multipart messages?

2012-01-05 Thread Tigran Avanesov
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=testpassword=testto=123
456789from=TESTtext=long_long_text
password=testto=123456789from=TESTtext=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=1charset=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=1charset=windows-1252user
name=testpassword=testto=123456789from=TESTtext=long_long_text
charset=windows-1252username=testpassword=testto=123456789from=TESTtex
t=long_long_text

 

How to solve that?

 

Thanks in advance.