Re: SMPP

2010-11-12 Thread Innocent Muchedzi
NO you dont need an SMPP server for sending out bulk sms, instead of configuring your kannel to use modem you need now to use SMPP. for SMPP to work, you need to have an agreement with an local mobile operator who will give an account and all the smpp connection settings. Innocent Muchedzi

Re: Kannel was reset connection when receive and send large message in second

2010-11-12 Thread Nguyen Van Minh
Please help me :( On Thu, Nov 11, 2010 at 8:26 PM, Nguyen Van Minh min...@fscvietnam.comwrote: Dear Kannel users, I have BIG problem, when my Kannel receive and send about 80~100SMS/s I got some errors (see log), and Kannel server hangs some time. I need reset Kannel :(. I think, the

Re: Kannel was reset connection when receive and send large message in second

2010-11-12 Thread Willy Mularto
It's about the webserver and or the aspx script needs to be tuned up. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Nov 12, 2010, at 3:58 PM, Nguyen Van Minh wrote: Please help me :( On Thu, Nov 11, 2010 at 8:26 PM, Nguyen Van Minh min...@fscvietnam.com wrote:

Re: Error installing Sqlbox from SVN

2010-11-12 Thread Patrik Båt
Kannel need the headers for mysql/whatever db you want. yum install mysql-devel or apt-get install mysql-devel if you want to run MySQL as database. On Fri, 2010-11-12 at 07:58 +0100, Nikos Balkanas wrote: As the log states: You need to have at least one DB engine. Additionally it

Re: Kannel was reset connection when receive and send large message in second

2010-11-12 Thread Elton Hoxha
Hi, When I have encountered this error, I had a problem with the my DB, processed by application. First check the if any table lock happened and perform a debug of Process.aspx with your DB. On Fri, Nov 12, 2010 at 10:07 AM, Willy Mularto sangpr...@gmail.com wrote: It's about the webserver and

Re: Kannel was reset connection when receive and send large message in second

2010-11-12 Thread Nguyen Van Minh
Thank for your reply. Now I am tuning aspx script and webserver. On Fri, Nov 12, 2010 at 5:19 PM, Elton Hoxha elt...@gmail.com wrote: Hi, When I have encountered this error, I had a problem with the my DB, processed by application. First check the if any table lock happened and perform a

meta info - dlr_err

2010-11-12 Thread James E
Hi, My DLR-URL gets sent the meta info (%D), it attaches dlr_err=%03%00%1B Can someone tell me what dlr_err represents? Is it the delivery report error code (from the smsc)?. Also how come its %03%00%1B and not a number? And how do I decode it? Regards, J

RE: SQLBox INSERT INTO MySQL Bug

2010-11-12 Thread Rene Kluwen
It's not the ' character that is not escaped. Probably you are getting a '\x00' byte in your delivery receipt. I had the same issue with a client. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Willy Mularto Sent: Friday, 12

[PATCH] RE: SQLBox INSERT INTO MySQL Bug

2010-11-12 Thread Rene Kluwen
This patch should solve the issue. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Rene Kluwen Sent: Friday, 12 November, 2010 13:45 To: 'Willy Mularto'; 'Kannel Users' Subject: RE: SQLBox INSERT INTO MySQL Bug It's not the ' character

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

2010-11-12 Thread Alejandro Guerrieri
Can you try the latest revision? We applied a patch yesterday that url-encodes msgdata and udhdata, I guess it should fix this issue as well. Regards, Alex On Fri, Nov 12, 2010 at 1:52 PM, Rene Kluwen rene.klu...@chimit.nl wrote: This patch should solve the issue. -Original Message-

Re: Unicode SMS through SQLBOX

2010-11-12 Thread James E
Hi Harbhag, I used this patch. Compliments of Stipe. Regards, J On Fri, Nov 12, 2010 at 8:36 PM, Harbhag Singh Sohal harbhag.so...@gmail.com wrote: I have installed kannel using latest svn along with sqlbox and I am still not able to send Unicode SMS via sqlbox. Somebody please help, its

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

2010-11-12 Thread Rene Kluwen
Does it also encode normal text messages? Because those are the case, here. == Rene From: Alejandro Guerrieri [mailto:alejandro.guerri...@gmail.com] Sent: Friday, 12 November, 2010 14:06 To: Rene Kluwen Cc: Willy Mularto; Kannel Users Subject: Re: [PATCH] RE: SQLBox INSERT INTO MySQL Bug

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

2010-11-12 Thread Alejandro Guerrieri
Yes, it url-encodes msgdata and udhdata when saving, and url-decodes when reading. It also allows wap pushes to work btw. Regards, Alex On Fri, Nov 12, 2010 at 2:59 PM, Rene Kluwen rene.klu...@chimit.nl wrote: Does it also encode normal text messages? Because those are the case, here. ==

Re: Unicode SMS through SQLBOX

2010-11-12 Thread Alejandro Guerrieri
I've commited Stipe's patch yesterday, and extended it to do the same on udhdata as well. Please update to latest svn head and you'll get it. Regards, Alex On Fri, Nov 12, 2010 at 2:51 PM, James E jam...@gmail.com wrote: Hi Harbhag, I used this patch. Compliments of Stipe. Regards, J

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

2010-11-12 Thread Willy Mularto
Will play with it tonight and hope those errors disapear and hopefully no need to use sendsms to send wap push anymore. Many thanks to Alex, Rene and all Kannel project+addons developers. sangprabv sangpr...@gmail.com http://www.petitiononline.com/froyo/ On Nov 12, 2010, at 9:03 PM,

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

2010-11-12 Thread Alejandro Guerrieri
Sure, let me give you a couple of hints: * url-encode msgdata and udhdata, for example: udh = %06%05%04%0B%84%23%F0 msgdata = %1B%06%01%AE%02%05%6A... * You'll probably need to set alt_dcs = 1 Hope it helps, Alex On Fri, Nov 12, 2010 at 3:13 PM, Willy Mularto sangpr...@gmail.com wrote:

Re: Unicode SMS through SQLBOX

2010-11-12 Thread James E
Hi, If its already on the SVN, I suggest using that. svn co https://svn.kannel.org/sqlbox/trunk sqlbox Regards, J On Fri, Nov 12, 2010 at 9:46 PM, Harbhag Singh Sohal harbhag.so...@gmail.com wrote: Today I used SVN for the first time so can your please tell me how can I update sqlbox to the

Re: SMPP

2010-11-12 Thread mezgani ali
Salam Hassan, Ask your SMS provider an access to their SMSC gateway, with SMPP support. So i think that you'll get some informations like IP address, port number, login, password ... Regards, On Thu, Nov 11, 2010 at 5:54 PM, Hassan Awodi coolma...@gmail.com wrote: Hello, After going through

Re: Unicode SMS through SQLBOX

2010-11-12 Thread James E
Hi, Did you set charset to utf8 and coding 2 ? J On Fri, Nov 12, 2010 at 10:38 PM, Harbhag Singh Sohal harbhag.so...@gmail.com wrote: I got the latest svn and recompiled and installed sqlbox. But I am still getting strange characters on my phone while sending sms in Punjabi. On Fri, Nov

Re: SMPP

2010-11-12 Thread Hassan Awodi
On 11/11/2010 19:05, Nikos Balkanas wrote: Hi, No you don't. You just need an SMPP SMSc (provider). BR, Nikos - Original Message - From: Hassan Awodi coolma...@gmail.com To: users@kannel.org Sent: Thursday, November 11, 2010 7:54 PM Subject: SMPP Hello, After going through the

Re: Unicode SMS through SQLBOX

2010-11-12 Thread James E
Hi, - smsbox group add mo-recode=true. - utf-8 in charset column in send_sms table - mysql uses utf-8 (change the column collation) Regards, J On Fri, Nov 12, 2010 at 10:59 PM, Harbhag Singh Sohal harbhag.so...@gmail.com wrote: charset = utf-8 is it ok ? On Fri, Nov 12, 2010 at

Re: SMPP

2010-11-12 Thread Hassan Awodi
On 11/11/2010 19:05, Nikos Balkanas wrote: Hi, No you don't. You just need an SMPP SMSc (provider). BR, Nikos - Original Message - From: Hassan Awodi coolma...@gmail.com To: users@kannel.org Sent: Thursday, November 11, 2010 7:54 PM Subject: SMPP Hello, After going through the

strange characters in sent_sms table

2010-11-12 Thread Harbhag Singh Sohal
The sent sms is not properly stored in database. In the msdata field of sent_sms table there are strange characters instead of content of sent sms. Below are config files. KANNEL.CONF #Sample configuration file for Kannel bearerbox on Debian. # See the documentation for explanations of fields. #

Re: meta info - dlr_err

2010-11-12 Thread Nikos Balkanas
That's exactly what it is (err: field). Have you tried urldecoding it? BR, Nikos - Original Message - From: James E To: users@kannel.org Sent: Friday, November 12, 2010 1:30 PM Subject: meta info - dlr_err Hi, My DLR-URL gets sent the meta info (%D), it attaches dlr_err=%03%00%1B