Re: Problem with sqlbox and utf8

2013-08-13 Thread dorin
thanks for your reply spameden, but coding=2 didn't helped me. On 12.08.2013 18:55, spameden wrote: use coding=2 2013/8/12 dorin dorinafte...@mail.ru mailto:dorinafte...@mail.ru Hello! Have such trouble, I can't send utf8 data via sqlbox. Every time it spoils the data. On sent_sms

Re: Problem with sqlbox and utf8

2013-08-13 Thread Ali Kashif
i think in addition to coding=2, you also need to change the Mysql table charset ALTER TABLE `send_sms` CHANGE `msgdata` `msgdata` TEXT CHARACTER SET utf8 COLLATE utf8_estonian_ci NULL , ROW_FORMAT=DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci ; ALTER TABLE `sent_sms` CHANGE `msgdata` `msgdata`

Re: Problem with sqlbox and utf8

2013-08-13 Thread dorin
Thanks a lot! Your solution helps me. Now I have another problem. When I send one SMS via sqlbox I receive good DLR from SMSC, but if I send 2 SMS via sqlbox (I made 2 inserts in the table). No DLR comes back. What can be the problem? Kannel accepts many dlr-url in a time? For ex.

Re: Problem with sqlbox and utf8

2013-08-13 Thread dorin
Want to notice that I do not properly explained the latest post, If I send 2 SMS via sqlbox then DLR comes back only for the last sent SMS. On 13.08.2013 14:17, dorin wrote: Thanks a lot! Your solution helps me. Now I have another problem. When I send one SMS via sqlbox I receive good DLR from

Message text being trimmed before going to get-url

2013-08-13 Thread Rodrigo Rocco
Hello, I have a problem with a customer sending binary MOs to Kannel. Messages ending with an space (%20), or tabulation, or any whitespace character are being omitted from the %a parameter, as if a trim is being done before the message is sent. Is it the default behavior? Is there any way to

DLR issue

2013-08-13 Thread dorin
Hello! who can help me? I configured: bearerbox-smsbox-sqlbox. That works fine if I send one message via sqlbox. But if I send more messages at once, I receive DLR status only for the last sent message. For example I write into send_sms table one sms - I recieve a good DLR status. If I write

Re: DLR issue

2013-08-13 Thread Alejandro Guerrieri
Also, are you sending to the same phone number? Many carriers have velocity check that would just ignore multiple messages to the same phone number if sent close together. Regards, Alex On Tue, Aug 13, 2013 at 11:18 AM, Rene Kluwen rene.klu...@chimit.nl wrote: Check your sent_sms logs. Do

Re: Message text being trimmed before going to get-url

2013-08-13 Thread Rodrigo Rocco
Nevermind...I was using %a, and the desired behavior is achieved using %b, as seen in the User Guide: http://www.kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN3887 Maybe the description for the %a parameter could include the information of the trim being done (not just

RE: DLR issue

2013-08-13 Thread Rene Kluwen
It could be because Kannel is load balancing between your boxes. Give both sqlbox and your smsbox a different smsbox-id. Then, when inserting a message, set the boxc_id field to your smsbox-id. == Rene From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: dinsdag 13