Re: smpp loadbalancer

2012-09-12 Thread Toby Phipps
t; >>http://www.tolj.org/ http://www.kannel.org/ > > >>mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org > > > Best Regards, > > > Ahmed Shabana > Developer > > Mob: +20 (100) 3325373 > Email: a.shab...@ceque

RE: smpp loadbalancer

2012-09-12 Thread Ahmed Shabana
iginal Message- From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Stipe Tolj Sent: Friday, September 07, 2012 2:03 PM Cc: de...@vm1.kannel.org Subject: Re: smpp loadbalancer Am 06.09.2012 17:45, schrieb Ahmed Shabana: > Dears , > > First , Thank you Gu

Re: smpp loadbalancer

2012-09-07 Thread Stipe Tolj
Am 06.09.2012 17:45, schrieb Ahmed Shabana: Dears , First , Thank you Guilaume for your reply . I need a load balance which aware the SMPP commands specially deliver_sm Because almost all our connection forced to be transceiver , and I need to separate the delivery report processing

Re: Need Help Adding foreign_id in Current SVN SQLBox

2012-09-06 Thread spameden
Did you remove old kannel's store file before starting sqlbox? (/var/lib/kannel/kanel.store) 2012/9/7 Willy Mularto > Hi List, > It's me again. I'm adding foreign_id field in the current sqlbox. And > these are what I have done. > > sqlbox_mysql.c > Msg *mysql_fetch_msg() > { > … > msg->sms.fore

RE: smpp loadbalancer

2012-09-06 Thread Ahmed Shabana
(us...@vm1.kannel.org) Subject: Re: smpp loadbalancer Ahmed Shabana writes: > Seem no one use any smpp load balancer before ? what do mean, actually? kannel supports multiple smsc accounts in parallel for a single operator, and that actually balances the sends (please response to the list no

Re: smpp loadbalancer

2012-09-06 Thread Guillaume Cottenceau
Ahmed Shabana writes: > Seem no one use any smpp load balancer before ? what do mean, actually? kannel supports multiple smsc accounts in parallel for a single operator, and that actually balances the sends (please response to the list not me directly) > > > Best Regards, > > > > Ahmed Sh

RE: smpp loadbalancer

2012-09-06 Thread Ahmed Shabana
Seem no one use any smpp load balancer before ? Best Regards, Ahmed Shabana | Senior Software Engineer | Creative Communication Solutions - Cequens | www.cequens.com Egypt Cell +20 (10) 3325373 | KSA Cell +966 (50) 0259791 El-Serag Mall, Building # 2, 11371 Nasr City - C

Re: delivery report

2012-09-05 Thread spameden
e-file with the same name and .bak extension >> >> could you forward 1) the kannel version you use >> and 2) sample smpp dump or tshark capture of the dlr that returned from >> your provider ? >> >> >> >> ______**_

RE: delivery report

2012-09-05 Thread Ahmed Shabana
mysql indexed dlr storage From: KC [kiangchi...@dv9.com] Sent: Wednesday, September 05, 2012 8:57 AM To: Ahmed Shabana Cc: Willy Mularto; de...@vm1.kannel.org Subject: Re: delivery report Hi Shabana, The following is the detail of Kannel version that I

Re: delivery report

2012-09-05 Thread KC
urned from your provider ? From: KC [kiangchi...@dv9.com] Sent: Wednesday, September 05, 2012 8:12 AM To: Ahmed Shabana Cc: Willy Mularto; de...@vm1.kannel.org Subject: Re: delivery report Today I tried to send out 1100 SMS message to public users, the kannel only abl

RE: delivery report

2012-09-05 Thread Ahmed Shabana
de...@vm1.kannel.org Subject: Re: delivery report Today I tried to send out 1100 SMS message to public users, the kannel only able get the delivery status report SUCCESS for the 301 message, then the rest of the SMS only received the ACK = 8 (SMSC SUBMIT) delivery status report. I was using the d

Re: delivery report

2012-09-05 Thread Willy Mularto
essage- >> From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf >> Of KC >> Sent: Monday, August 27, 2012 10:04 AM >> To: Willy Mularto >> Cc: de...@vm1.kannel.org >> Subject: Re: delivery report >> >> Strange thing is I only can

Re: delivery report

2012-09-05 Thread KC
lf Of KC Sent: Monday, August 27, 2012 10:04 AM To: Willy Mularto Cc: de...@vm1.kannel.org Subject: Re: delivery report Strange thing is I only can receive the status report 8 or 16 only. Can you please advice is there any way I can check the queue ? Regards, KC On 27/8/2012 3:43 PM, Willy Mu

RE: delivery report

2012-09-02 Thread Ahmed Shabana
iyadh - Saudi Arabia -Original Message- From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of KC Sent: Monday, August 27, 2012 10:04 AM To: Willy Mularto Cc: de...@vm1.kannel.org Subject: Re: delivery report Strange thing is I only can receive the status report 8 or 16

RE: delivery report

2012-08-27 Thread Rene Kluwen
rg] On Behalf Of KC Sent: Monday, 27 August, 2012 10:04 To: Willy Mularto Cc: de...@vm1.kannel.org Subject: Re: delivery report Strange thing is I only can receive the status report 8 or 16 only. Can you please advice is there any way I can check the queue ? Regards, KC On 27/8/2012 3:43 PM,

Re: delivery report

2012-08-27 Thread KC
Strange thing is I only can receive the status report 8 or 16 only. Can you please advice is there any way I can check the queue ? Regards, KC On 27/8/2012 3:43 PM, Willy Mularto wrote: A bit weird, but it might be caused by too many pending final DLR and the queue reached the threshold and

Re: delivery report

2012-08-27 Thread Willy Mularto
A bit weird, but it might be caused by too many pending final DLR and the queue reached the threshold and Kannel started to ignore incoming DLR. On Aug 27, 2012, at 2:32 PM, KC wrote: > Hi Willy, > > Thanks for the response. Dlr-Mask is 31. Last time we can accept the delivery > status succ

Re: delivery report

2012-08-27 Thread Andreas Fink
if your mask is 31, you ask for values 1,2,4,8,16 Check the doc what they mean. In other words, you only get what you asked for and SUBMIT (SMS has hit SMSC) is one of them If you are only interested in final delivery/failure, then use a value of 3 (1+2 = success + failure) On 27.08.2012, at 09

Re: delivery report

2012-08-27 Thread KC
Hi Willy, Thanks for the response. Dlr-Mask is 31. Last time we can accept the delivery status success report. I just tried to restart the kannel and send a test SMS. Now I can receive the SUCESSS delivery report after restarting the kannel. Do you know what cause this issues ? Thanks KC On

Re: delivery report

2012-08-27 Thread KC
Hi Willy, Thanks for the response. Dlr-Mask is 31. Last time we can accept the delivery status success report. I just tried to restart the kannel and send a test SMS. Now I can receive the SUCESSS delivery report after restarting the kannel. Do you know what cause this issues ? Thanks KC On

Re: delivery report

2012-08-27 Thread Willy Mularto
This should be posted to users's list. There are some possibilities: 1. What is your dlr-mask? 2. Have you checked with your telco? 3. or have you checked the bearerbox log? On Aug 27, 2012, at 1:52 PM, KC wrote: > Dear Support, > > I have tried to set the following > > > dlr-mask=31&dlr-u

RE: Sent_sms table not logging all messages

2012-08-24 Thread Clay Zevely
Thank you I am working now. Clay From: Rene Kluwen [mailto:rene.klu...@chimit.nl] Sent: Friday, August 24, 2012 4:32 PM To: 'Clay Zevely'; de...@vm1.kannel.org Subject: RE: Sent_sms table not logging all messages Bearerbox is probably load balancing sms messages between the

RE: Sent_sms table not logging all messages

2012-08-24 Thread Rene Kluwen
Bearerbox is probably load balancing sms messages between the connected smsbox & sqlbox. In group = smsbox, try to add: bearerbox-port = 13003. == Rene From: devel-boun...@vm1.kannel.org [mailto:devel-boun...@vm1.kannel.org] On Behalf Of Clay Zevely Sent: Friday, 24 August, 2012 19:54 To:

Re: [PATCH] Lightning speed Dict hash table

2012-08-22 Thread Stipe Tolj
Am 22.08.2012 10:04, schrieb Alexander Malysh: Hi, I just commited hash from Robert Sedgewick as replacement for the old one. I think that would be default for now? yep, +1 for being the default. Thanks for taking care Alex. Stipe --

Re: [PATCH] Lightning speed Dict hash table

2012-08-22 Thread Willy Mularto
Sorry for overriding this thread. I just want to know if there is any progress regarding the MO/MT issue with current Kannel + SQLBox. Thanks

Re: [PATCH] Lightning speed Dict hash table

2012-08-22 Thread Vincent CHAVANIS
thanks, Le 22/08/2012 10:04, Alexander Malysh a écrit : Hi, I just commited hash from Robert Sedgewick as replacement for the old one. I think that would be default for now? Alex Am 09.08.2012 um 13:42 schrieb Stipe Tolj : Am 07.08.2012 22:40, schrieb Rene Kluwen: Well... Considering th

Re: [PATCH] Lightning speed Dict hash table

2012-08-22 Thread Alexander Malysh
Hi, I just commited hash from Robert Sedgewick as replacement for the old one. I think that would be default for now? Alex Am 09.08.2012 um 13:42 schrieb Stipe Tolj : > Am 07.08.2012 22:40, schrieb Rene Kluwen: >> Well... Considering the figures it is clear that either of your patches can >> m

RE: Message text in Sent_sms

2012-08-21 Thread Rene Kluwen
Yes, the get-url should exist on your server and should handle MO requests. See the users manual. == Rene From: Clay Zevely [mailto:clayzev...@gmail.com] Sent: Tuesday, 21 August, 2012 22:58 To: 'Rene Kluwen'; de...@vm1.kannel.org Subject: RE: Message text in Sent_sms

RE: Message text in Sent_sms

2012-08-21 Thread Clay Zevely
, August 21, 2012 4:11 PM To: 'Clay Zevely'; de...@vm1.kannel.org Subject: RE: Message text in Sent_sms What happens if you call the url: http://localhost/websms/inc/dlr.php?user=test <http://localhost/websms/inc/dlr.php?user=test&passwd=hostin&to=%25p&message =%25a> &am

RE: Message text in Sent_sms

2012-08-21 Thread Rene Kluwen
What happens if you call the url: http://localhost/websms/inc/dlr.php?user=test &passwd=hostin&to=%p&message=%a directly from your browser? If you do this from the machine that kannel is running from, you might be

RE: (RESOLVED) Make Gateway Errors

2012-08-21 Thread Rene Kluwen
True, maybe it will compile now. But I doubt you will get a proper solution. From: Andreas Fink [mailto:af...@list.fink.org] Sent: Monday, 20 August, 2012 23:50 To: Michael Black Cc: Rene Kluwen; de...@vm1.kannel.org Subject: Re: (RESOLVED) Make Gateway Errors that doesn't necessary

Re: (RESOLVED) Make Gateway Errors

2012-08-20 Thread Andreas Fink
ill run into other errors as well. But if this is the only > thing, here goes. > > > > == Rene > > > > From: devel-boun...@vm1.kannel.org [mailto:devel-boun...@vm1.kannel.org] On > Behalf Of Michael Black > Sent: Monday, 20 August, 2012 20:41 > To: de...@

RE: Re: Make Gateway Errors

2012-08-20 Thread Rene Kluwen
Michael Black Sent: Monday, 20 August, 2012 20:41 To: de...@vm1.kannel.org Subject: Fwd: Re: Make Gateway Errors Hello to all, I was working with Andreas regarding an error i received while attempting to make Kannel 1.4. I am using ubuntu maverick, 2.6.32.21. I followed the instructions in the

Fwd: Re: Make Gateway Errors

2012-08-20 Thread Michael Black
Black" Date: Aug 20, 2012 11:29 AM Subject: Re: Make Gateway Errors To: "Andreas Fink" Also, im using ubuntu maverick So you should be getting the stdarg.h any minute now...you said it was an easy fix? Im guessing it wasnt as easy as editing a few lines of stdarg.h, eh? I scanne

Re: Make Gateway Errors

2012-08-20 Thread Andreas Fink
did you run ./configure ? I've compiled kannel on Linux ARM before (on a pandaboard running Ubuntu) and had no problem with it. ./configure checks for various va_list variants. On 20.08.2012, at 15:12, Michael Black wrote: > Hello. > > I am currently trying to build kannel from source (on arm

RE: [Opensmppbox] `Random' crashes of opensmppbox

2012-08-17 Thread Rene Kluwen
s...@vm1.kannel.org; de...@vm1.kannel.org Subject: RE: [Opensmppbox] `Random' crashes of opensmppbox I just made a change to gw/opensmppbox.c which will fix this bug. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Rene Kluwen Sen

RE: [Opensmppbox] `Random' crashes of opensmppbox

2012-08-17 Thread Rene Kluwen
I just made a change to gw/opensmppbox.c which will fix this bug. == Rene From: users-boun...@vm1.kannel.org [mailto:users-boun...@vm1.kannel.org] On Behalf Of Rene Kluwen Sent: Friday, 17 August, 2012 18:59 To: 'Christopher Burke'; us...@vm1.kannel.org Subject: RE: [O

Re: Unable to Open get-url in sms-service

2012-08-17 Thread Kyriacos/Netsmart
probably should have posted this to user. Not sure but maybe the semicolons at the end of the URL lines are messing things up? try just: get-url = "http://192.168.0.212:8080/AGSMS/agMessage"; On 17/08/2012 10:26, Talha Syed wrote: Hi Guys ! I am newbie in kannel sms gateway configuration. Re

Re: [FYI] New 'dlr-storage = spool' available in SVN trunk

2012-08-09 Thread Alan McNatty
Sounds good .. another option might be to be able to trigger a spool to disk manually via admin I/F before a restart .. i.e. go isolated (or whatever it is) and then dump internal to store .. start isolated and then trigger a load .. actually as I type it sounds a bit painful ;) On Thu, 2012-08-

Re: [FYI] New 'dlr-storage = spool' available in SVN trunk

2012-08-09 Thread Alan McNatty
Hi Stipe, dlr_clean sounds good - yes we have a few old ones lying around, especially annoying with internal storage as the seek times only get worse as it grows. That would be a very nice addition from a reconciliation perspective ... only issue is we'd need a custom status, no? i.e. UNKNOWN? O

Re: [FYI] New 'dlr-storage = spool' available in SVN trunk

2012-08-09 Thread Stipe Tolj
Am 07.08.2012 23:54, schrieb Alan McNatty: On Wed, 2012-08-08 at 09:43 +1200, Alan McNatty wrote: also providing persistence as a default option is also very valuable. An additional enhancement might be to spool the current in memory hash on shut-down and load on start-up. correct! This is a

Re: [FYI] New 'dlr-storage = spool' available in SVN trunk

2012-08-09 Thread Stipe Tolj
Am 07.08.2012 23:43, schrieb Alan McNatty: Hi Stipe, Sounds great - as you say being able to use disk based replication techniques would be good but also providing persistence as a default option is also very valuable. I'll be keen to do some tests on IO performance - my biggest concern for larg

Re: [PATCH] Lightning speed Dict hash table

2012-08-09 Thread Stipe Tolj
Am 07.08.2012 22:40, schrieb Rene Kluwen: Well... Considering the figures it is clear that either of your patches can make a big difference to Kannel's performance. MHO is that we go for the least complex patch, if test results appear more or less the same between the two. right, we'll consider

Re: [FYI] New 'dlr-storage = spool' available in SVN trunk

2012-08-07 Thread Alan McNatty
On Wed, 2012-08-08 at 09:43 +1200, Alan McNatty wrote: > also providing persistence as a default option is also very valuable. An additional enhancement might be to spool the current in memory hash on shut-down and load on start-up.

Re: [FYI] New 'dlr-storage = spool' available in SVN trunk

2012-08-07 Thread Alan McNatty
Hi Stipe, Sounds great - as you say being able to use disk based replication techniques would be good but also providing persistence as a default option is also very valuable. I'll be keen to do some tests on IO performance - my biggest concern for larger installs (as often disk choice is not nece

RE: [PATCH] Lightning speed Dict hash table

2012-08-07 Thread Rene Kluwen
.@vm1.kannel.org [mailto:devel-boun...@vm1.kannel.org] On Behalf Of Alexander Malysh Sent: Tuesday, 07 August, 2012 15:12 To: Stipe Tolj Cc: de...@vm1.kannel.org Subject: Re: [PATCH] Lightning speed Dict hash table Hi Stipe, this is really complex patch for the hash issue, but it could be made easie

RE: Where I can download the previous version of opensmppbox

2012-08-07 Thread Rene Kluwen
This is open source. So you are always welcome to contribute ;=). == Rene From: spameden [mailto:spame...@gmail.com] Sent: Tuesday, 07 August, 2012 21:58 To: Rene Kluwen Cc: de...@vm1.kannel.org Subject: Re: Where I can download the previous version of opensmppbox Well, for me it'

Re: Where I can download the previous version of opensmppbox

2012-08-07 Thread spameden
* Tuesday, 07 August, 2012 19:42 > *To:* Rene Kluwen > *Cc:* admin; us...@vm1.kannel.org > *Subject:* Re: Where I can download the previous version of opensmppbox*** > * > > ** ** > > Of course you can revert with SVN, but better stick to latest version with > altered options.

RE: Where I can download the previous version of opensmppbox

2012-08-07 Thread Rene Kluwen
f you are not a developer. So please be cautious committing your changes. =+= Rene From: spameden [mailto:spame...@gmail.com] Sent: Tuesday, 07 August, 2012 19:42 To: Rene Kluwen Cc: admin; us...@vm1.kannel.org Subject: Re: Where I can download the previous version of opensmppbox

Re: Concatenated MT - configurable registered_delivery behaviour

2012-08-07 Thread spameden
Yes, I also would like to approach this patch. Because sometimes when client doesn't have enough memory in his phone or any other device he would receive only 1 or 2 messages instead of 5 for example. But, I'd like to minimize number of records of MySQL/PGSQL or any other DB, so let's say you have

RE: Concatenated MT - configurable registered_delivery behaviour

2012-08-07 Thread Rene Kluwen
Interesting! How would one distinguish (dlr-wise) between the different parts? == Rene From: devel-boun...@vm1.kannel.org [mailto:devel-boun...@vm1.kannel.org] On Behalf Of Paul Cook Sent: Tuesday, 07 August, 2012 18:09 To: de...@vm1.kannel.org Subject: Concatenated MT - configurable re

RE: Unable to Open get-url in sms-service

2012-08-07 Thread Rene Kluwen
Could you post the relevant parts of your log files? Including some context. == Rene From: devel-boun...@vm1.kannel.org [mailto:devel-boun...@vm1.kannel.org] On Behalf Of Talha Syed Sent: Tuesday, 07 August, 2012 11:33 To: devel@kannel.org Subject: Unable to Open get-url in sms-service

Re: [PATCH] Lightning speed Dict hash table

2012-08-07 Thread Alexander Malysh
Hi Stipe, this is really complex patch for the hash issue, but it could be made easier and almost the same speed. I'm not really convenient that we need to apply this complex patch... Here are my simple tests and patch attached: Command used: time ./test/test_dict -- old 2012-08-07 1

Re: at smsc bug

2012-08-06 Thread Andreas Fink
ne Kluwen [mailto:rene.klu...@chimit.nl] > Sent: Monday, 06 August, 2012 18:46 > To: 'Rene Kluwen'; 'Andreas Fink'; de...@vm1.kannel.org > Subject: RE: at smsc bug > > Output from gdb: > > at2_open_device (privdata=0x9d712e0) at gw/smsc/smsc_at.c:2

Re: logging messages to sqlbox

2012-08-06 Thread spameden
It's all correct, dlr table is only used to store temporarily items which didn't receive DLR yet. You need to check sent_sms table for archived DLR / MT / MO entries. 2012/8/6 Clay Zevely > I have reinstalled kannel via svn. Then installed sqlbox. > > ** ** > > I have created two separate c

RE: at smsc bug

2012-08-06 Thread Rene Kluwen
assumption, the expression needs to be inverted. == Rene From: Rene Kluwen [mailto:rene.klu...@chimit.nl] Sent: Monday, 06 August, 2012 18:46 To: 'Rene Kluwen'; 'Andreas Fink'; de...@vm1.kannel.org Subject: RE: at smsc bug Output from gdb: at2_open_device (privdata

Re: at smsc bug

2012-08-06 Thread Andreas Fink
80d3541 in new_thread (arg=0x9d71420) at gwlib/gwthread-pthread.c:362 > #4 0x009bc45b in start_thread () from /lib/libpthread.so.0 > #5 0x0091423e in clone () from /lib/libc.so.6 > > From: Rene Kluwen [mailto:rene.klu...@chimit.nl] > Sent: Monday, 06 August, 2012 18:38 > To: '

RE: at smsc bug

2012-08-06 Thread Rene Kluwen
Kluwen [mailto:rene.klu...@chimit.nl] Sent: Monday, 06 August, 2012 18:38 To: 'Rene Kluwen'; 'Andreas Fink'; de...@vm1.kannel.org Subject: RE: at smsc bug Could it be that privdata->modem still has a NULL value at that time? =+= Rene From: Rene Kluwen [mailto

RE: at smsc bug

2012-08-06 Thread Rene Kluwen
Could it be that privdata->modem still has a NULL value at that time? =+= Rene From: Rene Kluwen [mailto:rene.klu...@chimit.nl] Sent: Monday, 06 August, 2012 18:32 To: 'Rene Kluwen'; 'Andreas Fink'; de...@vm1.kannel.org Subject: RE: at smsc bug If I commen

RE: at smsc bug

2012-08-06 Thread Rene Kluwen
rg Subject: RE: at smsc bug These are the changes that were made since the version that worked (see attached document). I tried both hardware-flow-control = true and false. Both gave me the same error. == Rene From: Andreas Fink [mailto:af...@list.fink.org] Sent: Monday, 06 August,

RE: at smsc bug

2012-08-06 Thread Rene Kluwen
Subject: Re: at smsc bug please run it in with log-level=0 and send the output of the logfile so we can see the backtrace of the issue. On 06.08.2012, at 18:01, Rene Kluwen wrote: When starting current head revision in combination with a huwaei usb modem, I get the following. An older

Re: logging messages to database

2012-08-03 Thread spameden
Hi, you can do this with sqlbox. 2012/8/3 Clay Zevely > ** ** > > I am running cent os 6.3 and gateway-1.4.3 > > ** ** > > # uname -a > > Linux SmsTracking 2.6.32-279.2.1.el6.i686 #1 SMP Thu Jul 19 23:10:02 UTC > 2012 i6 86

Re: dlr-retry-queue patch

2012-08-03 Thread Alexander Malysh
id<%s> dst<%s>, type<%d> discarding it", +octstr_get_cstr(smpp->conn->id), octstr_get_cstr(dlr->msgid), + octstr_get_cstr(dlr->destination_address), dlr->dlrstat); +} else { +

RE: devel Digest, Vol 71, Issue 11

2012-08-01 Thread Philly Mandiza
Hi, Am new to kannel and I would like to configure kannel for USSD. Is there anybody with notes on this to share with me? Regards, Philly This e-mail and its attachments contain confidential information from TNM, which is intended only for the person or entity whose address is listed above.

Re: PPG problem

2012-07-26 Thread Rafael Aquino
Hello Aarno, thks for help-me, I implemented this change and wapbox not stopped, this part is ok now. now sending the push for mobile phone, the phone does not understand it and will not rescue the MMS according to the logs of the push SMSC is delivered to the mobile device. it allows me to past

Re: PPG problem

2012-07-26 Thread Rafael Aquino
This is my pap and m-notification-ind Hypertext Transfer Protocol POST /ppg HTTP/1.0\r\n Request Method: POST Request URI: /ppg Request Version: HTTP/1.0 Content-Length: 836\r\n [Content length: 836] Host: 172.XX.X.XX:9080\r\n Content-Type: multipar

Re: PPG problem

2012-07-26 Thread Rafael Aquino
Hello Andreas, thks for help-me, I found one thing, when the parameter of pap "progress-notes-requested" at the beginning of this wapbox the tag is killed when he is at the end of the tag or not there is wapbox is alive and sends the wappush. huawei as MMSC sends the "progress-notes-requested" a

Re: devel Digest, Vol 71, Issue 11

2012-07-26 Thread Paul Keogh
el-ow...@kannel.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of devel digest..." > > > Today's Topics: > >1. PPG problem (Rafael Aquino) > > > -

RE: dlr-retry-queue patch

2012-07-23 Thread Stevenard, Kevin (Kevin)
: Andreas Fink [mailto:af...@list.fink.org] Sent: lundi 23 juillet 2012 12:10 To: Stevenard, Kevin (Kevin) Cc: devel@kannel.org Subject: Re: dlr-retry-queue patch Dear Kevin, The DLR database entry is a temporary one. The Kannel instance which sends the submit_sm is the entity which also will get

Re: dlr-retry-queue patch

2012-07-23 Thread Andreas Fink
g < 1sec). > > So the patch is adding a queue per smscconn and creates for each of them a > dedicated thread to re-process dlr that have not been found in the dlr store, > if not configured no queue and no thread are created. > > To configure it: > dlr-retry-count:

Re: how can I add delay between concatenated message parts

2012-07-18 Thread Hisham Malik
sday, July 17, 2012 8:08 PM > *To:* Rene Kluwen > *Cc:* Amin Mukhaimer; devel@kannel.org > *Subject:* Re: how can I add delay between concatenated message parts > > ** ** > > Is there any example on 2nd way? > > 2012/7/17 Rene Kluwen > > Kannel

RE: how can I add delay between concatenated message parts

2012-07-17 Thread Amin Mukhaimer
@kannel.org Subject: Re: how can I add delay between concatenated message parts Is there any example on 2nd way? 2012/7/17 Rene Kluwen Kannel should re-send the second message part upon receiving a "message queue full" message. Having said that, the error is on your smsc side. IMH

Re: Patch to document proper packages to build documentation on debian

2012-07-17 Thread Alexander Malysh
Hi, commited to SVN. Thanks, Alex Am 13.07.2012 um 19:21 schrieb Martin Atukunda: > Hi, > > The attached patch corrects the README so that documentation can be > built on the stable release of debian. > > On current debian, we need to install the following packages in order > to build the gat

Re: how can I add delay between concatenated message parts

2012-07-17 Thread spameden
Is there any example on 2nd way? 2012/7/17 Rene Kluwen > Kannel should re-send the second message part upon receiving a “message > queue full” message. > > Having said that, the error is on your smsc side. IMHO. > > If you want to add a delay… there’s 1. the option to

RE: how can I add delay between concatenated message parts

2012-07-17 Thread Rene Kluwen
Kannel should re-send the second message part upon receiving a "message queue full" message. Having said that, the error is on your smsc side. IMHO. If you want to add a delay. there's 1. the option to change the Kannel sources. Or 2. (the hard way) split up the message in your

Re: ERROR: System error 104: Connection reset by peer

2012-07-09 Thread Alexander Malysh
ander Malysh > Sent: Monday, July 09, 2012 11:44 AM > To: Philly Mandiza > Cc: devel@kannel.org > Subject: Re: ERROR: System error 104: Connection reset by peer > > Hi, > > seems SMSC closed connection. > > Thanks, > Alex > > Am 09.07.2012 um 11:16 sc

RE: ERROR: System error 104: Connection reset by peer

2012-07-09 Thread Philly Mandiza
How could this possible happen? Because am able to bind. From: Alexander Malysh [mailto:malys...@googlemail.com] On Behalf Of Alexander Malysh Sent: Monday, July 09, 2012 11:44 AM To: Philly Mandiza Cc: devel@kannel.org Subject: Re: ERROR: System error 104: Connection reset by peer Hi, seems

Re: ERROR: System error 104: Connection reset by peer

2012-07-09 Thread Alexander Malysh
Hi, seems SMSC closed connection. Thanks, Alex Am 09.07.2012 um 11:16 schrieb Philly Mandiza: > > Hi there, > > I have installed kannel on debian using apt-get. I have configured it and am > able to bind to the SMSC. But when I send an SMS , the smcs.log gives me the > error as below. Ple

RE: Configuration Issue (I Think)

2012-07-01 Thread Rene Kluwen
Have a look at the "loopback" smsc. From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Eric Turner Sent: Saturday, 30 June, 2012 19:38 To: devel@kannel.org Subject: Configuration Issue (I Think) My overall goal is to provide an smpp interface that our customers ca

Re: Patch for more detailled modem use.

2012-06-25 Thread Alexander Malysh
Hi Andreas, first off all please fix indents :-) conn_name = conn ? smscconn_name(conn) : octstr_imm("unknown"); + Octstr *conn_smsc_specific = NULL; +if(conn) { + if (conn->smsc_specific_status) { + conn_smsc_specific = octstr_duplicate

Re: Patch for more detailled modem use.

2012-06-25 Thread Alvaro Cornejo
Hi Andreas It looks fine. I tested with serial modem (enfora) and works fine. However I wasn't able to test it with rawtcp connection since my production service does not have an updated kannel and there I do have that time of connection. A question, how often does the signal info get updated? T

Re: Kannel configuration/keywords

2012-05-31 Thread Tone Irene Andersen
Thank you, You are very kind. Mvh / Best Regards Tone Irene Andersen From: Andreas Fink Sent: Thursday, May 31, 2012 1:53 PM To: devel Devel Cc: Tone Irene Andersen Subject: Re: Kannel configuration/keywords something like this routes everything coming in. max-messages will make sure the

Re: Kannel configuration/keywords

2012-05-31 Thread Andreas Fink
ene Andersen > > From: Andreas Fink > Sent: Thursday, May 31, 2012 1:36 PM > To: Tone Irene Andersen > Subject: Re: Kannel configuration/keywords > > > > > > On 31.05.2012, at 13:30, Tone Irene Andersen wrote: > >> Hi.. >> I am about to start my

Re: Kannel configuration/keywords

2012-05-31 Thread Tone Irene Andersen
Hi. Thank you for reply. Could you show me how to setup kannel for this kind of forwarding? Regards, Tone Irene Andersen From: Andreas Fink Sent: Thursday, May 31, 2012 1:36 PM To: Tone Irene Andersen Subject: Re: Kannel configuration/keywords On 31.05.2012, at 13:30, Tone Irene

Re: Problem with cgi-bin/sendsms when using deferred=0

2012-05-23 Thread Alexander Malysh
0 is really current time... I added workaround in SMPP to avoid rejecting... Alex Am 23.05.2012 um 16:48 schrieb Andreas Fink: > is 0 really current time and not 1.1.1970 maybe? > > In that case the SMSC is absolutely right in rejecting a delivery in the past. > > On 23.05.2012, at 16:07, Al

Re: Problem with cgi-bin/sendsms when using deferred=0

2012-05-23 Thread Tanja Kipreska
Hello, Thank you for your prompt response. As I already sad we were using deferred=0 with kannel 1.3.1 and didn't have problem. We will now accommodate our applications towards kannel 1.5.0 logic. Best regards, Tanja On Wed, May 23, 2012 at 4:07 PM, Alexander Malysh wrote: > Hi Tanja, > > ple

Re: Problem with cgi-bin/sendsms when using deferred=0

2012-05-23 Thread Andreas Fink
is 0 really current time and not 1.1.1970 maybe? In that case the SMSC is absolutely right in rejecting a delivery in the past. On 23.05.2012, at 16:07, Alexander Malysh wrote: > Hi Tanja, > > please keep devel@ in CC... > > It's not really a BUG of Kannel because in SMPP it's not defined tha

Re: Problem with cgi-bin/sendsms when using deferred=0

2012-05-23 Thread Alexander Malysh
Hi Tanja, please keep devel@ in CC... It's not really a BUG of Kannel because in SMPP it's not defined that schedule_delivery_time should be in the future. Therefore Kannel does what you are asking for, send schedule_delivery_time with current time. We can workaround it in kannel BUT it's most

Re: Problem with cgi-bin/sendsms when using deferred=0

2012-05-23 Thread Alexander Malysh
Hi, could you please provide debug log for this submit_sm? Thanks, Alex Am 22.05.2012 um 16:45 schrieb Tanja Kipreska: > Dear All, > > I've noticed problem with kannel 1.5.0 when I'm submitting AO-MT sms using > cgi-bin/sendsms deferred parameter. Namely, when i put deferred=0 in the URL > t

RE: opensmppbox pathc

2012-05-15 Thread Rene Kluwen
Following up on Nicolas's post in the users mailing list: Maybe it will be nice to have, besides the group = client-route, another group (for MT messages) that defines an smsc to deliver to? Any ideas? Maybe somebody wants to pick this up? == Rene

Re: test result on http smsc

2012-05-07 Thread Willy Mularto
out of the chain? > > == Rene > > From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of > Willy Mularto > Sent: Monday, 07 May, 2012 10:10 > To: users@kannel org; kannel_dev_mailinglist devel@kannel.org > Subject: Re: test result on http smsc >

RE: test result on http smsc

2012-05-07 Thread Rene Kluwen
What happens if you remove sqlbox out of the chain? == Rene From: devel-boun...@kannel.org [mailto:devel-boun...@kannel.org] On Behalf Of Willy Mularto Sent: Monday, 07 May, 2012 10:10 To: users@kannel org; kannel_dev_mailinglist devel@kannel.org Subject: Re: test result on http smsc

Re: test result on http smsc

2012-05-07 Thread Willy Mularto
Hi again, After tracing out I found that bearerbox and sqlbox has no problem receiving the MO, I re test 1 MO and I can see sqlbox received all, but smsbox didn't receive all requests. I guess there is something between sqlbox and smsbox in communicating the traffics. On May 7, 2012,

Re: Patch for SMS Campaign

2012-04-26 Thread Nguyen Dinh Trung
Yes, But I think it's nice to have some kind of speed/throughput control for a group of SMS. Is there anything in metadata of SMS that can do that? Am I missing something in the doc? Nguyễn Đình Trung *Phòng Giải pháp Công ty TNHH Kinh doanh Dịch vụ thông tin & Chuyển giao Công nghệ - ISTT* Mobi

RE: Opensmppbox patch

2012-04-25 Thread Rene Kluwen
Committed to SVN. == Rene -Original Message- From: Hillel [mailto:hbil...@ecommunicate.biz] Sent: Sunday, 01 April, 2012 17:52 To: rene.klu...@chimit.nl Cc: 'Alexander Malysh'; "'Aarno Syvanen '"@ximena.chimit.nl Subject: RE: Opensmppbox patch Hi Rene, W

Re: devel Digest, Vol 68, Issue 13

2012-04-20 Thread Milan P. Stanic
program_status = shutting_down; > > restart = 1; > > break; > > } else if (ret == 1) /* timeout */ > > continue; > > else if (msg == NULL) /* just to be sure, may not happens */ > >

Re: devel Digest, Vol 68, Issue 13

2012-04-20 Thread Tanja Kipreska
as previously set to > shutting_down (by the signal_handler function). > > Please note that I'm compiling and running kannel on 64bit OS. Can this > be the reason for this behavior?* > * > Thanks in advance, > Tanja > * > * > >> >> Message: 2 >> Da

Re: devel Digest, Vol 68, Issue 13

2012-04-20 Thread Alexander Malysh
== NULL) /* just to be sure, may not happens */ > break; > > and this is odd because program_status was previously set to shutting_down > (by the signal_handler function). > > Please note that I'm compiling and running kannel on 64bit OS. Can this be > t

Re: devel Digest, Vol 68, Issue 13

2012-04-20 Thread Tanja Kipreska
ease note that I'm compiling and running kannel on 64bit OS. Can this be the reason for this behavior?* * Thanks in advance, Tanja * * > > Message: 2 > Date: Fri, 20 Apr 2012 13:55:16 +0200 > From: "Milan P. Stanic" > To: devel@kannel.org > Subject: Re: Afte

Re: After SIGINT received SMSBOX restarts (bug or a feature)

2012-04-20 Thread Milan P. Stanic
On Fri, 2012-04-20 at 09:19, Tanja Kipreska wrote: > Hello, > > I've been testing kannel 1.5.0 for some time and I've noticed that when I > start smsbox from command line - ./smsbox -v 0 > /vas/config/kannel_tanja.conf (not as daemon) , and than try to shut it > down by generating SIGINT signal (C

<    5   6   7   8   9   10   11   12   13   14   >