Re: Delivery reports mapping problem in 1.4.3

2011-02-03 Thread Oscar Cassetti
If it can help or add any other information the SMSC center has said As I can see from your traces you have messageid mapped to wrong message: Is there a memory corruption going on or something? -- Oscar Cassetti On Wed, Feb 2, 2011 at 8:21 PM, Oscar Cassetti oscar.getstr...@gmail.com

Emptying kannel buffers

2011-02-03 Thread ha...@aeon.pk
Hi, My application has accidentally handed over a large amount of SMS to kannel, which I dont want kannel to broadcast. I have disconnected bearerbox immediately, however whenever I turn it on, it starts sending SMS again. How can I delete the stored SMS messages from kannel files so that they do

Re: Emptying kannel buffers

2011-02-03 Thread Ricardo Gomez
If you are using linux as OS, you can use this commands: /partition where your log files are/file.store /partition where your log files are/file.store.bak and then, restart kannel. That is what i do when i need to delete SMS from queue 2011/2/3 ha...@aeon.pk ha...@aeon.pk Hi, My application

Re: Emptying kannel buffers

2011-02-03 Thread ha...@aeon.pk
Can you please specify which file exactly needs to be replaced? Should I replace all log files? I thought log files are written once messages are sent! On Thu, Feb 3, 2011 at 7:47 PM, Ricardo Gomez rgo...@unpluggedcorp.comwrote: If you are using linux as OS, you can use this commands:

Re: Problem with syslog (ERRATA)

2011-02-03 Thread Andrea Gabellini
Alex, thank you for your reply. I'm trying to add the syslog also for the access-log but without luck. I'm not a professional C programmer so I have some difficult to read the code... access-log is configured in the core, smsbox and wapbox configuration group, so I think that also this log

Re: Emptying kannel buffers

2011-02-03 Thread Ricardo Gomez
You have a log file from sent message and a binary file that has message that are in queue. The files that you need to delete should be configure in your kannel.conf as store-file or store-location, check for that file, and also, check for that file with .bak extension. 2011/2/3 ha...@aeon.pk

Re: Emptying kannel buffers

2011-02-03 Thread ha...@aeon.pk
Well, I removed the *.store file and its backup, however still the messages were going on turning bbox on. Then I emptied the whole log directory. That worked for me! Now kannel is peaceful. Thanks! On Thu, Feb 3, 2011 at 9:06 PM, Ricardo Gomez rgo...@unpluggedcorp.comwrote: You have a log

Re: opensmppbox DLR Bug report

2011-02-03 Thread XEN-Housing s.r.o.
New info in that problem: in step 8 bbox find DLR record in mysql, but it was routed to connected SMSBOX, not to opensmppbox which was in that time disconnected. bearerbox.log -- // opensmppbox was connected 2011-02-03 17:30:51 [5608] [5] DEBUG: Started thread 16

[solved] Re: opensmppbox DLR Bug report

2011-02-03 Thread XEN-Housing s.r.o.
Thanks all for open source ;) Whole that case was caused because i have not seted up smsbox-id in group=smsbox, so bbox was choosing connected smsbox as best fitting to route DLR. After i set it up, bbox made his job well. 2011-02-03 18:09:32 [5797] [4] WARNING: Could not route message to

RE: OpenSMPPbox users

2011-02-03 Thread info.ubichip
Thanks for your answer. what about a client I would like to remove ? is it possible to do it without restarting opensmppbox ? -Message d'origine- De : Nikos Balkanas [mailto:nbalka...@gmail.com] Envoyé : mercredi 2 février 2011 18:29 À : info.ubichip; 'Kannel list' Objet : Re:

OpenSMPPbox throttle and spamassassin

2011-02-03 Thread info.ubichip
Hello all, happy new chinese year. Does someone if the opensmppbox have the throttle feature to limit client to send to many sms at a time ? if yes, how to implement it ? I'm wondering as well if anyone implement a spam assassin in it? I am looking for a function which could stop any content

Re: Emptying kannel buffers

2011-02-03 Thread Willy Mularto
delete all files in your queue or spool folder On Feb 3, 2011, at 9:41 PM, ha...@aeon.pk wrote: Hi, My application has accidentally handed over a large amount of SMS to kannel, which I dont want kannel to broadcast. I have disconnected bearerbox immediately, however whenever I turn it

Re: OpenSMPPbox users

2011-02-03 Thread Nikos Balkanas
Same procedure. Next time he tries to log in, he will be rejected. Doesn't affect ongoing session, though. For that you can ask the client politely to disconnect, and if that fails kill the connection process (as root). BR, Nikos - Original Message - From: info.ubichip

RE: OpenSMPPbox users

2011-02-03 Thread info.ubichip
Ok, that makes sense. Does there is a way to tell the opensmppbox to stop/restart time to time in order to be sure a customer will be disconnect (I plan to put this add/remove client feature with a spam assassin in order to remove automatically all customers which send non authorized content)?

Re: OpenSMPPbox users

2011-02-03 Thread Nikos Balkanas
Use crontab. BR, Nikos - Original Message - From: info.ubichip info.ubic...@free.fr To: 'Nikos Balkanas' nbalka...@gmail.com; users@kannel.org Sent: Friday, February 04, 2011 6:03 AM Subject: RE: OpenSMPPbox users Ok, that makes sense. Does there is a way to tell the opensmppbox to

how to calculate throttle the right way?

2011-02-03 Thread I Gede Wijaya
Halo list, My vendor gave us 3 different throttle set: 15 sms/secs, 20 sms/secs and 30 sms/secs for each connection. So, I starting 3 Kannel for just sending, and 2 for just receiving. These are our configuration example (just two for sending part): #For throttle 15 group = core admin-port =

Re: how to calculate throttle the right way?

2011-02-03 Thread Nikos Balkanas
Hi, You don't need to start 3 gateways for that. You can do it with a single one and 3 SMSc definitions. BR, Nikos - Original Message - From: I Gede Wijaya gwij...@gmail.com To: users@kannel.org Sent: Friday, February 04, 2011 8:07 AM Subject: how to calculate throttle the right

Re: how to calculate throttle the right way?

2011-02-03 Thread Ivan Kurnosov
I've asked the similar question: http://www.mail-archive.com/users@kannel.org/msg23353.html ans seems like kannel limits only the throughput for parts on one particular message and doesn't affects on the messages being put to the queue simultaneously. On Fri, Feb 4, 2011 at 4:07 PM, I Gede

Re: how to calculate throttle the right way?

2011-02-03 Thread Ivan Kurnosov
Even though - kannel doesn't limit throughput correctly. 2011/2/4 Nikos Balkanas nbalka...@gmail.com Hi, You don't need to start 3 gateways for that. You can do it with a single one and 3 SMSc definitions. BR, Nikos - Original Message - From: I Gede Wijaya gwij...@gmail.com To:

Re: how to calculate throttle the right way?

2011-02-03 Thread I Gede Wijaya
Halo, Yes, I've read your list before. But from old https://redmine.kannel.org/issues/346, I got confuse, if we set 30.0, actually 90sms/secs? So, I want to know how to got 30sms/secs throttle. To be honest, we got 30sms/secs for one service. But when we got many error code that we have exceeded

Re: how to calculate throttle the right way?

2011-02-03 Thread I Gede Wijaya
Hello, Yes I realized it too. In fact, in one of my kannel configuration, there are 2 smsc definition for receiving, and 1 smsc definiton for transmit. But this is for 'MO-MT' system. I made more than one gateway, because, in the past, my vendor sometimes got the problem in their machine, make