registered_delivery and multi-parts message

2012-03-01 Thread spameden
Hello, list Is there any update on this subject? Was it patched in recent updates of kannel source? I'm using kannel / sqlbox setup with scheme where sqlbox stands between smsbox and bearerbox. I'm getting a lot of WARNINGs (e.g. Got DLR but was not interested in it) in logs because my SMSC

SMPP connection speed

2012-03-01 Thread spameden
Did you mean under max-submit-requests max-pending-submits in kannel ? max-pending-submits number Optional the maximum number of outstanding (i.e. acknowledged) SMPP operations between an ESME and SMSC. This number is not specified explicitly in the SMPP Protocol Specification and will be

Re: USB Hub for USB Modem

2012-03-06 Thread spameden
You can use udev rules to make devices permanent in /dev. 2012/3/6 Alvaro Cornejo cornejo.alv...@gmail.com This is an issue from kernel itself and how it assigns USB port to devices; basically it asigns the in the order they are being detected by the system. Therfore it is tricky to have

Re: registered_delivery and multi-parts message

2012-03-07 Thread spameden
Any update on this subject? Thanks 2012/3/1 spameden spame...@gmail.com Hello, list Is there any update on this subject? Was it patched in recent updates of kannel source? I'm using kannel / sqlbox setup with scheme where sqlbox stands between smsbox and bearerbox. I'm getting a lot

Re: NACK reporting help

2012-03-07 Thread spameden
I have a question. How do you send 1 long message to Kannel via multiple-part messages ? I'm using sqlbox setup. If I do split a long message in multiple and insert them into send_sms, kannel should send separate messages, not the long one, right? On Mar 7, 2012 6:45 PM, Rene Kluwen

Re: Mysql storage engine

2012-03-22 Thread spameden
We are using InnoDB. It works just fine with dlr and send_sms, sent_sms tables. InnoDB comparing to MyISAM is more fault proof, so I'd recommend using it, every insert is a transaction, so theoritacally you won't lose more than 1 transaction if something bad happens. Don't forget to add relevant

Re: Mysql storage engine

2012-03-22 Thread spameden
ashisha...@gmail.com Hello, Thanks for your response. What are the fields that should be indexed? On Fri, Mar 23, 2012 at 12:54 AM, spameden spame...@gmail.com wrote: We are using InnoDB. It works just fine with dlr and send_sms, sent_sms tables. InnoDB comparing to MyISAM is more fault proof

Re: Mysql storage engine

2012-03-22 Thread spameden
, spameden spame...@gmail.com wrote: mysql show indexes from kannel.dlr; +---++-+--+-+---+-+--++--++-+---+ | Table | Non_unique | Key_name| Seq_in_index

kannel.org and svn.kannel.org are DOWN ?

2012-03-27 Thread spameden
kannel.org and svn.kannel.org are not working for me

Re: kannel.org and svn.kannel.org are DOWN ?

2012-03-27 Thread spameden
working Best regards, Narate Mobile: 092 486 648 On Mar 27, 2012, at 18:53, Albert alber...@wp.pl wrote: On 03/27/2012 01:30 PM, spameden wrote: kannel.org and svn.kannel.org are not working for me works for me!

Re: kannel.org and svn.kannel.org are DOWN ?

2012-03-27 Thread spameden
2012/3/27 spameden spame...@gmail.com works now 2012/3/27 spameden spame...@gmail.com ~ $ telnet kannel.org 80 Trying 62.27.58.41... telnet: Unable to connect to remote host: Connection refused ~ $ telnet kannel.org 443 Trying 62.27.58.41... telnet: Unable to connect to remote host

Re: UTF-16BE encoding problem

2012-03-28 Thread spameden
You need to use charset=utf8 coding=2 for sending such messages. i.e.:

Re: Inconsistent behavior around encoding and SMPP

2012-03-30 Thread spameden
utf8 + coding=0 never worked for me for cyrillic text messages. the only combination is coding=2 charset=utf8, otherwise I'm getting bollocks on mobile screen. according to the kannel's documentation, coding is: coding number Optional. Sets the coding scheme bits in DCS field. Accepts values 0

redmine.kannel.org gives a 500 error

2012-04-01 Thread spameden
can you please check? ta

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread spameden
SMPP. On Fri, Mar 30, 2012 at 3:20 PM, spameden spame...@gmail.com wrote: utf8 + coding=0 never worked for me for cyrillic text messages. the only combination is coding=2 charset=utf8, otherwise I'm getting bollocks on mobile screen. according to the kannel's documentation, coding

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread spameden
amal...@kannel.org Then I don't understand what should be the issue here :-) ? Thanks, Alex Am 01.04.2012 um 23:15 schrieb spameden: Exactly what I've said :) If your source text is in utf8 you need to specify charset=utf8 and coding=2. 2012/4/2 Alexander Malysh amal...@kannel.org

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread spameden
mistakingly thought was default; it's only default when coding=0) in order for the re-encoding to happen. Sorry about asking multiple related questions in the same message, I should have been more clear about their separation. On Sun, Apr 1, 2012 at 3:41 PM, spameden spame...@gmail.com wrote

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
, 2012 at 9:46 AM, spameden spame...@gmail.com wrote: Might be something with your setup. Are you sure DLRs are receiving? Can you check sent_sms table, is there any DLR entries? About dlr table: I strongly suggest adding indexes there for speeding things up. If you're inserting message

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
from dlr tables as there is no field through which i can delete rows in it. Regards Tapan Thapa On Tue, Apr 3, 2012 at 10:32 AM, spameden spame...@gmail.com wrote: you can use this query: delete d from dlr d inner join sent_sms s ON s.dlr_url=d.url where s.momt='MT' and s.time

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
parts_num yours shouldn't have, its my modification ;) 2012/4/3 spameden spame...@gmail.com If you're using HTTP API call, I guess you're also taking advantage of dlr_url dlr_mask options to get DLRs, right? Do you store anywhere message statuses and actual dlr_url ? The problem is you

Re: redmine.kannel.org gives a 500 error

2012-04-03 Thread spameden
Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your redMine administrator for assistance. Back happens again. 2012/4/1 spameden spame...@gmail.com can you please check? ta

spam in issue comments on redmine.kannel.org

2012-04-03 Thread spameden
I noticed there are lots of spam-posts in the issues on redmine.kannel.org Examples: https://redmine.kannel.org/issues/322#note-10 https://redmine.kannel.org/issues/95#note-13 Would you consider adding a captcha for the self-registration / anonymous users comments posting? Here is a captcha

kannel's load balancing when using multiple concurrent connections to the same SMSC with the same smsc_id and login

2012-04-04 Thread spameden
I'm using latest kannel from SVN with sqlbox in scheme: Box connections: smsbox:sqlbox, IP 127.0.0.1 (0 queued), (on-line 0d 0h 13m 12s) I'm using multiple connections to the same SMSC with the same login (my smsc allows up to 4 concurrent connections under the same login). I have configured 2

restarting kannel gives panic

2012-04-04 Thread spameden
Hello, list. This bug was already discussed here: http://www.kannel.org/pipermail/users/2010-August/012229.html But still no solution! I have smsbox-sqlbox-bearerbox scheme and _VERY_OFTEN_ if i restart kannel when it has active queue bearerbox fails to restart. Please suggest.

Re: kannel's load balancing when using multiple concurrent connections to the same SMSC with the same smsc_id and login

2012-04-04 Thread spameden
round-robin load balancing which seems to be what most people expect/assume. If your send rate is fairly low, then most messages will leave via the 1st bind. Regards, Kyriacos Sakkas On 04/04/2012 13:58, spameden wrote: I'm using latest kannel from SVN with sqlbox in scheme: Box

kannel DLR states

2012-04-10 Thread spameden
Hello, list. Sometimes it's good to know the exact reason why sms was failed. Is there any way I can get extended information about message delivery status? i.e. if it was REJECTED / UNDELIVERABLE / DELETED / EXPIRED According to SMPP v3.4 message states are: Message State Value Description

Re: Kannel Delivery report - Memcache

2012-04-10 Thread spameden
You can use MySQL dlr storage, check user guide. About memcached - there is someone who implemented this to kannel, but he didn't share it with the community. 2012/4/11 Tapan Thapa tapan.thapa2...@gmail.com Hello, Can we store delivery report in memcache instead of memory or MySQL? Regards

Re: Kannel Delivery report - Memcache

2012-04-10 Thread spameden
somehow to store its delivery report in memcache for faster performance? Thanks Regards On Wed, Apr 11, 2012 at 10:04 AM, spameden spame...@gmail.com wrote: You can use MySQL dlr storage, check user guide. About memcached - there is someone who implemented this to kannel, but he didn't

Re: kannel DLR states

2012-04-11 Thread spameden
. As to the status codes: you don't really need status code what you need is the error code, check meta data errorcode field. Alex Am 10.04.2012 um 23:22 schrieb spameden: Hello, list. Sometimes it's good to know the exact reason why sms was failed. Is there any way I can get extended

Re: restarting kannel gives panic

2012-04-12 Thread spameden
Hello, any update on this? Still having this issue with spool-queue (happens also on filestore I think) 2012/4/5 spameden spame...@gmail.com Hello, list. This bug was already discussed here: http://www.kannel.org/pipermail/users/2010-August/012229.html But still no solution! I have

Re: restarting kannel gives panic

2012-04-16 Thread spameden
it will help someone else. 2012/4/12 spameden spame...@gmail.com Hello, any update on this? Still having this issue with spool-queue (happens also on filestore I think) 2012/4/5 spameden spame...@gmail.com Hello, list. This bug was already discussed here: http://www.kannel.org/pipermail/users/2010

Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread spameden
needs further testing, but pretty sure it should be OK 2012/4/16 spameden spame...@gmail.com I think I resolved this via workaround: altered /etc/init.d/kannel script with: stop) echo -n Stopping WAP gateway: CORE_CONF=$(grep -r 'group[[:space:]]*=[[:space:]]*core' $CONFDIR

Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread spameden
http://pastebin.com/w9mHmeHd -- init script for Debian (works fine on Debian Squeeze) also you need to add these lines to /etc/default/kannel: START_WAPBOX=0 START_SMSBOX=1 START_SMPPBOX=0 START_SQLBOX=1 if you need to enable particular service, just set it to 1. 2012/4/16 spameden spame

Re: restarting kannel gives panic

2012-04-16 Thread spameden
I've tested this furthermore and has to say it's NOT solved :( Even if I use shutdown via kannel's web-interface bearerbox still brokes up with PANIC if there was a queue processing when restart command was issued. So I guess the bug is somewhere inside the kannel. 2012/4/16 spameden spame

Re: Specific kind of sms, through a specific smsc gateway

2012-04-19 Thread spameden
Yes, it's possible, just don't use dlr_mask, and specify smsc_id. 2012/4/19 Πετσούκα Τάνια ta...@tessera.gr You can use smsc_id parameter to your messages. On 19/4/2012 2:22 μμ, Davide Gusmano wrote: d like send just sms without delivery request through a specified smsc, the others

Re: Unable to send '@' via kannel

2012-04-21 Thread spameden
Weird. What's the kannel version you're on? I've just tested (I'm also using sqlbox) via inserting the record into send_sms with @ without specifying charset or coding it works just fine. 2012/4/21 Anshu Sah sah.an...@ymail.com Hi, I have set alt-charset = utf-8 and also sending charset =

Re: Guidance

2012-04-25 Thread spameden
I strongly suggest reading User Guide, without understanding how it works and all parameters needed you won't get far. Also, use latest 1.5.0 version from svn instead of 1.4.3 there were lots of bugs fixed in it. By shortly looking at your config file are you using kannel on windows? 2012/4/25

Re: DLR routing to Opensmppbox

2012-04-26 Thread spameden
You need to put sqlbox in between of smsbox and bearerbox, opensmppbox should connect to sqlbox as well. And, yes as Rene said you need to connect to ESME as transceiver or receiver mode. Do not forget to specify IP as well in logins.txt file. (4th argument) 2012/4/26 Rene Kluwen

Re: delivery report-getting smsc submit always

2012-05-02 Thread spameden
There are two ways to solve your problem: 1) Use smsbox to push messages to kannel, i.e. call the url: http://localhost:13013/cgi-bin/sendsms?user=userpassword=passwordto=...from=...text=messagedlr-url=http%2F//.../dlr.aspxdlr-mask=31 When kannel gets a DLR from your smsc it will run script

Re: delivery report-getting smsc submit always

2012-05-03 Thread spameden
explain me “what are the main reasons behind for not getting delivery reports?” *From:* Rene Kluwen [mailto:rene.klu...@chimit.nl] *Sent:* Wednesday, May 02, 2012 9:21 PM *To:* 'spameden' *Cc:* 'Sk. Samsuddoza'; users@kannel.org *Subject:* RE: delivery report-getting smsc submit

Re: Dlr-url not hit properly after getting message

2012-05-07 Thread spameden
As Rene already pointed out if you're using SQLBox dlr-url functionality won't work. If you really want dlr-url functionality push messages to http://localhost:13013/cgi-bin/sendsms url with dlr-url parameter. 2012/5/7 Sk. Samsuddoza s...@acubepro.com Hi all Thanks in advance….

Re: Dlr-url not hit properly when kannel getting report from smsc

2012-05-09 Thread spameden
Could you please stop spamming the list with the same question? If you want details regarding smsbox (when dlr url works actually) read the user guide. Thanks. 2012/5/9 Tapan Kumar Thapa tapan.th...@hindustantimes.com Hello, Message sent via sqlbox will not hit your dlr-url once received

Re: reading received messages in kannel

2012-05-09 Thread spameden
you need to add 2 parameters, dlr-url dlr-mask to receive DLR (Delivery reports) messages from your smsc. read user guide, there is an example how it works out. 2012/5/9 Πετσούκα Τάνια ta...@tessera.gr You have to pass a parameter,dlr-url, for getting delivery reports. The value of this

Re: Problem with compiling Open SMPP Box

2012-05-16 Thread spameden
install libxml2-dev if you're on debian: apt-get install libxml2-dev 2012/5/16 Joseph Kaizzi jos...@thinvoid.com Hi there. Am trying to setup opensmpp box on my linux server but encounter the following error when I try running the MAKE command: ** ** make all-recursive

Re: Problem with compiling Open SMPP Box

2012-05-16 Thread spameden
jos...@thinvoid.com wrote: Hi Spameden. I tried this: yum install libxml2-dev and it failed I then modified it to this: libxml2-devel and it returned this: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.nac.net

Re: our-system-id or opensmppbox-id as an Escape Code

2012-05-16 Thread spameden
do you use sqlbox at all? I didn't get. 2012/5/17 Nicolas de Bari Embriz Garcia Rojas nb...@backup.sh I downgraded opensmppbox to Revision: 63 and got it work again. with version 63 I just did a ./configure --with-mysql; make; and done (FreeBSD 9) Something maybe broken in Revision: 64

Re: kannel able to send but not receiving sms

2012-05-21 Thread spameden
Yeah, sadly kannel doesn't support reload feature. But you can dynamically add / remove smsc from kannel. You can use SQLBox, put it in the middle of bearerbox and smsbox to handle messages in database. 2012/5/21 Alvaro Cornejo cornejo.alv...@gmail.com Hi AGAIN: PLEASE CC the list !!! You

Re: kannel able to send but not receiving sms

2012-05-22 Thread spameden
Please don't spam the list with the same messages. Thanks. 2012/5/22 bilal kamoto bgk...@hotmail.com Thanks the bind error managed to sort it out, forwarding the sms to an application then to database is what I need to crack ** ** ** ** *From:* users-boun...@kannel.org

Re: link for downloading linux version of sqlbox

2012-06-02 Thread spameden
svn co https://svn.kannel.org/gateway/trunk will fetch everything from kannel's subversion server sqlbox can be found in trunk/addons/sqlbox 2012/6/2 Tapan Kumar Thapa tapan.thapa2...@gmail.com You need to check out the code from kannel web site via svn command. Check out code will have copy

Re: SQLBOX Not able to call DLR URL

2012-06-02 Thread spameden
SQLBox is not calling dlr-url at all. dlr-url is used to ID messages, you can always hack kannel/sqlbox source code to make it work like you want 2012/6/2 Anshu Sah sah.an...@ymail.com Hi I have been trying SQLBOX which is not able to ping the DLR URL. I tried with url encoded as well as

Re: How do i configure Kannel for single Transmitter account and Receiver account But several short Codes

2012-06-04 Thread spameden
Read user-guide. It's very detailed and will give you basic idea how to do this. 2012/6/4 Felix Obareh foba...@softcall.co.ke Hi? I have a single Transmitter and Receiver login from my provider. I need to transmit and send from different shortcodes. What is the best configuration setup for

Re: How do i configure Kannel for single Transmitter account and Receiver account But several short Codes

2012-06-04 Thread spameden
If your sms-provider gives you smpp server on port 2775 it'd be: For transmitter: port = 2775 receive-port = 0 For receiver only: receive-port = 2775 port = 0 For transciever: port=2775 transceiver-mode = 1 or port=2775 receive-port = 2775 2012/6/4 Willy Mularto sangpr...@gmail.com Does

Re: sqlbox not sending message and and copy the record to sent sms

2012-06-04 Thread spameden
are you using latest sqlbox from SVN? you can compile sqlbox with debug to see what actually fails inside it, also check record in the sent_sms what's inside it. 2012/6/4 alok srivastava alok...@gmail.com dear after inserting the message to send-sms table it copied the message to sent-sms

Re: sqlbox not sending message and and copy the record to sent sms

2012-06-04 Thread spameden
on terminal 2012-06-05 00:10:04 [20970] [12] ERROR: Packet too short while unpacking Msg. 2012-06-05 00:10:04 [20970] [12] ERROR: Msg packet was invalid. 2012-06-05 00:10:04 [20970] [12] ERROR: Failed to unpack data! regards abhi On Mon, Jun 4, 2012 at 6:36 PM, spameden spame...@gmail.com

Re: SMPP Throughput

2012-06-04 Thread spameden
kannel, smsbox/dlr-url sqlbox/mysqld to try and push the 4-node cluster past 2000 sms/sec. Many thanks all. -wasim On Thu, May 31, 2012 at 4:46 PM, spameden spame...@gmail.com wrote: Also interested in this issue, but I'm not so good in C. Played a lot with this in the past. 2012/5/31 Wasim

Re: kannel (gateway-1.5.0) giving error when running bearerbox

2012-06-05 Thread spameden
First you need to compile kannel with mysql support, go to into kannel dir (if you did svn how I said earlier it would be): $ cd trunk $ ./configure --with-mysql $ make $ make install after it installed successfully (it can ask for some libs on your system on configure part): $ cd addons/sqlbox

Re: SMS Text Length

2012-06-05 Thread spameden
HT Mobile Solutions Limited Mob-919871701375 On Jun 5, 2012, at 4:27 PM, spameden spame...@gmail.com wrote: It depends on which coding you're sending. if it's 7bit (coding=0), than messages will be splitted in this scenario: 1) 160 symbols - 1 sms 2) each part of long concatenated sms

Re: Send SMS in URDU/Arabic

2012-06-06 Thread spameden
1) first you need to make sure you're passing everything into utf8 2) urlencode text 3) pass coding=2 4) also add charset=utf8 i.e. in the end you'll get something like this:

Re: Send SMS in URDU/Arabic

2012-06-06 Thread spameden
You can send sms with simple GET request you actually don't need much to do this. (i hate java tbh its bloating) Either do this with curl / GET or write your own simple client in php/perl. 2012/6/6 ami...@arabmobilecontent.com I noticed you didnt add charset=utf-8, i suggest you check that

Re: Send SMS in URDU/Arabic

2012-06-06 Thread spameden
ASP.NET and PHP , I was successful there ...but in Java I am getting this error ...let me recheck ..Thanks in advance for helping me ... On Wed, Jun 6, 2012 at 12:45 PM, spameden spame...@gmail.com wrote: You can send sms with simple GET request you actually don't need much to do

Re: log file for DLR related issues

2012-06-07 Thread spameden
You mean you're not getting DLR in dlr table? Check /var/log/kannel/sqlbox.log /var/log/kannel/bearerbox.log 2012/6/7 alok srivastava alok...@gmail.com I am not getting DLR in mysql table. In which log file i can see related issues. regards abhi

Re: log file for DLR related issues (Messages are going but not finding DLRs in DLR table)

2012-06-07 Thread spameden
, Jun 7, 2012 at 3:27 PM, spameden spame...@gmail.com wrote: You mean you're not getting DLR in dlr table? Check /var/log/kannel/sqlbox.log /var/log/kannel/bearerbox.log 2012/6/7 alok srivastava alok...@gmail.com I am not getting DLR in mysql table. In which log file i can see related

Re: not able to understand why, not getting dlr

2012-06-08 Thread spameden
READ USER GUIDE Seriously, it's not a tech support here. You need to know basics and ask for specific question. You're still asking here like someone need to do it for you. Otherwise if you need such suport hire someone for some money to do it for you. 2012/6/8 Willy Mularto

Re: smpp error

2012-06-09 Thread spameden
Very simple, your SMS operator shut down their SMSC server or you did specify wrong port in the config. 2012/6/10 ami...@arabmobilecontent.com hello there, not sure what the problem is, maybe its a firewall or vpn configuration thing, try pinging the IP and/or using telnet to connect to that

Re: FW: error connecting to new SMSC 0x0000000d

2012-06-10 Thread spameden
smsc-username is a system-id parameter, actually there is no system-id parameter at all according to documentation: smsc-username (m) string The ’username’ of the Messaging Entity connecting to the SM-SC. If the SM-SC operator reports that the TELEPATH SYSTEM MANAGER TERMINAL view

Re: How to save more kannel access logging info into mysql

2012-06-11 Thread spameden
check sqlbox 2012/6/11 techbrainless techbrainl...@gmail.com Hi All, I am able to store data into dlr table (mysql) , but is it possible to store information like that one in access logs into one of mysql tables once it received/sent to/from kannel 2012-03-17 17:20:42 Receive SMS

Re: TPS problem

2012-06-12 Thread spameden
Check the smsc error log on 'SMSC Throttling Errors', you need to specify manually throughput according to your smsc provider. Increasing max-pending-submits also helps a bit. you can use also bigger value for enquire-link-interval and tweak wait-ack. anyways, you need to tune kannel according

Re: Can't install from svn

2012-06-21 Thread spameden
you need to compile kannel with appropriate database support install before compiling OpenSMPPBox or SQLBox 2012/6/21 Artem Chekulaev slon...@gmail.com I install kannel normally (without mysql support or other special options). It runs ok. When I tried to install opensmppbox from the same

Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
How did you install kannel? Is it from debian's packages? Try to install latest from SVN. 2012/6/23 Moazzam Ali moz...@gmail.com wait_timeout is set to 120, is it the case? there is no firewall between mysql and kannel as they are both on localhost //moazzam On 06/23/2012 2:38 AM,

Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
Why don't you use latest from the trunk? There were lots of fixes since 1.4.3. 2012/6/23 Moazzam Ali moz...@gmail.com complied kannel 1.4.3 stable with mysql support from source on CentOS 6 64-bit //moazzam On 06/23/2012 4:40 PM, spameden wrote: How did you install kannel? Is it from

Re: Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
] [6] ERROR: MYSQL: database check failed! 2012-06-23 13:29:59 [14633] [6] ERROR: MYSQL: MySQL server has gone away On 06/23/2012 4:43 PM, spameden wrote: Why don't you use latest from the trunk? There were lots of fixes since 1.4.3. 2012/6/23 Moazzam Ali moz...@gmail.com complied kannel

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

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: 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: 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

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: 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 /

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: 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: 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: 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: 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: 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: 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

  1   2   3   4   5   >