Re: Big problem with sqlbox

2013-11-15 Thread spameden
2013 12:12 To: spameden Cc: users@kannel.org Subject: Re: Big problem with sqlbox Thanks spameden for your reply first of all what's the kannel/sqlbox version you're running? I'm using kannel - 1.5 and sqlbox - I'm not really sure, I think 0.7; you might need to tweak some settings

Re: Big problem with sqlbox

2013-11-15 Thread spameden
-fpm if you need php functionality. For kannel sending service you'd need 1-2GB of memory depends really on your setup and amounts of messages staying in a kannel's internal queue. On 15.11.2013 10:39, spameden wrote: Check your dmesg as well as syslog entries, mysqld might be killed by OOM

Re: Big problem with sqlbox

2013-11-16 Thread spameden
are used. I increased my server RAM from 250MB to 1GB and now I can insert 100SMS into send_sms table at once. What do you think about this situation? On 15.11.2013 15:21, spameden wrote: 2013/11/15 dorin dorinafte...@mail.ru you are right! in OOM-killer list is Mysql and Apache. As I

Re: Big problem with sqlbox

2013-11-16 Thread spameden
, spameden wrote: Either tune Apache2 according to your needs or (better) use nginx + php-fpm. nginx + php-fpm both consumes much less memory than apache2. also you can avoid at all using webserver (calling dlr-url) if you tweak sqlbox source or define a trigger in database to update relevant

Re: test kannel with fakesmsc

2013-11-17 Thread spameden
/download/1.5.0/userguide-1.5.0/userguide.html#AEN5434 But didn't find any information how to compile and run fake smsc daemon On Thu, Nov 14, 2013 at 11:10 PM, spameden spame...@gmail.com wrote: you need to run fakesmscd daemon, it's in contrib folder I think 2013/11/14 SHAIJU.E esha

Re: got DLR but could not find message

2013-11-19 Thread spameden
Check msg-type-id parameter, it might be your SMSC returning different msg-id in hex or reversed order. Also do not forget if you're sending concatenated message (1 part) kannel will only ask for first part DLR, some SMSC providers are forcing sending all DLR reports even if you ask only for DLR

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
You can control DLR via dlr_mask parameter, if its unset you won't receive any DLRs. About speed - it's strange for me that speed of DLRs is much higher than MT submit speed. Don't think there is any algorhythm implemented to control inbound information coming, you might turn into transmitter

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
bottleneck. Try submitting MTs with internal storage and without any dlr.php scripts and see how it goes. On Wed, Nov 27, 2013 at 11:57 AM, spameden spame...@gmail.com wrote: You can control DLR via dlr_mask parameter, if its unset you won't receive any DLRs. About speed - it's strange for me

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
as it is receiving them from the smsc? On Wed, Nov 27, 2013 at 11:57 AM, spameden spame...@gmail.com wrote: You can control DLR via dlr_mask parameter, if its unset you won't receive any DLRs. About speed - it's strange for me that speed of DLRs is much higher than MT submit speed. Don't think

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
considered to be production stable. On Wed, Nov 27, 2013 at 1:32 PM, spameden spame...@gmail.com wrote: 2013/11/27 Jeff Thorn j...@thorntechnologies.com The documentation says to set receive-port = 0 to disable I/O on this bind. I tested this on the one sample config I posted and it had

Re: receiving DLRs too fast - how to throttle?

2013-11-27 Thread spameden
. Is that possible? We are not using sqlbox and we do have the dlr table indexed. I will confirm the version of kannel. On Wed, Nov 27, 2013 at 1:52 PM, spameden spame...@gmail.com wrote: 2013/11/27 Jeff Thorn j...@thorntechnologies.com I see. So does that mean the the DLRs I am seeing on the transmit

Re: Tweaking window size

2013-11-28 Thread spameden
max-pending-submits is your friend 2013/11/29 ha...@aeon.pk ha...@aeon.pk Hi, My operator is asking me to adjust the window-size of my client gateway (kannel) because in high traffic conditions, SMSC is giving Message Queue Full error against my ESME, and not delivering incoming traffic to

Re: Tweaking window size

2013-11-28 Thread spameden
and it works. On Fri, Nov 29, 2013 at 12:07 PM, spameden spame...@gmail.com wrote: max-pending-submits is your friend 2013/11/29 ha...@aeon.pk ha...@aeon.pk Hi, My operator is asking me to adjust the window-size of my client gateway (kannel) because in high traffic conditions, SMSC

Re: kannel with apache and nginx

2013-12-05 Thread spameden
put :81 into your url, e.g.: http://localhost:81/path_to_your_super_duper_script.php 2013/12/5 dorin dorinafte...@mail.ru Hello all! I have both web servers on my machine apache (80 port) and nginx (81 port). How can I tell kannel to use nginx at 81 port? Thanks!

Re: kannel with apache and nginx

2013-12-05 Thread spameden
you can do that, search mailing lists this question about sqlbox and smsbox dlr_url raised couple of times already. 2013/12/5 dorin dorinafte...@mail.ru I can't do this because I use sqlbox and I write data to db table. On 2013-12-05 16:54, spameden wrote: put :81 into your url, e.g

Re: Kannel Blacklist Feature

2013-12-07 Thread spameden
Yes, kannel have such feature. But it's not really convinient to use it, because you have to adjust config files each time and reload kannel completely. Better handle this on your application (e.g. your script) and also add captcha to make sure it's not bots sending messages. 2013/12/7 Faizan

Re: can't receive dlr to mysql DB

2013-12-09 Thread spameden
2013/12/9 dorin dorinafte...@mail.ru Hello all! After I have made some changes with store-type and store-location, I no longer receive dlr's in my DB and logs don't get errors. (after, these two rows I have commented) A part of my conf example. group = core admin-port = 13000

HLR (IMSI) lookups by kannel over SMPP

2013-12-23 Thread spameden
hello, dear list. I'd like to ask if someone has a positive experience in implementing / using HLR lookups over kannel? we have a provider which allows us to do this, but I'm not sure if it's supported by kannel. from what I've read basically it just provides relevant info via standard

Re: Submit SMS Delay Throtling Error

2014-01-19 Thread spameden
check throughput and max-pending-submits parameters in User Guide. 2014/1/19 Hashim Abulebdeh hashim...@yahoo.com Hello...hope everybody doing fine. I am using kannel 1.4.3 for SMPP, Can i configure the number of sent messages per second to some value like 10? or can i set a delay

Re: barcode sms

2014-02-11 Thread spameden
quick googling: http://code.ohloh.net/file?fid=ZI36PcyUVzQvoD2MmvzSgT_BBuccid=db_-ytdumyIs= im sure its still in the svn trunk, you just need to search through revisions.. 2014-02-12 9:11 GMT+04:00 [Digital^Dude] (R) millennium@gmail.com: Hi Willy, The following files (relevant to

Re: Consistently large SMSbox queue

2014-02-18 Thread spameden
check your operator log, it might be throttling problem, try playing with throughput and max-pending-submits parameters and adding more SMPP connections. 2014-02-18 20:09 GMT+04:00 olad...@gmail.com: Following up: any insights on this is appreciated. Thanks. On Mon, Feb 17, 2014 at 10:09

Re: Consistently large SMSbox queue

2014-02-19 Thread spameden
in the logs - set to debug mode already. How can I add more connections with same SMPP account? On Tue, Feb 18, 2014 at 11:40 AM, spameden spame...@gmail.com wrote: check your operator log, it might be throttling problem, try playing with throughput and max-pending-submits

Re: kannel+sqlbox and many smsc

2014-02-19 Thread spameden
check allowed-smsc-id and preferred-smsc-id in the user-guide. you can specify specific smsc to get SMS flow through it in the send_sms table. 2014-02-19 18:55 GMT+04:00 Willy Mularto sangpr...@gmail.com: Put ; in each route. Please refer to user guide, the answer lies there. Sent from my

Re: Kannel 1.5 Requirements on CentOS 6.5

2014-02-25 Thread spameden
it depends what features you need from the kannel. take a look at INSTALL/README files inside the package. 2014-02-26 3:04 GMT+04:00 Ali Ansari mydi...@gmail.com: Hello All, I would like to install kannel 1.5 (from latest snapshot on svn) on CentOS 6.5. After all the googling I did, I

Re: Loading kannel config from mysql database

2014-02-25 Thread spameden
I'm sure it's possible. But you'd need to provide connection settings to MySQL database before starting kannel and also patch kannel. I know one indian programmer did this but he didnt share any source code. It would be useful to have some of the kannel functionality in the database actually

Re: Manually forcing SMPP data_coding

2014-03-04 Thread spameden
pass coding parameter to smsbox/sqlbox and charset=utf-8 2014-03-04 18:58 GMT+04:00 Wayne Gemmell wa...@gemmell.co.za: Hi All I've bumped against this issue again. The SMSC I'm trying to send to has latin1 default and data coding 1 is GSM 7 bit. Is there any way to instruct kannel on which

Re: How to handle throttling and message queue full errors

2014-03-07 Thread spameden
2014-03-07 20:31 GMT+04:00 Valdas Petrulis petrulis.val...@gmail.com: You should use configarion variable 'throughput' under each of your SMSC: group = smsc smsc = smpp smsc-id = XXX ... ... throughput = 15 Kannel repeats messages from queue by default, if you did not modified

Re: Same SMS, 2 Different MessageIDs

2014-03-09 Thread spameden
sorry, forgot to copy list.. 2014-03-10 1:57 GMT+04:00 spameden spame...@gmail.com: You need to define msgid for each MT you submit through SMSC. That is the correct way to get proper status of each MT. You can achieve this by appending required parameter to dlr_url or adding msgid

Re: Same SMS, 2 Different MessageIDs

2014-03-09 Thread spameden
? Thank you, Ali. On 09/03/2014 21:57, spameden wrote: You need to define msgid for each MT you submit through SMSC. That is the correct way to get proper status of each MT. You can achieve this by appending required parameter to dlr_url or adding msgid and task_id in the sqlbox's

Re: Same SMS, 2 Different MessageIDs

2014-03-10 Thread spameden
2014-03-10 17:15 GMT+04:00 mydi...@gmail.com mydi...@gmail.com: Thanks for your reply. As for the speed, you are right, it doesn't affect my kannel receiving/sending speed, but what happens is sending to 100numbes in the same URL, instead of sending to 100 number in 100urls (1number each

Re: Getting the latest version of Kannel from package respositories

2014-03-10 Thread spameden
You should convince your guy to build a package for CentOS based on the recent SVN build. You can try to use this packaging script to build on CentOS (as well as any RH-based distro): https://github.com/blinohod/kannel-altlinux 2014-03-10 15:31 GMT+04:00 Abdul Munim Kazia munim2...@gmail.com:

Re: troubleshooting MT queuing in Kannel / MT queue persistence question

2014-03-12 Thread spameden
or syslog. And check if kannel is swapping or anything else (free -m). Thanks, Jeff On Tue, Mar 11, 2014 at 3:05 PM, spameden spame...@gmail.com wrote: 2014-03-11 22:46 GMT+04:00 Jeff Thorn j...@thorntechnologies.com: Hi group, We currently have 7 different Tx binds setup to our SMSC

Re: How to handle throttling and message queue full errors

2014-03-12 Thread spameden
Yeah, you can try devel mailing list as well as commerc...@kannel.org *commerc...@kannel.org commerc...@kannel.org* This mailing list allows users of Kannel to interact with commercial vendors, either letting aggregators offer SMSC connectivity here or any other commercial implications arround

Re: Same SMS, 2 Different MessageIDs

2014-03-12 Thread spameden
2014-03-12 14:31 GMT+04:00 mydi...@gmail.com mydi...@gmail.com: Thanks for your reply Kyriacos. %F is SMSC provided. It could be delayed, it could be changing format (depending on each SMSC), it could indicate who my SMSC is, it could have different format. Like any standard provided, and

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: SMS part counting is incorrect

2014-03-20 Thread spameden
for 7bit messages longer than 160 symbols kannel splits them into 153 symbol parts + UDH header ( http://en.wikipedia.org/wiki/Concatenated_SMS) so, 400/153 ~ 2.61 which should be 3 parts What kinda coding are you using? I don't get where you got these IDs in your dr_url field? 2014-03-20

Re: Routing failed, re-queued and 3: Queued for later delivery

2014-03-20 Thread spameden
It might be your sqlbox / smsbox instance failing.. Check logs. 2014-03-20 20:18 GMT+04:00 Alvaro Cornejo cornejo.alv...@gmail.com: Hi Your log said kannel version. 1.5... Might you have two kannel instances running at the same time? You can try svn version. Is as stable as 1.5 and has a

Re: troubleshooting MT queuing in Kannel / MT queue persistence question

2014-03-25 Thread spameden
it to bearerbox so from my practice sqlbox+bearerbox works in LIFO way (Last Input First Out). Thanks, Jeff On Wed, Mar 12, 2014 at 2:02 AM, spameden spame...@gmail.com wrote: 2014-03-11 23:48 GMT+04:00 Jeff Thorn j...@thorntechnologies.com: Thanks spamden. 1 and 2 seem fine. We

Re: SMPPBOX PLUGINS

2014-03-26 Thread spameden
With such question you should ask Stipe Tolj. I believe he is the main developer architecotr of commercial SMPPBox solution. Copying him. 2014-03-26 20:37 GMT+04:00 Frederick Ofosu-Darko f.ofosu-da...@rancardsolutions.com: Hello, Can you help me understand 'group = smppbox-plugin'? I

Re: List of cellphones as GSM modem for kannel

2014-03-27 Thread spameden
Post phone list here: https://redmine.kannel.org/projects/kannel/wiki i'm sure it would be useful for others. 2014-03-27 22:21 GMT+04:00 ha...@aeon.pk ha...@aeon.pk: Yes I have scores of old Nokia phones for which I spent countless hours but eventually failed to integrate with kannel. The

Re: List of cellphones as GSM modem for kannel

2014-03-27 Thread spameden
, spameden spame...@gmail.com wrote: Post phone list here: https://redmine.kannel.org/projects/kannel/wiki i'm sure it would be useful for others. 2014-03-27 22:21 GMT+04:00 ha...@aeon.pk ha...@aeon.pk: Yes I have scores of old Nokia phones for which I spent countless hours but eventually failed

Re: Sending Voice SMS through Kannel

2014-03-29 Thread spameden
2014-03-28 18:26 GMT+04:00 SAMSUDDOZA SK skdoza...@live.com: Hi Dear All Is it possible configuring more then one sqlbox and smsbox with kannel ? if yes, what is the benefits ? Yes you can. Benefit is you can have multiple QUEUEs and multiple tables for different sqlbox instances. Make

Re: SMS lifetime

2014-04-02 Thread spameden
2014-03-31 19:16 GMT+04:00 dorin dorinafte...@mail.ru: Hello all! I want to configure SMS validity under sqlbox. As I read in documentation I must set parameter validity with desired minutes. in my case I have validity = 5 but on the SMSC arives 1032139564 minutes insted of 5. hello.

Re: 2 Questions re Redis/Debian.

2014-04-04 Thread spameden
2014-04-05 1:26 GMT+04:00 Mashed Updata mashed.upd...@gmail.com: Thanks Milan, me too. I'm not sold on the idea of using SVN for bleeding edge applications unless you are a developer or a truly hard soul. On 5 April 2014 06:10, Milan P. Stanic m...@arvanta.net wrote: 2. Any idea when the

Re: 2 Questions re Redis/Debian.

2014-04-05 Thread spameden
2014-04-05 13:22 GMT+04:00 Hanh Le Bich hanhmi...@gmail.com: Yes, the current revision SVN is not stable enough, especially memory leaking issue of smsbox which have not been solved. It does not happen in ver 1.4.3. Also opensmppbox also has memory issue too. Can you run valgrind over

Re: Performance tests and DLRs

2014-04-08 Thread spameden
2014-04-07 23:29 GMT+04:00 Douglas Calzzetta Filho calzze...@gmail.com: Hi Kannel users, I am developing a solution to manage massive SMS campaigns using Kannel. Performance is really important for me. For that I built many modules to send messages, to treat delivery status, etc. Kannel

Re: SMS lifetime

2014-04-08 Thread spameden
2014-04-08 11:29 GMT+04:00 Dorin dorinafte...@mail.ru: I called SMSC support they have such time. I have read SMPP documentation there expects absolute and relative time format YYMMDDhhmmsstnnp I write validity parameter like it's write in the documentation * ...it should only try to send

Re: Kannel with Bulk SMS Solutions

2014-04-10 Thread spameden
lol there is no free cheese.. 2014-04-10 12:53 GMT+04:00 Pratik Mota mota.pra...@gmail.com: Hi, I want to Send Bulk SMS. Initially i thought that I can do by Kannel. then I read Document and Configuration, Then I Understand that I can Only prowide Gatway type of communication No Free SMS,

Re: Redundancy / HA

2014-04-16 Thread spameden
2014-04-16 13:10 GMT+04:00 Ciaran Scolard cia...@phonovation.com: Has anyone any experience with redundancy / HA? Any suggestions / tips / guides? There is no complete solution for this yet (or it's not shared with the community). It very much depends on your APP architecture. What do

Re: List of cellphones as GSM modem for kannel

2014-04-21 Thread spameden
2014-04-21 19:13 GMT+04:00 Vinicio Cruz vinicio.c...@gmail.com: Is there a way to place this knowledge in kannel documentation?, I saw in other mail something about a wiki but must ask for permission to start the page?. Ask Alexander Malysh, he is in copy. Hope this help for others.

Re: Vcard

2014-04-23 Thread spameden
quick googling: http://www.kannel.org/pipermail/users/2008-July/005193.html 2014-04-23 14:24 GMT+04:00 ndiaye Ismaïla ndiaye...@gmail.com: Hello I would like to send Vcards with Kannel, any tips / examples will be welcome. I'm quite compfortable with php... Thanks

Re: ERROR due to Delivery Reports from different smsc-id

2014-04-24 Thread spameden
2014-04-24 1:20 GMT+04:00 Jeff Thorn j...@thorntechnologies.com: I've searched the user groups for this issue and everyone says to use the same smsc-id. We specifically need different smsc-ids so our interactive messages can be delivered in real time and not get queued with our bulk messages.

Re: kannel-sqlbox on a raspberry pi

2014-04-25 Thread spameden
2014-04-25 12:31 GMT+04:00 Daniel Boira dbo...@gmail.com: thanks Alvaro, and which is the better version to install? 1.4 or 1.5? I assume that is mandatory uninstall installed version, right? The best is to use latest SVN revision. It's considered to be stable and most of the bugs fixed

Re: Limit on Kannel

2014-04-25 Thread spameden
You need to implement this on your application basis. 2014-04-25 19:25 GMT+04:00 Faizan Mirza efuz...@gmail.com: I have multy modems installed in kannel but due to my telecom restriction they allow limited SMS per hour how to i set SMS limit for example sms go randomly from devices so i want

Re: sqlbox: save SMS in readable format

2014-04-26 Thread spameden
2014-04-26 14:26 GMT+04:00 Rene Kluwen rene.klu...@chimit.nl: Did you try to select UNHEX(msg_data) as unencoded? It won't work. msgdata is URLencoded depending on the encoding, basically url_encode feature was implemented to prevent problems with different encodings and escaping characters

Re: OpenSMPPBox :: SMS ID issue

2014-04-29 Thread spameden
2014-04-29 10:11 GMT+04:00 Saurabh Pandey sam.it.develo...@gmail.com: Now, I've changed stuff and now SMS ID field contains ID and dlr_url contains actual URL (this URL does some tasks on my app). The problem is 1) When I get DLR, the SMS ID changes 2) Now a match is performed based on this

Re: Why is there no kannel google group

2014-04-29 Thread spameden
2014-04-29 18:46 GMT+04:00 Anil Singh Bafila anil.si...@iic.ac.in: Why I am asking this question 1. It is very difficult to see the pasts questions asked by user Use google properly and you will find questions to frequently asked questions, but I'm agree with you there is definitely should be

Re: SMS ID and DLR-URL concatenation issue

2014-04-30 Thread spameden
Post your final solution (e.g. some patch in .diff) and what advantages it gives you so others would benefit too :) 2014-04-30 15:22 GMT+04:00 Saurabh Pandey sam.it.develo...@gmail.com: Thanks a lot Rene. perfect solution. Also I used another gw function to retrieve last item, so that's okay.

Re: Kannel 1.5 smsbox error

2014-05-04 Thread spameden
2014-05-04 16:58 GMT+04:00 MOSES KARIUKI kariuk...@gmail.com: I have tried it. I keep getting this error: checking for Ct-Lib support... no checking for FreeTDS Ct-Lib support... no checking for gw-config... /etc/kannel/bin/gw-config checking Kannel version... 1.5.0 checking Kannel libs...

Re: kannel process

2014-05-06 Thread spameden
It's not normal. Normally should be something like this: kannel 248 0.0 0.0 6016 352 ?Ss Apr08 0:00 /usr/sbin/run_kannel_box --pidfile /var/run/kannel/bearerbox.pid --no-extra-args /usr/sbin/bearerbox -v 0 -- /etc/kannel/kannel.conf kannel 252 0.0 30.8 380500 161936 ?

Re: Kannel Web interface - Help

2014-05-27 Thread spameden
there is no such tool available for public use. the only tool you can use is kannel web monitor written in php, look into contrib folder on SVN you'll find it there. 2014-05-27 16:46 GMT+04:00 Hatem Sabrey h.sab...@hotmail.com: Hello All. kindly advice if there any web interface tool to

Re: Tunning up kannel

2014-06-09 Thread spameden
2014-06-09 17:08 GMT+04:00 Ahmed BOUDHRAA ahmed.boudh...@inbmi.edunet.tn: HI thx for the relpay i was wondering if someone will help :) the fact is that we tunned the max-pending-requests and we ve concluded that about 800 is the best value and if we go up the results go worst, but the

Re: submit_sm to same recipeint

2014-06-09 Thread spameden
2014-06-09 17:38 GMT+04:00 ha...@aeon.pk ha...@aeon.pk: SMSC can identify it as a spam attempt, since spam analysis is one of the first things to activate before the message is handed over for delivery. I don't think kannel causes any problem in this. Do remember the buffer limit for each

Re: CANT SEND MESSAGES OUT, I DONT KNOW WHICH FILE TO GIVE PERMISSION

2014-06-09 Thread spameden
2014-06-07 22:26 GMT+04:00 Ayubu Lulesu alul...@gmail.com: Dear friends, i have been struggling without success to send sms to users phone from my system. some people said that i have to grant permission to user kannel to access the file. My problem is: 1. I dont know how to give the

Re: Messages count for SMSC

2014-06-09 Thread spameden
2014-06-09 17:46 GMT+04:00 ha...@aeon.pk ha...@aeon.pk: 'Grep' the date, message status (Sent) and then SMSC id in the access.log file from Linux command prompt. Alternatively, you can run MySQL query over sentsms table if you are using sqlbox (which is the best way). On Sun, Jun 1, 2014

Re: Kannel store-type question

2014-06-09 Thread spameden
2014-05-09 7:33 GMT+04:00 Hanh Le Bich hanhmi...@gmail.com: Hi list, I running kannel with store-type = file. As i gather from manual docs, kannel store the MT messages only. But what i'm seeing at store-status there are a lot of MO messages stored as Type field marked is MO. Why? Regards,

Re: Message identifier for returning DLR

2014-06-09 Thread spameden
source code dynamically (TIP: use time/date nanoseconds to generate it) and link to DLR messages through this field. This is the only field which is being saved when DLR comes. On Mon, Jun 9, 2014 at 7:46 PM, spameden spame...@gmail.com wrote: 2014-06-09 18:00 GMT+04:00 ha...@aeon.pk ha

Re: Regarding: Start up Configuration of Kannel

2014-06-23 Thread spameden
2014-06-23 16:37 GMT+04:00 Fakirchand Patidar bulk24sms.fcpati...@gmail.com : Hi, I'm new with Kannel. When I'm configuring kannel (bearerbox, smsbox wapbox) then I'm confusing. Don't get confused - read the documentation :) So please help me how to configure this as soon as possible.

Re: Regarding: Start up Configuration of Kannel

2014-06-24 Thread spameden
2014-06-24 17:15 GMT+04:00 Fakirchand Patidar bulk24sms.fcpati...@gmail.com : Hi, I'm new with Kannel, so please help me. When I'm configuring initial setup of Kannel (Bearerbox, smsbox) then I'm not getting values of there group variables from user guide. Nobody's gonna do for you your

Re: Fall Back SMSC Option

2014-06-28 Thread spameden
2014-06-28 2:44 GMT+04:00 Ramesh G. Helaiya ram...@routesms.in: Dear Team, How can we implement Fall Back SMSC Option in bearerbox. When one SMSC is rejecting the Message with NACK, the message must be retried with other SMSC. There is no such option here. You can implement

Re: Regarding: Start up Configuration of Kannel

2014-06-28 Thread spameden
it is more specific than Re: Contents of users digest... Today's Topics: 1. Re: Regarding: Start up Configuration of Kannel (Fakirchand Patidar) 2. Re: Regarding: Start up Configuration of Kannel (spameden

Re: Regarding: Start up Configuration of Kannel

2014-06-28 Thread spameden
is speed in the last 1 minute. Second - 5 minutes. Third - overall time. So that means for the last minute speed was 38.47, for 5 minutes 29.59 and overall 29.59. Second and third are same because uptime of your bearerbox was less than 5 minutes. On Sat, Jun 28, 2014 at 3:01 PM, spameden

Re: Throttling Error

2014-07-02 Thread spameden
2014-07-02 11:35 GMT+04:00 Алексей Мальгин alexey.mal...@gmail.com: Hello, We need help with processing Throttling Error. SMSC requires us to wait 60 seconds and resend request. Can you help us to setup kannel well? Our config in attachment. Is it possible? You've got weird setting for

Re: Throttling Error

2014-07-02 Thread spameden
the problem. Without this option, or with 1 value - no matter. *From:* spameden [mailto:spame...@gmail.com] *Sent:* Wednesday, July 02, 2014 3:04 PM *To:* Алексей Мальгин *Cc:* users@kannel.org *Subject:* Re: Throttling Error 2014-07-02 11:35 GMT+04:00 Алексей Мальгин alexey.mal

Re: Help with configuring delivery report and billing for Nowsms

2014-07-04 Thread spameden
2014-07-04 13:19 GMT+04:00 Herve Memba herveme...@gmail.com: Dear Sir, I found your E-mail address on https://www.mail-archive.com I need your help with configuring nowsms as follows 1) i need delivery report submitted to my SMPP/HTTP clients and also

Re: SQLBox and Store type

2014-07-08 Thread spameden
2014-07-08 11:26 GMT+04:00 Antonis Spirou anto...@kapatel.gr: Hi all, a quick question. If i use sqlbox do i have to use kannel's storage facility or one has nothing to do with the other? kannel's storage HAS nothing to do with sqlbox. kannel's storage it's just temporarily to track

Re: SMPP Gateway

2014-07-18 Thread spameden
Look at OpenSMPPBox. Althrough it has some drawbacks. 2014-07-18 12:41 GMT+04:00 Алексей Мальгин alexey.mal...@gmail.com: Hello, I need some opensource solution for SMPP Gateway, which can be used as operator. Users will connect to the gateway via SMPP, gateway will be collect sms from

Re: DLR does not match message id

2014-07-18 Thread spameden
It looks like your SMSC operator gives hex number in submit_sm packet and hex number in deliver_sm, so you need to add this in smsc group configuration: msg-id-type = 0x02 2014-07-19 0:40 GMT+04:00 Mario Noboa mnobo...@gmail.com: Of course Niel, thanks!!! 2014-07-18 15:30 GMT-05:00 Niel

Re: DLR does not match message id

2014-07-18 Thread spameden
err, I meant hex in submit_sm and decimal in deliver_sm packets. 2014-07-19 1:04 GMT+04:00 spameden spame...@gmail.com: It looks like your SMSC operator gives hex number in submit_sm packet and hex number in deliver_sm, so you need to add this in smsc group configuration: msg-id-type

Re: DLR does not match message id

2014-07-18 Thread spameden
answer Spameden. I thought the same thing, but the message ids are complete different: if you see the log: submit_sm_resp: message_id: 31537685 (decimal) deliver_sm: ts=613852054 (decimal) regards, 2014-07-18 16:04 GMT-05:00 spameden spame...@gmail.com: err, I meant hex in submit_sm

Re: DLR does not match message id

2014-07-18 Thread spameden
= interface-version = 34 throughput=20 msg-id-type = 1 log-level = 0 allowed-smsc-id = SMSC1 Thanks! 2014-07-18 16:35 GMT-05:00 spameden spame...@gmail.com: Actually, I've just looked at your logs again: 2014-07-17 12:45:12 [32271] [36] DEBUG: SMPP[SMSC1]: Got PDU: 2014-07-17 12:45:12

Re: users Digest, Vol 95, Issue 31

2014-07-24 Thread spameden
Hi. This list is only intented to support kannel's opensource solution. It seems to me you're using _probably_ Stipe's modification. Please contact him directly on dealing with these issues. 2014-07-24 16:36 GMT+04:00 Himanshu Matta himan...@hostnsoft.com: I am using this- *Kannel

Re: dlr-url routing failure

2014-08-21 Thread spameden
2014-08-21 23:03 GMT+04:00 Alejandro Mussi alemu...@gmail.com: Hi Alvaro, If i replace, it does not send dlr at all. According to the manual the dlr-mask is not an param in the dlr-url. Best You're correct. Problem is with your SMSC provider. As long as you see only 8 and 16, first

Re: you must have the libxml2 (aka gnome-xml) library installed

2014-08-25 Thread spameden
install libxml2-devel via yum. 2014-08-25 11:12 GMT+04:00 Milan P. Stanic m...@arvanta.net: On Mon, 2014-08-25 at 08:05, Willy Mularto wrote: install it using rpm ;) Looks like he needs to install libxml2-dev package (and probably rest of development packages for Kannel building). So,

Re: you must have the libxml2 (aka gnome-xml) library installed

2014-08-25 Thread spameden
There is a new version of kannel: http://kannel.org/news.shtml#1.4.4 so your instruction is not really up-to-date :) 2014-08-25 15:51 GMT+04:00 Vinayak vinayak...@artzsource.in: Hi, I have created a simple installation guide, may be this installation guide is useful for newbies PFA On

Re: How to Improve Performance of SQLBox

2014-11-05 Thread spameden
Can you please stop SPAMMING kannel lists? Really annoying to get 100500 questions on the same issue from you all time. You could read a bit of mailing lists, this question has been covered many times already and there were many suggestions why you might be having low performance. 2014-11-05

Re: How to Improve Performance of SQLBox

2014-11-05 Thread spameden
a kannel specialist and pay him money for his work (hourly-based). 2014-11-05 15:01 GMT+03:00 Willy Mularto sangpr...@gmail.com: Is that really 100500 questions? LOL. Maybe he needs your guidance mate. On 5 Nov 2014 18:16, spameden spame...@gmail.com wrote: Can you please stop SPAMMING kannel lists

Re: How to Improve Performance of SQLBox

2014-11-05 Thread spameden
: Just joke mate, I agree with you. Saw many same posts from Aditya. On 5 Nov 2014 19:08, spameden spame...@gmail.com wrote: It's not the first time I see this message from Aditya. If you google a bit you'll understand what I mean. Don't get me wrong I just don't like people who can't put a bit

Re: Configure --with-ssl

2014-11-10 Thread spameden
You need to install libssl-dev on Ubuntu. And depends on the Ubuntu version OpenSSL will be 0.9.8 or 1.0.0 line. Kannel compiles fine with both 0.9.8 and 1.0.0+. 2014-11-10 12:43 GMT+03:00 Milan P. Stanic m...@arvanta.net: On Mon, 2014-11-10 at 16:24, Willy Mularto wrote: I have checked

Re: auto set coding for various charset in message

2014-11-10 Thread spameden
You need to do this on your application level or you can modify kannel's source code to get this ability. 2014-11-10 18:28 GMT+03:00 Mi Ke mi...@null.net: Dear All, I'm using kannel smsbox and http requests for message sending. When coding is set to 2 and charset to UTF-8 I have all

Re: Kannel 1.5 on a 64-bit OS

2014-11-10 Thread spameden
2014-11-10 21:30 GMT+03:00 Lamasuta Franck f.lamas...@cobratelematics.com: Hi all, We are running Kannel 1.5 on a server with RHEL4 (32 bits) and we are using the SMPP, CIMD2 and HTTP interfaces. We would like to upgrade the server to RHEL 6.4 (64 bits). Is Kannel fully compatible with

Re: Delivery DLRs not appearing in logs

2014-12-01 Thread spameden
with DLR mask 63 did you mean 31 ? 2014-12-01 23:34 GMT+03:00 ha...@aeon.pk ha...@aeon.pk: Resolved. In connection 'group = smsc', add line 'msg-id-type = 0x01' to fix the issue. On Tue, Dec 2, 2014 at 12:04 AM, ha...@aeon.pk ha...@aeon.pk wrote: Hi, I have 2 SMSC connections. I am

Re: How To Route SMPP Port According To Free Status

2014-12-03 Thread spameden
2014-12-03 12:57 GMT+03:00 Aditya Khanna aditya.khanna111...@gmail.com: Hello Everyone, I'm successfully configured Kannel with Bearerbox, SMSBox, SQLBox and some SMPP Ports (Using Fake SMSC's). Now the problem is that When I'm sending 5000 messages through HTTP then it is show in queue

Re: Minimum Requirement for getting 1000 message per second

2015-01-18 Thread spameden
Pune (Maharashtra) On Sat, Jan 17, 2015 at 12:02 PM, spameden spame...@gmail.com wrote: 2015-01-17 8:49 GMT+03:00 Ammar Ali ammarali3...@gmail.com: Hey, If mysql grows then it will be impact on mysql performance? Because When I'm deleting all records in mysql then the TPS increased

Re: Minimum Requirement for getting 1000 message per second

2015-01-16 Thread spameden
Look into 2015-01-17 8:10 GMT+03:00 Ammar Ali ammarali3...@gmail.com: Hey, I have one more serious issue. Kannel Bearerbox consumes 28% of My total RAM. So Can you suggest me where is actual issue in my whole setup? Look into smsbox-max-pending variable. It's used in case you have

Re: Minimum Requirement for getting 1000 message per second

2015-01-16 Thread spameden
2015-01-17 8:49 GMT+03:00 Ammar Ali ammarali3...@gmail.com: Hey, If mysql grows then it will be impact on mysql performance? Because When I'm deleting all records in mysql then the TPS increased and reached at 500-600 messages/second. If you need accurate benchmark results. 1) Test

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: Unicode Message is not Delivered properly on cell phones

2015-03-27 Thread spameden
2015-03-27 13:52 GMT+03:00 Ammar Ali ammarali3...@gmail.com: Hello Everyone, When I'm sending UNICODE message through URL like:

Re: Unicode Message is not Delivered properly on cell phones

2015-03-27 Thread spameden
msgdata needs to be urlencoded, you can use urlencode() php function to do this. 2015-03-27 16:04 GMT+03:00 Ammar Ali ammarali3...@gmail.com: Hello Spameden, Yes, I'm currently use latest Kannel Version 1.4.4. I'm inserting this values in sqlbox_send_sms table: *momt=MTsender

Re: Unicode Message is not Delivered properly on cell phones

2015-03-27 Thread spameden
2015-03-27 16:31 GMT+03:00 Ammar Ali ammarali3...@gmail.com: Hello Spameden, I have one more issue regarding smsc connection to the kannel. My smsc connections are going on reconnection mode again and again. Most likely you have either a network issue or problem with upstream SMSC, contact

<    1   2   3   4   5   >