Re: Kannel Per SMSC

2012-11-01 Thread spameden
connection per smsc. So whenever I need to restart 1 smsc due to any new configuration it will not disturb others. On Nov 1, 2012, at 5:03 PM, spameden wrote: Why do you need this? Kannel can easily handle multiple SMSC links without any problems. It would load-balance traffic between them

Re: keyword-regex

2012-11-01 Thread spameden
For getting case-insensitive regex search you need to tweak *gw/urltrans.c*and add somewhere 1004 } 1005 gwlist_destroy(l, octstr_destroy_item); 1006 } 1007 1008 octstr_append_cstr(keyword_regex, )[ ]*); 1009 } else if (keyword_regex

Re: Kannel Per SMSC

2012-11-01 Thread spameden
for a while - is it possible to reload the sms-service definitions without restarting Kannel? On Thu, Nov 1, 2012 at 11:25 PM, spameden spame...@gmail.com wrote: You can do this via remove-smsc?smsc=XXXpassword=XXX and add-smsc?smsc=password=XXX via kannel's web interface without restarting

Re: Kannel Per SMSC

2012-11-01 Thread spameden
does not have a graceful restart yet. On Thu, Nov 1, 2012 at 7:22 PM, spameden spame...@gmail.com wrote: Yes, you can do this with: http://www.kannel.org/~tolj/patchsets/graceful/gateway-graceful-restart.diff it's not included as of yet. I didn't test yet, but will do today or tomorrow

Re: XML POST, multiple messages to multiple recipients

2012-10-29 Thread spameden
You can modify kannel's sources to implement this. 2012/10/29 Mike Nwaogu michael_nwa...@yahoo.com Hello am I to assume there's no solution to this problem? Its been unanswered for days now. Best Regards, Michael C. Nwaogu -- *From:* Mike Nwaogu

Re: XML POST, multiple messages to multiple recipients

2012-10-29 Thread spameden
specifically? Best Regards, Michael C. Nwaogu -- *From:* spameden spame...@gmail.com *To:* Mike Nwaogu michael_nwa...@yahoo.com *Cc:* users@kannel.org users@kannel.org *Sent:* Monday, October 29, 2012 8:31 PM *Subject:* Re: XML POST, multiple messages to multiple

Re: XML POST, multiple messages to multiple recipients

2012-10-29 Thread spameden
for delivery by looking into kannel's status i can see 3 messages were sent. so it's all working correctly, enjoy :) 2012/10/30 spameden spame...@gmail.com I was looking into the code actually there is a handling of multiple numbers: from gw/smsbox.c: 705 /* to (da/number) Multiple tags

Re: XML POST, multiple messages to multiple recipients

2012-10-29 Thread spameden
I think this should be in the user-guide as well :p care to make a patch to the current snapshot and add this, Mike? 2012/10/30 spameden spame...@gmail.com Here is what I've used: ?xml version=1.0 encoding=utf-8? message submit da number2

Re: XML POST, multiple messages to multiple recipients

2012-10-29 Thread spameden
aplicaciones 2 vias via SMS y GPRS online Visitenos en www.perusms.NET www.smsglobal.com.mx y www.pravcom.com On Mon, Oct 29, 2012 at 7:34 PM, spameden spame...@gmail.com wrote: I think this should be in the user-guide as well :p care to make a patch to the current

Re: SQLBox Configuration

2012-10-28 Thread spameden
Service only MT messages? Hit me up on skype :) 2012/10/29 Willy Mularto sangpr...@gmail.com Hi list, Anyone has Kannel+SQLBox configuration to service MT dan DLR only? Many thanks. Willy Mularto F300HD+MR18DE (NLC1725)

Re: dlr-url call on sqlbox

2012-10-26 Thread spameden
actually I've just checked contrib/kannel-monitor it works just fine too and have advanced features. I might extend it later to show sqlbox queue's as well. 2012/10/26 Ravindra Gupta // Viva ravin...@vivainfomedia.com Dear Spameden, Thanks for your response. On Fri, Oct 26, 2012 at 3

Re: Error in starting bearerbox from mysql side.

2012-10-24 Thread spameden
It's very easy to read something to do with your MySQL connection details. Either it's not running or you specified wrong details in the kannel's configuration. 2012/10/24 sudhir meena surwt...@gmail.com Good Afternoon Sir, I had a error when starting bearerbox from mysql the error as

Re: Error on bearerbox starting

2012-10-23 Thread spameden
You probably compiled against different library and now trying to use kannel on different system. As a workaround you can create a symlink to /usr/lib64/mysql/libmysqlclient.so.16 ln -s /usr/lib64/mysql/libmysqlclient.so.16 /usr/lib64/mysql/libmysqlclient.so.14 ln -s

Re: dlr-url call on sqlbox

2012-10-22 Thread spameden
sqlbox by default stores DLR, MT, MO in sent_sms messages after message is being sent or received. for monitoring you might want to consider kannel monitor included in the latest svn package or writing it yourself 2012/10/22 Ravindra Gupta // Viva ravin...@vivainfomedia.com Dear Spameden, We

Re: Special characters encoding

2012-10-22 Thread spameden
You need to use coding=2 and charset=utf8 only for concatenated messages containing non-latin1 charset. I.e. cyrillic or greek charset or chinese, etc. 2012/10/22 Willy Mularto sangpr...@gmail.com I believe max-sms-octets will help you :) On Oct 22, 2012, at 3:05 PM, Ombongi Moraa Fe

Re: dlr-url call on sqlbox

2012-10-22 Thread spameden
into send_sms table. MO is a message received from your smsc. You need to connect smsbox to sqlbox instead of bearerbox for this. 2012/10/22 Ravindra Gupta // Viva ravin...@vivainfomedia.com Dear Spameden, As I have already mentioned in my above mail that I want to store both the MT and MO PDU

Re: dlr-url call on sqlbox

2012-10-22 Thread spameden
-ssl = false sql-log-table = sent_sms sql-insert-table = send_sms log-file = /usr/local/kannel-mblox/log/sqlbox.log log-level = 0 2012/10/22 spameden spame...@gmail.com What do you mean under MO? Kindly let me know where I will get the MO response (delivery_sm) status like delivered

Re: Space in SMS mask

2012-10-22 Thread spameden
Weird, do you have alt-charset in group=smsc or did you specify any charset explicitly when was inserting message into send_sms? 2012/10/22 ha...@aeon.pk ha...@aeon.pk Tried. Doesn't work. However, I can see that Bearerbox is sending it correctly (with space) to SMSC, but SMSC is chopping the

Re: Blacklisting/Blocking spammers - having trouble

2012-10-16 Thread spameden
I don't think advanced blacklisting is available currently in kannel. You need to implement this in your frontend. Kannel is a basic backend which just sends everything out. 2012/10/16 shaded 4 shad...@gmail.com Hi, I've been using kannel for a long time and am quite comfortable with it, but

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: Single quote character in received UTF-16BE encoded message

2012-10-16 Thread spameden
Hi clearly there is a bug with this In SQLBox for example there is additional processing of ' and with these 2 functions: From sqlbox_mysql.c: octstr_replace(str, octstr_imm(\\), octstr_imm()); octstr_replace(str, octstr_imm(\'), octstr_imm(\\\')); so when it's inserted into MySQL it's

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

Re: Reply to an MT where the source has been changed to alfanumeric

2012-10-16 Thread spameden
You probably need to adjust ton / npi parameters before sending with alphanumeric number. ton = 1, npi = 1 for alphanumeric afaik 2012/10/16 Alvaro Cornejo cornejo.alv...@gmail.com Hi We have a smsc -smpp- with a shortcode where we define the source number (sender) as a text; however phones

Re: Limiting TCP connections to bearerbox

2012-10-15 Thread spameden
You probably have multiple group=smsc defined inside your kannel.conf 2012/10/15 Eric Beda eric.b...@kamili.co.tz Hi all, I have come up with an unfortunate problem. I had a working kannel configuration with an operators SMSC, everything was working fine, then lately they say that I am

Re: Limiting TCP connections to bearerbox

2012-10-15 Thread spameden
Transceiver mode initiates only 1 connection. All message-types are flowing through it (MT,MO,DLR). 2012/10/15 Tapan Kumar Thapa tapan.thapa2...@gmail.com Hello, Have you tried binding as Transmitter only. transceiver-mode=false Regards Tapan Thapa On Mon, Oct 15, 2012 at 5:56 PM,

Re: Limiting TCP connections to bearerbox

2012-10-15 Thread spameden
I'm using multiple SMSC links with transceiver mode enabled. Only 1 connection established to the SMSC for each SMSC. What's kannel version you're on? 2012/10/15 Eric Beda eric.b...@kamili.co.tz Hi Tapan, Unfortunately, the provider has not been very helpful in troubleshooting, I have

Re: Limiting TCP connections to bearerbox

2012-10-15 Thread spameden
Try changing system-type to system-type = NULL also you don't need receive-port = with transceiver-mode turned on, you can remove it. 2012/10/15 spameden spame...@gmail.com I'm using multiple SMSC links with transceiver mode enabled. Only 1 connection established to the SMSC for each

Re: sqlbox select speed

2012-10-12 Thread spameden
; Eric Turner; spameden *Subject:* RE: sqlbox select speed ** ** What should be the smsbox-port value I should mention in my new sqlbox configuration. On Jul 19, 2012 6:27 PM, Rene Kluwen rene.klu...@chimit.nl wrote: There’s no absolute need for two smsboxes to be connected

Re: dlr-url call on sqlbox

2012-10-12 Thread spameden
There is no WEB panel for monitoring SQLBox, but you can code one, it's very easy I think. Right now I'm using this code just to monitor what happens with kannel via the WEB. It gets current pending queue on multiple sqlbox'es and displays kannel's status page. You can extend it to allow

Re: sqlbox select speed

2012-10-12 Thread spameden
/kannel/sqlbox-standalone-multi-20080227.patch Would be nice to incorporate this into SVN as an option maybe! 2012/10/13 spameden spame...@gmail.com Rene wrote: 1. You can increase the LIMIT without breaking things. This might increase speed for large batches. Actually after looking

Re: Error coming on restarting Bearerbox.

2012-10-09 Thread spameden
Can you read again what I replied back before ? 2012/10/9 sudhir meena surwt...@gmail.com Good Noon, The Problem is not yet Solved. I have a problem in Restarting Bearerbox after add store location in kannel.conf. === kannel.conf group = core admin-port =

Re: Error coming on restarting Bearerbox.

2012-10-09 Thread spameden
1. You need to check if kannel started before starting sqlbox 2. When you inject MT into send_sms table set sms_type=2 i.e. INSERT INTO send_sms SET sms_type=2, receiver=..., sender=... so store won't be corrupted upon restart or kannel's abnormal termination. 2012/10/9 spameden spame

Re: Error coming on kannel restart

2012-10-08 Thread spameden
You didn't post actual error from the log. Also it's not recommended running kannel as root - potential security risk. If you're using sqlbox make sure when you inject MT into send_sms specify sms_type=2. 2012/10/8 sudhir meena surwt...@gmail.com Good Evening, When i

Re: Error coming on kannel restart

2012-10-08 Thread spameden
.. better use start-stop-daemon and run-kannel-box, check for kannel's init.d script (might depend on your Linux distro though). P.S. *ALWAYS INCLUDE users@kannel.org in the copy* 2012/10/8 sudhir meena surwt...@gmail.com On Mon, Oct 8, 2012 at 6:40 PM, spameden spame...@gmail.com wrote: You

Re: MySQL triggers instead of dlr_url

2012-09-30 Thread spameden
Hi Are you using sqlbox? You need to apply triggers on sent_sms table. 2012/10/1 Sebastien Cramatte scrama...@nixus.es Hi, Anybody has implement MySQL triggers to store delivery report instead of dlr_url ? I've made some tests applying triggers on dlr table (I'm using

Re: Issue with DLR and DLR-URL ...

2012-09-30 Thread spameden
Hi. You need to use triggers on sent_sms table. Alternatively you can tweak sqlbox code as well to update directly. 2012/10/1 Rinor Hoxha rinorho...@gmail.com Just keep in mind, if you are using dlr-storage = mysql, on final response the DLR will be deleted from dlr table without being

Re: Sqlbox Monitoring Panel:

2012-09-25 Thread spameden
you can check via kannel's web interface http://localhost:13000/status 2012/9/25 Rene Kluwen rene.klu...@chimit.nl Unfortunately there is no statistics built into sqlbox as it is now. But you can easily check it’s queue by performing a “select count(*) as queuecount from send_sms”.

Re: Răspuns: How to resend messages in Kannel

2012-09-20 Thread spameden
If you're using SQLBox you can resend all failed messages via simple query, i.e: INSERT INTO send_sms SELECT * FROM sent_sms WHERE momt='MT' and ; 2012/9/21 Alvaro Cornejo cornejo.alv...@gmail.com Hi First of all ALWAYS CC kannel list so anyone can answer and everyone profits from

Re: Răspuns: Răspuns: How to resend messages in Kannel

2012-09-20 Thread spameden
pardon the totally noob questions, -- *De la:* spameden spame...@gmail.com *Către:* Alvaro Cornejo cornejo.alv...@gmail.com *Cc:* Primoxz Zonome prim...@yahoo.ro; users users@kannel.org *Trimis:* Vineri, 21 Septembrie 2012 3:01:49 *Subiect:* Re: Răspuns: How to resend

Re: Smsbox sometimes doesn't servicing request

2012-09-19 Thread spameden
Hey Willy! Did you use latest version from SVN? 2012/9/19 Rene Kluwen rene.klu...@chimit.nl You seem to have crossed an old sqlbox bug. I remember, under high load, sqlbox misses some MO messages. As of now, for all I know, this hasn't been solved yet. == Rene -Original Message-

Re: Kannel + SMPP3.4 DLR issue

2012-09-18 Thread spameden
Hi. You need to use callback URL for getting actual message status or use SQLBox. 2012/9/18 Alvaro Cornejo cornejo.alv...@gmail.com Hi You are mixing things. 0: Accespted for delivery is a KANNEL answer to your sms-box call. It is NOT message status. DLR-2 is the message status FROM

Re: opensmppbox connection problems

2012-09-07 Thread spameden
https://redmine.kannel.org/issues/649#note-1 2012/9/7 Eugene Prokopiev e...@itx.ru Hi, I have installed kannel with this minimal but working configuration: group = core admin-port = 13000 admin-password = admin smsbox-port = 13001 dlr-storage = internal group = smsbox bearerbox-host

Re: opensmppbox connection problems

2012-09-07 Thread spameden
the record into send_sms table. For smsbox use url like this: http://localhost:13005/cgi-bin/sendsms?username=foopassword=barto=+123456789011text=Hello+world There is very detailed user guide you can compile fresh version of it from SVN. 2012/9/7 Eugene Prokopiev e...@itx.ru 2012/9/7 spameden spame

Re: SMPPBOX Download Link

2012-09-06 Thread spameden
http://svn.kannel.org/gateway/trunk 2012/9/6 Shahid Bashir Ahmad sah...@ssidecisions.com Dear All, We want to give connectivity over SMPP to our customers. Please send me working smppbox download link. Regards, Shahid Bashir Ahmad

Re: SMPPBOX Download Link

2012-09-06 Thread spameden
sorry, https://svn.kannel.org/gateway/trunk/ 2012/9/6 spameden spame...@gmail.com http://svn.kannel.org/gateway/trunk 2012/9/6 Shahid Bashir Ahmad sah...@ssidecisions.com Dear All, We want to give connectivity over SMPP to our customers. Please send me working smppbox download link

Re: SMPPBOX Download Link

2012-09-06 Thread spameden
if you fetch this url with subversion in addons/opensmppbox you will find opensmppbox source if you only need opensmppbox you can fetch from here: https://svn.kannel.org/opensmppbox/trunk/ 2012/9/6 spameden spame...@gmail.com sorry, https://svn.kannel.org/gateway/trunk/ 2012/9/6 spameden

Re: Need to download some CVS versions

2012-08-30 Thread spameden
if you need specific revision: svn checkout -r https://svn.kannel.org/gateway/trunk 2012/8/30 Willy Mularto sangpr...@gmail.com Do you know the command to check and download specific date? On Aug 30, 2012, at 3:12 PM, Otandeka Simon Peter wrote: Can this help? SVN access to source

Re: Need to download some CVS versions

2012-08-30 Thread spameden
argument to -r should be revision number, i.e. 1000. 2012/8/30 Willy Mularto sangpr...@gmail.com Just tried that command with svn checkout -r {2010-01-01} https://svn.kannel.org/gateway/trunk but it still returns the latest one On Aug 30, 2012, at 4:35 PM, spameden wrote: if you need

Re: Help, SQLBOX gwlib not found when running ./configure

2012-08-28 Thread spameden
=dir location root@smsbkserver:~/trunk# 2012/8/27 spameden spame...@gmail.com Hi. You need to use kannel from svn as well. Don't need to use ./bootstrap for sqlbox. The process is simple $ svn co https://svn.kannel.org/gateway/trunk $ cd trunk $ ./configure --with-mysql $ make

Re: Setting fixed mask for SMPPBOX or Bearerbox

2012-08-28 Thread spameden
You probably need to modify opensmppbox source and force it there 2012/8/28 ha...@aeon.pk ha...@aeon.pk Hi, I have a client requiring connectivity over SMPP. I assume I can entertain him via following configuration: OPERATOR SMSC -- BEARERBOX -- SMPPBOX -- CLIENT APPLICATON However, I do

Re: Help, SQLBOX gwlib not found when running ./configure

2012-08-28 Thread spameden
-am». make[2]: se sale del directorio «/home/adan/trunk/addons/sqlbox» make[1]: se sale del directorio «/home/adan/trunk/addons/sqlbox» root@smsbkserver:~/trunk/addons/sqlbox# 2012/8/28 spameden spame...@gmail.com Hi. If you're on debian you need to install libmysqlclient16-dev for 5.1

Re: Help, SQLBOX gwlib not found when running ./configure

2012-08-27 Thread spameden
regards Adan 2012/8/26 spameden spame...@gmail.com are you sure kannel was installed successfully? try recompiling and reinstalling kannel.. 2012/8/27 Adan Canales adan...@gmail.com Hi again: this is what I did adan@smsserver:~/trunk/addons/sqlbox$ ./configure --with-kannel-dir

Re: users Digest, Vol 72, Issue 68

2012-08-26 Thread spameden
date.h gwmem.h http.h pcre.h utils.h dbpool.h gwpoll.h latin1_to_gsm.h pki.h xmlrpc.h I don´t know what else to try ?? 2012/8/25 spameden spame...@gmail.com sorry, you need to do it this way in sqlbox: ./configure --with-kannel-dir=/usr/local/include/kannel 2012/8/26 adan...@gmail.com I

Re: users Digest, Vol 72, Issue 68

2012-08-25 Thread spameden
are you sure 192.168.42.105 accepts connections from your host with your credentials? you can check it via mysql command line interface 2012/8/26 Adan Canales adan...@gmail.com Alvaro: Bearerbox and SMSbox runs just fine and connected to mysql, even I tested phpmyadmin and connect as well,

Re: users Digest, Vol 72, Issue 68

2012-08-25 Thread spameden
Please, copy users@kannel.org as well.. 2012/8/26 spameden spame...@gmail.com did you install kannel? if you do ./configure; make; make install in the kannel directory it'd be installed into /usr/local so you might need to do this in sqlbox: ./configure --with-kannel=/usr/local; make

Re: users Digest, Vol 72, Issue 68

2012-08-25 Thread spameden
of kannel? Enviado desde mi dispositivo BlackBerry® -- *From: * spameden spame...@gmail.com *Date: *Sun, 26 Aug 2012 02:38:36 +0400 *To: *Adan Canalesadan...@gmail.com *Subject: *Re: users Digest, Vol 72, Issue 68 did you install kannel? if you do ./configure

Re: Start the services kannel

2012-08-19 Thread spameden
What do you mean under 'manage' ? You probably need just an init script right? If so search on google there are plenty of init scripts or write it yourself. Server management often made with sshd over the network. 2012/8/20 mohamed keita keitamohamed1...@gmail.com Hello I properly installed

Re: Where I can download the previous version of opensmppbox

2012-08-11 Thread spameden
for SMPP connections. 2012-08-11 16:51:21 [31043] [0] DEBUG: Immutable octet strings: 125. 2012-08-11 16:51:56 [31060] [0] INFO: Added logfile `/var/log/kannel/opensmppbox.log' with level `0'. #restart 11.08.2012 16:28, spameden пишет: To identify a problem you need to use log-level = 0

Re: how to set up kannel on boot start

2012-08-07 Thread spameden
it. I use ubuntu 10.4. ** ** Thanks ** ** * * * * * * *Dzifa David NUGLOZE* IT,ENGINEER *M*icrosoft *C*ertified *P*rofessional Tel: (+241) 07541952 Mail:d.nugl...@ymail.com BP: 11209 Libreville Gabon ** ** ** ** *De :* spameden

Re: Contents of users digest... how to set up kannel on boot start

2012-08-07 Thread spameden
Hi it's related to CentOS or RedHat based distributions, guy asked for Ubuntu setup. 2012/8/7 Ombongi Moraa Fe moraa.lovetak...@gmail.com Hello, Run /sbin/chkconfig --list (I'm using ubuntu) This command allows you to see services starting at boot time. surf and read more on

Re: Contents of users digest... how to set up kannel on boot start

2012-08-07 Thread spameden
yes, but not by default. ~ $ chkconfig 'chkconfig' is not installed sudo apt-get install chkconfig default is update-rc.d ripped from debian. 2012/8/7 Milan P. Stanic m...@arvanta.net On Tue, 2012-08-07 at 15:44, spameden wrote: Hi it's related to CentOS or RedHat based distributions, guy

Re: Where I can download the previous version of opensmppbox

2012-08-07 Thread spameden
instead of rollbacking to previous revision, you can do what Rene said you need to alter opensmppbox.conf configuration and it would work. 2012/8/7 admin ad...@platbox.ru Good time of day! I have installed the last version of opensmppbox and have the bug which is talked about here

Re: Where I can download the previous version of opensmppbox

2012-08-07 Thread spameden
Of course you can revert with SVN, but better stick to latest version with altered options. Regards. 2012/8/7 Rene Kluwen rene.klu...@chimit.nl But to answer your question: You can checkout previous versions with (for instance): svn checkout -r {2006-02-17} See:

Re: [opensmppbox] SMSC rejected login to transmit (bind failed)

2012-08-07 Thread spameden
[mailto:users-boun...@vm1.kannel.org] *On Behalf Of *spameden *Sent:* Tuesday, 07 August, 2012 12:26 *To:* us...@vm1.kannel.org *Subject:* Re: [opensmppbox] SMSC rejected login to transmit (bind failed) ** ** OpenSMPPBox can be connected to smsbox or sqlbox, not bearerbox directly

Re: can't install opensmppbox

2012-08-06 Thread spameden
Hello, you need to provide earlier lines of compilation. 2012/8/6 admin ad...@platbox.ru Good time of day. I have the server with Debian 6 Squeeze, x64. I downloaded the opensmppbox with the command svn co https://svn.kannel.org/**opensmppbox/trunkhttps://svn.kannel.org/opensmppbox/trunk

Re: can't install opensmppbox

2012-08-06 Thread spameden
also include users@kannel.org in all your conversations 2012/8/6 spameden spame...@gmail.com From the lines you posted I can't judge what's wrong. Paste line before. And yes you need to install kannel's development headers (i.e. install kannel before compiling opensmppbox). Read user-guide

Re: can't install opensmppbox

2012-08-06 Thread spameden
do you have a custom openssl compiled in /usr/local/lib? try specifying ./configure --with-ssl=/usr/lib/ssl 2012/8/6 admin ad...@platbox.ru 06.08.2012 16:15, spameden пишет: I don't need Makefile script, I need output generated by make command, not only the last lines. 2012/8/6 admin ad

Re: sqlbox-0.7.2

2012-08-03 Thread spameden
First of all you need to post to everyone this, use users@kannel.org for this. Second, you need to use SVN. $ svn co https://svn.kannel.org/gateway/trunk/ $ cd trunk $ ./configure --with-mysql $ make; make install after that you need to go to addons/sqlbox: $ cd addons/sqlbox $ ./configure

Re: sqlbox-0.7.2

2012-08-03 Thread spameden
Forgot to say you need to install automake. 2012/8/4 spameden spame...@gmail.com First of all you need to post to everyone this, use users@kannel.org for this. Second, you need to use SVN. $ svn co https://svn.kannel.org/gateway/trunk/ $ cd trunk $ ./configure --with-mysql $ make; make

Re: schedule delivery of sms

2012-08-02 Thread spameden
sqlboxes (e.g. one for bulk sms and one for priority sms). They have to use different tables, in that case. And yes: You can use the priority field in sqlbox to let bearerbox know that these messages should come first. ** ** == Rene ** ** *From:* spameden [mailto:spame

Re: schedule delivery of sms

2012-08-02 Thread spameden
number Optional. Sets the Priority value (range 0-3 is allowed). hmm, not really useful range, can it be extended to let's say from 0 to 100 ? I didn't test this myself well yet, but will give it a shot soon. 2012/8/2 spameden spame...@gmail.com Thanks for this, I'm already using

Re: FW: schedule delivery of sms

2012-08-02 Thread spameden
rene.klu...@chimit.nl I didn’t include users either… my bad… ** ** *From:* Rene Kluwen [mailto:rene.klu...@chimit.nl] *Sent:* Thursday, 02 August, 2012 22:19 *To:* 'spameden' *Subject:* RE: schedule delivery of sms ** ** No, after sending the sms, the structure, including the time

Re: schedule delivery of sms

2012-08-02 Thread spameden
a simple application which function is to copy scheduled_sms records to send_sms table. You can play with your query here, such as limiting the timestamp. Setup a crontab that will execute that application. And you done :) On Aug 3, 2012, at 12:13 AM, spameden wrote: Yes, you can do

Re: start sqlbox service

2012-07-30 Thread spameden
You can do this with start-stop-daemon, here are two examples: SQLCONF=/etc/kannel/sqlbox.conf DEBULVLV=3 BOXPATH=/usr/sbin PIDFILES=/var/run/kannel #Start start-stop-daemon --start --quiet \ --pidfile $PIDFILES/kannel_sqlbox.pid \ --chuid kannel \ --exec

Re: start sqlbox service

2012-07-30 Thread spameden
-- Forwarded message -- From: spameden spame...@gmail.com Date: 2012/7/30 Subject: Re: start sqlbox service To: Ravindra Gupta // Viva ravin...@vivainfomedia.com Cc: users@kannel.org, users-requ...@kannel.org You can do this with start-stop-daemon, here are two examples: SQLCONF

Re: Huge delay in sending bulk sms from kannel

2012-07-27 Thread spameden
I do use it. It's not really that fast actually. I did few tests, smsbox was much faster than sqlbox with reports turned on (bearerbox was configured to store reports in sql as well in both cases). There was a guy on the lists with memcached support, hopefully someone will add it and share to

Re: SQLBOX version

2012-07-27 Thread spameden
the last version is 0.7.2 you can check latest revision number by issuing svn info command. 2012/7/27 ha...@aeon.pk ha...@aeon.pk I downloaded sqlbox via SVN. How can I know which sqlbox version am I on?

Re: Huge delay in sending bulk sms from kannel

2012-07-24 Thread spameden
Check your logs for throttling error and add throughput = 5 into each of smsc section configuration. 2012/7/24 saurabh chandan saurabhchanda...@gmail.com Hi All, I have kannel1.4.3 with 12 active SMPP SMSC connections. Out of these connections 2 SMSC are being used for MT(Bulk Push). Problem

Re: Error While compiling OpenSMPPBOX from SVN

2012-07-22 Thread spameden
This question was raised too many times. Really there should be *clear *instructions how to do this. Here they go again: 1) Compile kannel with MySQL/PGSQL or any database support here is an example how to compile with MySQL support ./configure --with-mysql make make install Make sure

Re: sqlbox select speed

2012-07-16 Thread spameden
Try adding relevant indexes for dlr table. UNIQUE KEY `smsc_ts_destination` (`smsc`(15),`ts`(35),`destination`(11)) 2012/7/16 Eric Turner e...@txtwire.com Since it is compiled code. You could either look through the source code and see where you could make improvements or you could add a

Re: sqlbox select speed

2012-07-16 Thread spameden
most likely you didn't optimize mysql most work sqlbox is being done on INSERT rather than SELECT and DELETE, try using INSERT DELAYED instead of INSERT in SQLBOX_MYSQL_INSERT_QUERY in gw/sqlbox_mysql.h or optimize your MySQL setup. try also to test kannel's speed without sqlbox involved at all

Re: Opensmppbox slow in receiving SMS from clients

2012-07-09 Thread spameden
It might be not OpenSMPPBox itself. Possible reasons: 1) Network Connection 2) not optimized MySQL 3) Low throughput of SMSC links you have 2012/7/9 Olutoyin Daniel danielto...@yahoo.com Hello, Do you know how to speed up the rate at which I receive SMS from people binded to me on

Re: configure to instances of kannel on different port

2012-07-07 Thread spameden
Create 2 different directories, i.e: /etc/kannel /etc/kannel-devel you need to specify different settings in config files and create /etc/init.d/kannel-devel script to run 2nd instance of kannel. 2012/7/7 Alvaro Cornejo cornejo.alv...@gmail.com Hi You can actually use the same binaries but

Re: not able to understand all the values of smsc operator

2012-07-07 Thread spameden
Destination IP Address - 150.121.118.241 aka host Port - 2901 aka port Binds - Tx/rx/txrx aka transceiver = 1 or transmitter (port = 2901 receive-port = 0) or receiver (port = 0 receive-port = 2901) No of Sessions (max) - 3 aka maximum simultaneous connections on this login, can be transceiver /

kannel.org is DOWN?

2012-07-05 Thread spameden
please fix

Re: kannel.org is DOWN?

2012-07-05 Thread spameden
*** ** ** ** ** ** ** *From:* users-boun...@kannel.org [mailto:users-boun...@kannel.org] *On Behalf Of *spameden *Sent:* Thursday, July 05, 2012 1:05 PM *To:* users@kannel.org *Subject:* kannel.org is DOWN? ** ** please fix image005.pngimage003.pngimage007.pngimage002.pngimage008

Re: Installing opensmppbox in Amazon EC2 instance

2012-07-04 Thread spameden
you need to compile and install kannel before compiling opensmppbox 2012/7/4 danieltoyin danielto...@yahoo.com Hello, I did ./configure successfully on my Amazon EC2 instance but to do make I get series of error message as below: make all-recursive make[1]: Entering directory

Re: Installing opensmppbox in Amazon EC2 instance

2012-07-04 Thread spameden
You need to configure kannel with mysql or postgresql or any other database support, i.e. in kannel's trunk dir do: ./configure --with-mysql make make install after that compile install opensmppbox 2012/7/4 Olutoyin Daniel danielto...@yahoo.com Thanks spameden, I have compiled

Re: Installing opensmppbox in Amazon EC2 instance

2012-07-04 Thread spameden
Did you compile kannel with any database support? You need to recompile reinstall kannel with appropriate database support. 2012/7/4 danieltoyin danielto...@yahoo.com Thanks spameden, I have compiled and installed kannel After which I also did a 'make install' of the kannel source Then I

Re: throttling error and dlr

2012-07-04 Thread spameden
kannel is an asynchronous sender, pretty sure 'throttling error' limits only sending functionality not DLR receiving 2012/7/4 Moazzam Ali moz...@gmail.com is it possible to have dlr from SMSC if some messages are facing throttling error?

Re: throttling error and dlr

2012-07-04 Thread spameden
. For example if we see the kannel logs, SMSC only send dlr for error 0x0045 (submit failed) but not for 0x0058 (throttling error) so i want to have the dlr also for error 58 On 07/04/2012 11:00 PM, spameden wrote: kannel is an asynchronous sender, pretty sure 'throttling error' limits only

Re: Two kannel in sigle server

2012-06-29 Thread spameden
Yes, you need to use different kannel.conf for each instance and specify different settings. 2012/6/29 Willy Mularto sangpr...@gmail.com The answer is YES On Jun 29, 2012, at 6:20 PM, SAMSUDDOZA SK wrote: Hi All, Is it possible to configure two defferent kannel for SMPP connections and

Re: Huawei E220 Generic error: ERROR - Initialization of device failed.

2012-06-25 Thread spameden
Yes, it seems to be a bug, please submit to http://redmine.kannel.org/project/kannel. 2012/6/25 vouk voukam voukam vouka...@hotmail.com That's actually a bug. When ever you have a comment after a value at your cnf file this is interpreted as a value.i.e: sms-center= xx #SMS center

Re: Huawei E220 Generic error: ERROR - Initialization of device failed.

2012-06-25 Thread spameden
sorry, wrong link, correct: https://redmine.kannel.org/projects/kannel 2012/6/26 spameden spame...@gmail.com Yes, it seems to be a bug, please submit to http://redmine.kannel.org/project/kannel. 2012/6/25 vouk voukam voukam vouka...@hotmail.com That's actually a bug. When ever you have

Re: Kannel MySQL problem

2012-06-24 Thread spameden
Uhm. You mean after certain amount of time when kannel is not sending anything it restarts the connection? It's probably related to your smsc settings, cause I never saw such behavior on my setup. 2012/6/24 Willy Mularto sangpr...@gmail.com In my case it happens when Kannel has no activities

Re: R: Kannel MySQL problem

2012-06-24 Thread spameden
it working. It was MySQL, you were right. I increased the wait_timeout to 24 hours and the error has gone //moazzam On 06/23/2012 9:09 PM, spameden wrote: What about sqlbox ? Is it from latest SVN as well? You need to compile it after you've installed kannel from trunk. Also try dropping

Re: release queued messages one by one

2012-06-24 Thread spameden
What do you mean under 'delay'? Well, you can insert the messages into send_sms with a delay inside your program, i.e (on bash): for i in $(seq 1 10); do mysql -e INSERT INTO send_sms set receiver=... ; sleep 1; done 2012/6/24 Moazzam Ali moz...@gmail.com throughout controls the overall bind

Re: release queued messages one by one

2012-06-24 Thread spameden
with the throttling error. Therefore, I am looking for a solution how to create delay between the queued messages so kannel process the queued messages in effective way without hitting the throughput limit. On 06/24/2012 8:10 PM, spameden wrote: What do you mean under 'delay'? Well, you can insert

Re: release queued messages one by one

2012-06-24 Thread spameden
this is not desired because my bind limit is 50, actually however some countries like US/Canada there's a limitation of 1sms/sec/number (sender) so i am trying to find out how to handle this on kannel level. On 06/24/2012 10:25 PM, spameden wrote: did you specify throughput = 1 in your smsc

<    1   2   3   4   5   >