Malformed UDH length indicator

2016-11-22 Thread SANJEEV REDDY
Hi all, When I tried to send sms containing single quotes from sql box, Opensmppbox logged the following error ERROR: Mallformed UDH length indicator 0x040 while message length 0x010. Discarding MO message. Example sms (msgdata) is sanj'dfsd'sdfsd. If I remove single quotes from the sms , it

Re: Malformed UDH length indicator

2016-11-22 Thread Alvaro Cornejo
Hi You need to url encode your string. Regards Alvaro |-| Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier celular y Nextel en el Perú, México y en mas de 180 pa

Re: Malformed UDH length indicator

2016-11-22 Thread Alvaro Cornejo
Hi Always CC users list so you might get more feedback and others can benefit from conversation. What I mean was that you need to urlecode() your text when entering it into sqlbox in order to "escape" characters that might cause some issues. In mysql, the ' sign have an specific meaning. therefo

Re: Malformed UDH length indicator

2016-11-22 Thread SANJEEV REDDY
Hi, I followed your instructions. It works fine now. Thanks a lot for sharing your knowledge. On Tue, Nov 22, 2016 at 10:11 PM, Alvaro Cornejo wrote: > Hi > > Always CC users list so you might get more feedback and others can benefit > from conversation. > > > What I mean was that you need