On Fri, Feb 20, 2009 at 1:43 PM, narendra reddy <[email protected]> wrote: > i tried like this but it is not allowing > http://localhost:13005/cgi-bin/sendsms?username=pyro&password=pyro&from=888&to=91971236987&text=Test%20Message&charset=UTF-16BE&mclass=2 > &coding=1&pid=0&dlr-mask=1&text=ho&from=555&to=99854668558. this is for two
In both cases you are using coding =1 which means binary message you should use coding = 2 if charset = UTF-16BE Do you read the userguide? :P BR, Jovan
