Re: SQLBox Sent SMS

2010-11-19 Thread James E
So is this an update to SQLBOX? Because I just compiled from the latest svn source, and still having same issue.. Or should i be compiling kannel from latest? Regards, James On Fri, Nov 19, 2010 at 2:53 PM, Alejandro Guerrieri < alejandro.guerri...@gmail.com> wrote: > All patches Renee proposed

DLR request is "prohibited" so...?

2010-11-19 Thread I Gede Wijaya
Halo again list, How could I get the sent sms status, if SMSC "prohibited" in using DLR request? Like my thread before, the SMSC will send many error code based on their spec. And those error will appear on bb log. And I only just play around with gw/smsc/smpp_pdu.c and gw/smsc/smpp_pdu.h to make

Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-19 Thread Peter
Hi, excuse my ignorance but i do not know where the devel archives are in the svn (is it something like .../sqlbox/devel?), where do i find the patch and how to apply it. Is it possible to guide me on that? why this patch was not commited into trunk yet? Best regards Στις 19-11-2010, ημέρα Παρ,

Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-19 Thread Willy Mularto
http://www.mail-archive.com/de...@kannel.org/ http://www.mail-archive.com/users@kannel.org/ sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Nov 19, 2010, at 4:26 PM, Peter wrote: > Hi, > excuse my ignorance but i do not know where the devel archives are in the svn > (is

Re: users Digest, Vol 51, Issue 63

2010-11-19 Thread Ravindra Gupta // Viva
ds to your MySQL server version for the right syntax to > use near > >>>>>>> ''id:1127445986 sub:001 dlvrd:001 submit date:1011120752 done > >>>>>>> date:1011120752 sta'

Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-19 Thread Peter
Willie. Thank u, the patch is not commited I tested with the patch but still get 2010-11-19 12:19:47 [14060] [3] DEBUG: smsbox_to_bearerbox: sms received 2010-11-19 12:19:48 [14060] [4] ERROR: MYSQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server v

Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-19 Thread Alejandro Guerrieri
Sqlbox now uses url-encode for msgdata and udhdata, this shouldn't be an issue. I'll try to reproduce the error locally and let you know what I find. Are you using latest sqlbox and kannel? Regards, Alex On Fri, Nov 19, 2010 at 11:24 AM, Peter wrote: > > Willie. > > Thank u, > the patch is n

Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-19 Thread Kenny
Alex, Are you saying one has to url-encode before passing data into msgdata and udhdata? Please confirm. -- Regards Kenny 2010/11/19 Alejandro Guerrieri > Sqlbox now uses url-encode for msgdata and udhdata, this shouldn't be an > issue. > > I'll try to reproduce the error locally and let you

Re: DLR request is "prohibited" so...?

2010-11-19 Thread Nikos Balkanas
Hi, You can get some info with respect to whether SMS was accepted or rejected by the SMSc, using dlr-mask 24. But you can never know if the SMS was actually delivered to the destination without DLRs. If your SMSc "prohibits" DLRs you better change SMSc. BR, Nikos - Original Message

Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-19 Thread Alejandro Guerrieri
With the latest version, yes. It's mentioned on the UPGRADE file: * IMPORTANT NOTICE * If you're upgrading from a version BEFORE 2010-11-11 (0.7.x and lower), please note that the format for the msgdata and udhdata columns is now url-encoded. That probably means that if you use inser

Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-19 Thread Kenny
Alex...that's fantastic. :) Willy.. have you tested this with wappush? Am going to do that presently. -- Regards Kenny 2010/11/19 Alejandro Guerrieri > With the latest version, yes. It's mentioned on the UPGRADE file: > > > * IMPORTANT NOTICE * > > If you're upgrading from a ver

Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-19 Thread Alejandro Guerrieri
It should work fine now, I've tested it :) 2010/11/19 Kenny > Alex...that's fantastic. :) > > Willy.. have you tested this with wappush? Am going to do that presently. > > -- > Regards > Kenny > > > > 2010/11/19 Alejandro Guerrieri > >> With the latest version, yes. It's mentioned on the UPGRAD

Re: SMSC Rejected DLR shouldn't be saved in the DLR storage

2010-11-19 Thread Thomas Göttgens
Title: Re: SMSC Rejected DLR shouldn't be saved in the DLR storage Hello Mohammed, it is so you can find out there was an ERROR submitting the SM. How else would you know? Think of it as error message. Kannel must match it in the dlr mechanism or else you would not be able to retrieve the status

Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-19 Thread Willy Mularto
Sorry for the late reply, it's midnight here :) Not yet brother, yesterday I tested with reguler text and found the SQLBox didn't URL-Encoded the text. I will try to test it out ASAP. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Nov 19, 2010, at 6:48 PM, Alejandro G