Re: Issues with using UDH with sqlbox

2016-05-16 Thread spameden
My guess is you need to urlencode UDH field. 2016-05-16 22:46 GMT+03:00 Jon Schøpzinsky : > Hi Developers, > > I am using sqlbox to inject SMS’es into kannel. > > My client has specific needs as to how DLR is handled for concatenated > messages, and therefore I can’t let

Re: Not work "priority" in settings SMSC

2016-02-10 Thread spameden
Please don't post such questions to devel@ list. This list is intended only for developers. For general help always use users@. And probably for different questions there should be a different e-mail. 2016-02-11 6:41 GMT+03:00 Беляев Владимир Николаевич : > While you can

Re: Concatenated SMS has no DLR

2016-01-13 Thread spameden
Yes, this is "by design", because of the DLR url engine. There are two options: 1) Tweak kannel's source code to receive each DLR of each part (was discussed before on mailing lists where to look). 2) Assemble yourself multipart MT via UDH field by sending multiple MT's so you'll get DLR for

Re: PATCH: Fix use of uninitialized variable (mysql port) in sqlbox

2015-11-09 Thread spameden
al_connect do UNIX socket > connection. The 'port' argument only applies to TCP/IP connections and thus > should default to 0 if not specified. > > Kind Regards, > Vyronas Tsingaras > > On Mon, Nov 9, 2015 at 5:24 PM, spameden <spame...@gmail.com> wrote: > >> If port w

Re: PATCH: Fix use of uninitialized variable (mysql port) in sqlbox

2015-11-09 Thread spameden
If port wasn't specified that means kannel will use socket instead, so no need to specify default port. 2015-11-09 17:23 GMT+03:00 Vyronas Tsingaras : > sqlbox would try to connect to random ports on the mysql host if no port > was defined due to an uninitialized

Re: Throughput discussion

2015-10-23 Thread spameden
2015-10-24 0:19 GMT+03:00 Rene Kluwen : > We are facing a case with the smpp smsc where throughput is set to 20. > > Kannel obeys this nicely, according to it’s own message count. > > But viewing a tcpdump of the same session, we see that there’s a lot more > messages going

Re: question about postgresql dlr storage

2015-08-04 Thread spameden
2015-08-03 18:24 GMT+03:00 Alvaro Cornejo cornejo.alv...@gmail.com: Hi Marcin Seems you are getting the problem due to the ' on text Victoria's. Even though you are urlencoding it, it seems it is being taken as a field delimiter and not part of the text. I'm thinking on two options: -) Try

Re: how to generate rpm from src

2015-06-15 Thread spameden
You need to make a .spec file and build RPM yourself. You can look as an example here: https://github.com/blinohod/kannel-altlinux/blob/upstream/kannel.spec 2015-06-15 10:41 GMT+03:00 Ajay Patel ajay.pa...@elitecore.com: Hi All, Previously I have used 1.4.2, I have directly install this

Re: Is 1.4.4 stable?

2015-01-24 Thread spameden
1.4.4 is quite stable for us, been using it for a while, so most likely there is either bad connection between you smsc upstream (check mtu / packet drop) or there is some issue with smsc. most likely your smsc forces you to use only 1 connection and for some reason your current connection

Re: Throttling Error

2014-07-03 Thread spameden
2014-07-03 10:16 GMT+04:00 Andreas Fink af...@list.fink.org: there is nothing to be done about this. Kannel does stop sending if it gets a throttling error and resumes a little bit later. This is part of the protocol and does not require any further config settings Yup. Alexey, you should

Re: Strange sqlbox/kannel bug(?)

2014-04-28 Thread spameden
First of all, what kannel's version you're using? Try building from source latest version from SVN. 2014-04-28 19:02 GMT+04:00 Ciaran Scolard cia...@phonovation.com: Further tracing with strace and SQL Profiler shows this: Strace output: write(7, 15:36:11.403232 20842

Re: GIT

2014-04-21 Thread spameden
if you don't want to bother switching to GIT (too used to SVN) you can just setup a simple SVN hook to push into github automatically upon commit. first you'd need to put up current kannel's projects with history by using git-svn tool. github actually supports SVN directly:

Re: Redis delivery report DLR backend

2014-03-13 Thread spameden
Forwarding to devel-list, hopefully someone would check and copying Alexander. 2014-03-13 17:10 GMT+04:00 Lorenzo Bagni ba...@networkweb.net: Hi, I've found the problem under redis backend crash. My dlr-url (

Re: [PATCH] No PANIC on failing store_load()

2013-09-17 Thread spameden
I think first edit @ 20th line is not needed. @@ -7,7 +7,7 @@ momt ENUM('MO', 'MT', 'DLR') NULL, sender VARCHAR(20) NULL, \ receiver VARCHAR(20) NULL, udhdata BLOB NULL, msgdata TEXT NULL, \ time BIGINT(20) NULL, smsc_id VARCHAR(255) NULL, service VARCHAR(255) NULL, \ -account VARCHAR(255)

Re: [PATCH] No PANIC on failing store_load()

2013-09-17 Thread spameden
2013/9/18 spameden spame...@gmail.com: I think first edit @ 20th line is not needed. @@ -7,7 +7,7 @@ momt ENUM('MO', 'MT', 'DLR') NULL, sender VARCHAR(20) NULL, \ receiver VARCHAR(20) NULL, udhdata BLOB NULL, msgdata TEXT NULL, \ time BIGINT(20) NULL, smsc_id VARCHAR(255) NULL, service

Re: [PATCH] No PANIC on failing store_load()

2013-09-16 Thread spameden
+1 for this patch! I remember struggling with sqlbox without injecting proper sms_type = 2 and after restart kannel was crashing. I had to manually clean specific message out of spool. 2013/9/16 Porter, Kelvin kelvin.por...@h3net.com: Hi, This sounds like a good change. This principle

Re: setting esm-class

2013-08-13 Thread spameden
smsc_smpp.c is located in trunk/gw/smsc/smsc_smpp.c. 2013/8/14 Eric Magutu emag...@gmail.com Hi, I am running the following version of kannel Kannel bearerbox version `1.5.0'. Build `Dec 25 2010 11:25:25', compiler `4.4.5'. System Linux, release 3.2.0-30-virtual, version

Re: Proposal for Real-time Routing in opensmppbox and bearerbox

2013-07-24 Thread spameden
Hi. 2013/7/24 Porter, Kelvin kelvin.por...@h3net.com Hi, ** ** Using HTTP RPCs to access the functionality would actually be more work in implementation on both the client (kannel) side and the server (application) side. For our application, the routing criteria (for say a number)

Re: Proposal for Real-time Routing in opensmppbox and bearerbox

2013-07-23 Thread spameden
Hi! 2013/7/23 Porter, Kelvin kelvin.por...@h3net.com Hi, ** ** Responses below. ** ** Regards, ** ** Kelvin R. Porter ** ** *From:* spameden [mailto:spame...@gmail.com] *Sent:* Monday, July 22, 2013 6:23 PM *To:* Porter, Kelvin *Cc:* devel@kannel.org; us

Re: opensmppbox: thread terminates when another smpp client (kannel) terminates

2013-07-18 Thread spameden
I think it was a bug in OpenSMPPBox, try updating to the latest SVN version. 2013/7/18 Qqblog Qqblog qqb...@ymail.com i have the following config: kannel (smpp client) - opensmppbox - kannel - 3rd party smpp server when i quit (unbind) the bearerbox of smpp client (kannel), the

Re: opensmppbox: error compiling latest version

2013-07-18 Thread spameden
Forgot to include list. Answer is below And your question related to users rather than devel list. 2013/7/18 spameden spame...@gmail.com hi, it's not an official source code for opensmppbox check here https://svn.kannel.org/opensmppbox/ 2013/7/18 Qqblog Qqblog qqb...@ymail.com i

Re: Multi record sending patch

2013-07-18 Thread spameden
+1 for this patch to be included! the only thing is sqlbox deletes record from the database before its sent to the bearerbox, so if sqlbox crashes at this point some messages could be lost. 2013/7/18 Rene Kluwen rene.klu...@chimit.nl Hello Alejandro, ** ** I found this patch and I

Re: Multi record sending patch

2013-07-18 Thread spameden
by using only 1 delete statement: DELETE FROM send_sms_table WHERE sqlbox_id in (id1, id2, id3, etc….) ** ** What do you think? ** ** == Rene ** ** *From:* spameden [mailto:spame...@gmail.com] *Sent:* donderdag 18 juli 2013 17:24 *To:* Rene Kluwen *Cc:* Alejandro

Re: Multi record sending patch

2013-07-18 Thread spameden
2013/7/18 Rene Kluwen rene.klu...@chimit.nl Also gw_sql_save_msg could then be adapted to a multi-record insert. Which also gives a big performance boost on a large number of messages.*** * This is getting interesting. ** ** Spameden: Do you have any insights about how

Re: Add receiver based smsc-route to opensmppbox

2013-07-08 Thread spameden
Maybe you could just attach whole patch as a .diff? Would be handy for developers :) Thanks 2013/7/8 Porter, Kelvin kelvin.por...@h3net.com Hi, Included below is the diff with the documentation update. Please let me know if you have any questions or comments. Regards, Kelvin R.

Re: Timeframes for SMS + Profanity filter

2013-06-18 Thread spameden
http://stackoverflow.com/questions/8458566/implementing-priority-queue-in-kannel similarly you can add WHERE time=UNIX_TIMESTAMP(NOW) in sqlbox_mysql.h file. 2013/6/18 Teodor Arteni teodor.art...@nobelglobe.com Hi guys, Alvaro/Rene Thanks a lot for your feedbacks! There has been a simple

Re: Timeframes for SMS + Profanity filter

2013-06-18 Thread spameden
no if you add an index on time there would be absolutely no problems. 2013/6/18 Willy Mularto sangpr...@gmail.com IMHO During high traffic/queue this approach will cause high load situation on SQLBox Willy Mularto sangpr...@gmail.com On Jun 18, 2013, at 2:39 PM, spameden spame

Re: Kannel 1.5 DLR - segmentation fault

2013-05-16 Thread spameden
1. Did you modify kannel source? 2. What's the revision from SVN are you using? Is it latest? 2013/5/16 Andreas Fink af...@list.fink.org there's two issues to solve here: a) why are you getting a DLR for a message you have sent but don't remember. b) why is it bailing out at this time

500 error in redmine

2013-05-12 Thread spameden
https://redmine.kannel.org/issues/686

Re: [PATCH] Add start- stop- box/smsc, store-status functionality to debian init script

2013-03-12 Thread spameden
2013/3/12 Alexander Malysh amal...@kannel.org: Hi, patch not tested but the idea is good and I'm +1 to commit it. Any objections? Alex Am 12.03.2013 um 00:09 schrieb Konstantin Vayner pon...@gmx.net: This adds some new features to debian init script: 1. Allow start/stop separate boxes

Re: Problem with kannel

2013-02-17 Thread spameden
Change the esm_class parameter sent from Kannel. Accepted values are 0 (Default SMSC Mode) and 3 (Store and Forward). Defaults to 3. so you can use esm_class parameter to set ESM class, thanks to Alan! 2013/2/18 Alan McNatty a...@catalyst.net.nz: Hi Rene, That's

Re: Multiple patches for Kannel

2013-02-05 Thread spameden
/02/13 14:18, spameden a écrit : Interesting find.. Would love to see what actually you've changed and what's considered to be insecure. I think you can post your diff to this devel list. Many thanks for your work. 2013/2/5 Aris Adamantiadis a...@badcode.be: Dear Kannel developers, During

Re: debian wheezy kannel 1.5.0 with kannel-sqlbox 0.7.2.-3

2013-01-05 Thread spameden
1st DO NOT post to the devel list, it's only for developers! use us...@kannel.org for all your questions. 2nd DO NOT use 3rd party .deb packages, because they can contain backdoor or anything, always USE official (from debian repositories) and NEVER install different versions (one from

Re: *** MERRY CHRISTMAS and a HAPPY NEW YEAR! *** from the Kannel Group!

2012-12-24 Thread spameden
Merry christmas, Stipe! Have a good NYE as well :) Hopefully we'll see more improvements in kannel's architecture :) 2012/12/24 Stipe Tolj st...@kannel.org Dear developers, Dear users, in the name of the whole Kannel Group, and to all the great individual supporters and contributor that

Re: Kannel certificate

2012-12-19 Thread spameden
http://www.godaddy.com/ssl/ssl-open-source.aspx https://cert.startcom.org/ others seems to be limited for 90 days.. 2012/12/19 Alexander Malysh amal...@kannel.org Hi, yes, I'm the person who requested certs in the past but unable to do so by StartSSL now because unable to verify our

Re: Kannel certificate

2012-12-19 Thread spameden
as an alternative you can buy rapidssl cert they are really cheap! 2012/12/19 spameden spame...@gmail.com http://www.godaddy.com/ssl/ssl-open-source.aspx https://cert.startcom.org/ others seems to be limited for 90 days.. 2012/12/19 Alexander Malysh amal...@kannel.org Hi, yes, I'm

Re: Kannel certificate

2012-12-19 Thread spameden
godaddy take too much time and only one year free. Alex Am 19.12.2012 um 15:02 schrieb spameden spame...@gmail.com: as an alternative you can buy rapidssl cert they are really cheap! 2012/12/19 spameden spame...@gmail.com http://www.godaddy.com/ssl/ssl-open-source.aspx https

Re: Kannel certificate

2012-12-18 Thread spameden
I think alexander handles kannel's servers now. 2012/12/18 Rene Kluwen rene.klu...@chimit.nl When I try to update from svn https, I get: ** ** $ svn update Error validating server certificate for 'https://svn.kannel.org:443': - The certificate hostname does not match.

Re: outgoing queue limit in bearbox

2012-12-13 Thread spameden
I think this issue should be escalated to the bug tracker because it's quite serious. Could you post all details here - http://redmine.kannel.org/projects/kannel Queue on one of the binds shouldnt affect queue of other ones at all. We experienced something similar when there were problems with

Re: Votes for opensmppbox

2012-12-09 Thread spameden
I vote +1 for new stable extended OpenSMPPBox with clean documentation and configuration examples! 2012/12/9 Willy Mularto sangpr...@gmail.com imho a new clean copy development will be better. easier to read, easier to debug, and somehow will be faster development time. On Dec 9, 2012, at

Re: Bulk SMS individual response for each number

2012-12-05 Thread spameden
1. You need to post to us...@kannel.org instead of devel! Devel only intended for kannel's developers, bugs and patches. All questions related to configuration and understanding how kannel does work should be posted *ONLY *to us...@kannel.org 2. As Andreas said you should send each message via

Re: gateway svn 5011

2012-11-27 Thread spameden
, Ahmed Shabana ** ** *From:* Ahmed Shabana *Sent:* Tuesday, November 27, 2012 9:55 AM *To:* 'spameden'; Guillaume Cottenceau *Cc:* devel@kannel.org; de...@vm1.kannel.org *Subject:* RE: gateway svn 5011 ** ** Sorry Dears it is my fault ** ** Find the error log as below

Re: gateway svn 5011

2012-11-27 Thread spameden
1) reinstall bison instead of byacc 2) do a clean checkout of kannel's source 3) issue make clean 4) start usual procedure of ./configure --with-what-you-need; make; make install 2012/11/27 spameden spame...@gmail.com quick googling gives me a result: http://www.mail-archive.com/devel

Re: devel Digest, Vol 75, Issue 17

2012-11-20 Thread spameden
just insert a record into send_sms table 2012/11/21 Navdeep Bagga ad...@navdeepbagga.com Thanking You Now I can send sms through browser On Tue, Nov 20, 2012 at 11:18 PM, Andreas Fink af...@list.fink.org wrote: http://

wrong source code link on main page

2012-11-15 Thread spameden
Goto http://kannel.org click Source code link is http://redmine.kannel.org/repositories/show/kannel instead of https://redmine.kannel.org/projects/kannel/repository please fix

Re: Small bug on dead-start directive

2012-10-22 Thread spameden
Could this potentially lead to problems if there is pending queue? (and you don't want to process specific messages through speicific SMSC) 2012/10/22 Juan Nin jua...@gmail.com Hi! There's a small bug on the dead-start directive (smsc group) implementation. It seems that the dead-start

Re: [PATCH] Kannel bearerbox graceful restart support (via SIGHUP or HTTP admin command)

2012-10-20 Thread spameden
Great work, Stipe! That was really quick. What about connected smsbox'es / sqlbox'es to the bearerbox when reload happens? Bearerbox is not closing the connection port right (so it's still accepting requests from smsbox / sqlbox)? 2012/10/20 Stipe Tolj st...@kannel.org Hi list, ok, this

Re: [PATCH] Kannel bearerbox graceful restart support (via SIGHUP or HTTP admin command)

2012-10-20 Thread spameden
2012/10/20 Stipe Tolj st...@kannel.org Am 20.10.2012 10:14, schrieb spameden: Great work, Stipe! That was really quick. thanks :). Please express your thanks also via the PayPal donation button on the web site. We are getting literally no donations within the last 1-2 years. Which

Re: [PATCH] Abstraction for config resources, allowing file, URL, pipe, etc.

2012-10-19 Thread spameden
kannel needs graceful reload option badly :) 2012/10/19 Nicolas de Bari Embriz Garcia Rojas nb...@backup.sh Hi, this is nice, but now that the configuration topic is mentioned, I would like to know if there is a way of adding smsc groups 'group: smsc' on the fly without need to restart

slow store_load with large queue

2012-10-16 Thread spameden
Hi. I've copied both devel and users list to get quicker response, sorry if it's not right. We are suffering from quite slow store load (about 100sms/sec) with large queue (about 100k MTs). What could be a possible reason? Could it be slow disk or is there a bug itself inside the kannel? Also

Re: slow store_load with large queue

2012-10-16 Thread spameden
Is it possible to have store_load in a separate thread? So SQLBox / SMSBox would connect before store fully loaded? 2012/10/16 spameden spame...@gmail.com Hi. I've copied both devel and users list to get quicker response, sorry if it's not right. We are suffering from quite slow store load

Re: slow store_load with large queue

2012-10-16 Thread spameden
Putting queue into tmpfs helped a lot, now I'm thinking about storing it permanently and dumping with cronjob regularly. Btw, I'm using spool instead of kannel-store currently. Is there any performance difference between spool and store (when queue is in 1 file) ? 2012/10/16 spameden spame

bearerbox memory report usage

2012-10-16 Thread spameden
Hi I've checked bearerbox source code and found that If you send SIGQUIT to the bearerbox process it should report it's memory usage, current memory allocated, highest usage, etc. But, it seems it's not working for me. What I did: I've set log-level to 0, did a kill -SIGQUIT `pidof bearerbox`,

Kannel MongoDB dlr support

2012-10-16 Thread spameden
Found this accidentally - https://github.com/romanbsd/kannel-mongodb Interested to hear what core developers is thinking about implementing this as a DLR storage engine / kannel-store as well?

Re: OpenSNMPP and SQLBox package building ?

2012-09-29 Thread spameden
You mean build it as a debian package (.deb)? Yeah, you would need to add manually folder with a rules or use checkinstall. 2012/9/30 Sebastien Cramatte scrama...@nixus.es Hi, I've just rebuild Kannel 1.5 package for my Debian squeeze. I would like to build SQLBox and OpenSNMPP. Does

Re: Stable version

2012-09-13 Thread spameden
You can use version from the trunk. Latest SVN revision. 2012/9/13 Ahmed Shabana a.shab...@cequens.com ** ** Dears , What is the most stable kannel version we can use at production ? ** ** Best Regards, ** ** Ahmed Shabana | Creative Communication

Re: Stable version

2012-09-13 Thread spameden
. Usually SVN is more recent and found stable. -- Regards, Abdul Basit | P: +92 32 1416 4196 | O: +92 30 0841 1445 | UK: +447937429394 On Thu, Sep 13, 2012 at 9:46 PM, spameden spame...@gmail.com wrote: You can use version from the trunk. Latest SVN revision. 2012/9/13 Ahmed Shabana

Re: Unstable BB plz help

2012-09-12 Thread spameden
Try compiling latest version from the trunk. 2012/9/12 Ahmed Shabana a.shab...@cequens.com But we have at contract lot more than 1 submit-sm per second !! ** ** How can we reach this with your suggested config ? ** ** Best Regards, ** ** Ahmed Shabana | Creative

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 sangpr...@gmail.com 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() { …

Re: delivery report

2012-09-05 Thread spameden
1. Try using kannel from latest SVN, there were numerous bugs fixed. 2. Contact your SMSC for correct settings (i.e. throughput, max-pending-submits, wait-ack, and other parameters) 3. Try submitting sms directly via cgi/sendsms url to avoid overhead of MySQL storage. 4. Use persistent DLR

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

Re: Where I can download the previous version of opensmppbox

2012-08-07 Thread spameden
administrator, if 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: 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 clayzev...@gmail.com I have reinstalled kannel via svn. Then installed sqlbox. ** ** I have

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 rene.klu...@chimit.nl 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