documentation for SQLbox on how to send concatenated SMSs with UDH

2016-02-24 Thread hbilman
Hi SQLBox developers and maintainers, Has anyone successfully sent concatenated SMSs with UDH and SQLBox so that they can response to the following post https://www.mail-archive.com/users@kannel.org/msg31000.html and so create documentation on how to do this. We have tested and confirmed these

RE: when we compile the latest svn code it fails

2016-01-31 Thread hbilman
Hi Alex, We resolved the issue and found that the problem was openssl-devel.x86_64 as not installed. Once we installed it, the latest Kannel SVN was able to compile. Thanks for your response, as it made us recheck our environment. Regards

RE: when we compile the latest svn code it fails

2016-01-15 Thread hbilman
Hi Alex, Before the latest changes I was able to compile with these configure options below: I use: ./configure --with-defaults=speed --with-pgsql --enable-start-stop-daemon --enable-ssl --disable-localtime --enable-cookies --with-pgsql-dir=/usr/pgsql-9.4 Then: make;make install If I add to

when we compile the latest svn code it fails

2015-12-30 Thread hbilman
Hi Alex, Based on https://redmine.kannel.org/projects/kannel/repository You recently added "test/test_http.c: implemented cmd line option to provide CA file." When we compile the latest code we get the error: test/test_http.o: In function `main': /home/kannel/gateway/test/test_http.c:456:

Re: patch to allow data_coding to be set to 3

2015-10-08 Thread hbilman
Hi Alex and Andreas, Vodacom says send Latin-1 characters and set your data_coding field to 3 to tell the SMSC to translate the characters from Latin-1 to GSM. So that if we want to display the curly bracket '}' you have to send the escape character and the round bracket character: ESC + )

patch to allow data_coding to be set to 3

2015-10-07 Thread hbilman
Hi Alex, >From this thread that you responded to see http://www.kannel.org/pipermail/users/2012-April/017611.html and the current user guide, it seems Kannel has never allowed data_coding to be set to 3. See the coding parameter in the current spec

[PATCH] Fix store file race

2015-07-13 Thread hbilman
Hi, Please commit. Thanks From: Alexander Malysh amal...@kannel.org To: devel Devel devel@kannel.org Subject: [PATCH] Fix store file race Message-ID: 6ba67298-cf52-4b44-9e3b-4dbae9b9e...@kannel.org Content-Type: text/plain; charset=us-ascii Hi all, please find attached patch that fixes store

Re: [patch] add UUID to HTTP headers

2015-06-16 Thread hbilman
Hi Alex, One good reason to add a UUID to HTTP headers is to then have a method to be able to easily delete an SMS in Kannel's store before it's sent. Currently Kannel internally creates a UUID for each SMS before sending it. This can be seen using lynx -dump

Fwd: How to remove messages from Kannel local subsystem using

2015-05-21 Thread hbilman
Hi Alex, 1) Was code for this feature accepted and committed https://redmine.kannel.org/issues/567 ? Add a new command to the kannel admin interface to delete the queued messages for certain criteria, like for SMSC connection XX or for short code or move these messages to certain directory:

[PATCH] Fix delayed shutdown when smsbox vanishes with high

2015-04-22 Thread hbilman
Hi Stipe, Thanks for this patch. By the way David Schneider sent a patch to the devel group on Tue, 31 Mar 2015 11:49:47 +0200. When you are committing your code, please consider reviewing his patch as well and commit it if you think it's necessary. If developer's patches are ignored they will

Re: Throttling Error

2014-07-03 Thread hbilman
Hi, You could make this one of the Kannel SMSC Group Variables and therefore configurable per SMSC connection and have the default value set to the current value. Kind Regards Hillel Bilman Manager eCommunicate mailto: hbil...@ecommunicate.co.za Cell: 083-232 Landline: 011-443-6164 Fax:

RE: memory leaks in opensmppbox

2014-06-10 Thread hbilman
Hi Hanh, I can’t access the drop box contents. Please paste the details of the drop box into this email so we can all see your Valgrind results. Track origins should be the key. valgrind --leak-check=full --track-origins=yes ./opensmppbox? thanks From: Hanh Le Bich

memory leaks in opensmppbox

2014-06-09 Thread hbilman
Hi Hanh, Now that you and Stipe have confirmed there is currently no memory leak in smsbox, let’s focus only on the memory leaks in opensmppbox with a new thread as you suggested. If anyone else has experience with memory leaks in opensmppbox please post to this thread, so that we can use others

Re: Does opensmppbox and smsbox have serious memory issues?

2014-06-07 Thread hbilman
Hi Hanh, That's good news. As it seemed strange no one else would have picked up this issue for smsbox, which is so well used. However for opensmppbox, which is not as well used as smsbox, there may still be actual memory leaks. Please check again using your new virtual machine and send us your

Re: Strange sqlbox/kannel bug(?)

2014-05-23 Thread hbilman
Hi Ciaran, I think you may have found an unreported bug. Would you like to try submit a patch to fix this bug? rgds Date: Mon, 28 Apr 2014 20:32:52 + From: Ciaran Scolard cia...@phonovation.com To: spameden spame...@gmail.com Cc: devel@kannel.org devel@kannel.org, Pedro Quintas

RE: [PATCH] Optional usage of submit_sm.message_payload for large MTs

2014-05-21 Thread hbilman
+1 this is a useful addition. Thanks Stipe. Date: Tue, 20 May 2014 17:44:04 +0200 From: Stipe Tolj st...@kannel.org To: devel@kannel.org devel@kannel.org Subject: [PATCH] Optional usage of submit_sm.message_payload for large MTs Message-ID: 537b7844.9000...@kannel.org Content-Type:

RE: Does opensmppbox and smsbox have serious memory issues?

2014-05-18 Thread hbilman
29, 2014 at 4:02 PM, Alexander Malysh amal...@kannel.org wrote: Hi, just checked daily snapshot, yes you can use it, this is uptodate. Alex Am 29.04.2014 um 04:44 schrieb Hanh Le Bich hanhmi...@gmail.com: Dear hbilman development team, I'm willing to help to provide more evident but i

RE: Does opensmppbox and smsbox have serious memory issues?

2014-05-09 Thread hbilman
Hi Hanh, Please you email us the file smsbox_memleakcheck_20140503.txt with your results from Valgrind, as it's no longer available on drop box. Thanks From: Alexander Malysh [mailto:malys...@gmail.com] On Behalf Of Alexander Malysh Sent: Friday, May 9, 2014 12:58 PM To:

RE: Does opensmppbox and smsbox have serious memory issues?

2014-05-07 Thread hbilman
HI Hanh and Kannel developers, The memory leaks in the latest svn for smsbox, as mentioned in your post Date: Sat, 3 May 2014 10:06:54 +0700 and shown in https://www.dropbox.com/s/yjrc6wmdm0rwonz/smsbox_memleakcheck_20140503.txt

Re: Does opensmppbox and smsbox have serious memory issues?

2014-05-04 Thread hbilman
hbilman development team, I'm willing to help to provide more evident but i have no background to work in IT fields. Cause my server has no internet connection thus i cannot get the lastest SVN trunk. Normally i download source files via the daily snapshot, is it ok? Regards, Hanh

Re: Does opensmppbox and smsbox have serious memory issues?

2014-05-04 Thread hbilman
. Regards, Tuan. On Tue, Apr 29, 2014 at 4:02 PM, Alexander Malysh amal...@kannel.org wrote: Hi, just checked daily snapshot, yes you can use it, this is uptodate. Alex Am 29.04.2014 um 04:44 schrieb Hanh Le Bich hanhmi...@gmail.com: Dear hbilman development team, I'm

RE: Does opensmppbox and smsbox have serious memory issues?

2014-05-02 Thread hbilman
...@gmail.com: Dear hbilman development team, I'm willing to help to provide more evident but i have no background to work in IT fields. Cause my server has no internet connection thus i cannot get the lastest SVN trunk. Normally i download source files via the daily snapshot, is it ok? Regards

Does opensmppbox and smsbox have serious memory issues?

2014-04-27 Thread hbilman
Hi Kannel developers, Hanh posted his Valgrind research to the user group for smsbox and opensmppbox. His results seem interesting and so I'm copying them to this thread so the Kannel developers can view them. These results can be viewed by following the thread on Wed, Apr 23, 2014 at 3:41 AM,

Does opensmppbox and smsbox have serious memory issues?

2014-04-26 Thread hbilman
Hi Rene and other Kannel developers, Hanh posted his Valgrind research to the user group for smsbox and opensmppbox. His results seem interesting and so I'm copying them to this thread so the Kannel developers can view them. These results can be viewed by following the thread on Wed, Apr 23,

RE: bug in redmine

2014-03-24 Thread hbilman
Hi Stripe, Thanks for committing these important fixes that we all need. Kind Regards Hillel Bilman Manager eCommunicate mailto: mailto:hbil...@ecommunicate.co.za hbil...@ecommunicate.co.za Cell: 083-232 Landline: 011-443-6164 Fax: 088-011-443-6164 Social Media marketing

RE: SMPP DLR

2014-03-05 Thread hbilman
Hi Kevin, Please consider breaking this into two solutions, each solution Rene will need to accept on its own merits : 1)First create a patch that enables opensmppbox to work with transceiver binds. 2) Secondly based on the successful acceptance of the first patch, create a new patch that enables

RE: SMPP DLR

2014-03-05 Thread hbilman
I agree, why not use Kannel as opensmppbox should work well with Kannel. However another mature implementation is OpenSmpp see https://github.com/OpenSmpp/opensmpp It seems from your post that opensmppbox works fine with transceiver binds and the only bug you have found is with separate

RE: SMPP DLR

2014-02-24 Thread hbilman
Hi Kelvin, From your email it appears this bug does not appear if your client binds as a transceiver, is this correct? Rgds Date: Fri, 14 Feb 2014 13:13:17 +0100 From: Rene Kluwen rene.klu...@chimit.nl To: 'Porter, Kelvin' kelvin.por...@h3net.com Cc: devel@kannel.org Subject: RE: SMPP DLR

RE: bug reporting about the retry of message when smpp gateway receive error code from smsc

2014-02-11 Thread hbilman
Hi, Any idea when the patch for retry handling will be submitted, as otherwise kannel will keep retrying if the SMSC returns the wrong error code to kannel? I'm concerned this patch will not be submitted and we will all move on to the next issue. Thanks Hillel

patch for concatenation and throughput smsc parameter

2013-03-21 Thread hbilman
Hi, We have a problem that if you send an SMS over 160 characters (7 bit) to Kannel then Kannel does not obey the throughput SMSC parameter and you get throttling errors from the SMSC. The only other option is to manage your concatenation or set max-pending-submits=1. We would prefer to

Message splits

2012-10-16 Thread hbilman
Hi Doug, I was looking at your posts and went back to your first post to try understand what does Message splits mean? Please explain? Also why do we need unless immediate-sendsms-reply = true and how it relates to concatenation. Most Kannel users are forced to manage their concatenated SMSs to