Hello, I’m trying to send Sinhala (Sri Lankan) letters through Kannel and that works perfectly with GET method with coding 2 and charset utf-8
http://10.9.8.25:13013/cgi-bin/sendsms?username=****** <http://10.9.8.25:13013/cgi-bin/sendsms?username=******&password=******&to=94777289868&from=94115753753&priority=0&text=%E0%B6%BB%E0%B7%83%E0%B7%92%E0%B6%9A&coding=2&charset=utf-8> &password=******&to=94777289868&from=94115753753&priority=0&text=%E0%B6%BB%E0%B7%83%E0%B7%92%E0%B6%9A&coding=2&charset=utf-8 When I try to send as a XML Post as shown below (having message text url-encoded and without encoded), the messages are delivered to IPhone BUT NOT DELIVERED TO ANDROID PHONES. Can someone please assist me as to where I’m doing wrong here. <?xml version = "1.0" encoding="UTF-8" standalone = "no" ?> <message> <submit> <da><number>94777289868</number></da> <oa><number>94115753753</number></oa> <ud>%E0%B6%BB%E0%B7%83%E0%B7%92%E0%B6%9A</ud> <dcs><coding>1</coding><mclass>1</mclass></dcs> <from> <username>bellvantage</username> <password>password@123</password> </from> </submit> </message> <?xml version = "1.0" encoding="UTF-8" standalone = "no" ?> <message> <submit> <da><number>94777289868</number></da> <oa><number>94115753753</number></oa> <ud>රසික</ud> <dcs><coding>1</coding><mclass>1</mclass></dcs> <from> <username>bellvantage</username> <password>password@123</password> </from> </submit> </message> Regards, Rasika Udayanga 0777289868
