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 ope

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 govern

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 > 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 allways the same tty > asi

Re: registered_delivery and multi-parts message

2012-03-07 Thread spameden
Any update on this subject? Thanks 2012/3/1 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. > &g

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

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 i

Re: Mysql storage engine

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

Re: Mysql storage engine

2012-03-22 Thread spameden
not quite sure about this, we are using 10. the speed mostly depends on your smsc provider(s) actually 2012/3/22 Ashish Agarwal > And how much concurrent connection i.e. max-connection is recommended for > high traffic when using innodb. > > > On Fri, Mar 23, 2012 at 12:59 AM,

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
; Best regards, > Narate > > Mobile: 092 486 648 > > On Mar 27, 2012, at 18:53, Albert 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 > works now > > > 2012/3/27 spameden > >> ~ $ 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: U

Re: UTF-16BE encoding problem

2012-03-28 Thread spameden
You need to use charset=utf8 & coding=2 for sending such messages. i.e.: " http://localhost:90/kannel-sms?from=%2Bxx&to=xxx&msg=%04%1F%04%3E%04%3D%04O%04B%04%3D%04%3E%00+%042%04A%04Q%00.%044%040%00+%04A%04%3E%00+%04A%04B%04%3E%04%40%04%3E%04%3D%04K%00.%048%00+%04B%04%3E%00+%04%3D%045%00+%0

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
versions and this is what prefer to use. > But the important thing is that it has no relevance to the data_coding > that gets sent over SMPP. > > > On Fri, Mar 30, 2012 at 3:20 PM, spameden wrote: > >> utf8 + coding=0 never worked for me for cyrillic text messages. >>

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread spameden
2/4/2 Alexander Malysh > 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

Re: Inconsistent behavior around encoding and SMPP

2012-04-01 Thread spameden
ctly instead of being convert into > UCS-2. However, now I realize I need to be passing charset=utf8 explicitly > (which I 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

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
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 into send_sms with dlr_mask!=NULL kannel automatically adds re

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
hanks in advance. > > Regards > Tapan Thapa > > On Tue, Apr 3, 2012 at 9:46 AM, spameden 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 t

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
> > Please suggest any query to delete dlr 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 wrote: > >> you can use this query: >> >> delete d from dlr d

Re: Kannel DLR-Storage MySQL Query

2012-04-02 Thread spameden
parts_num yours shouldn't have, its my modification ;) 2012/4/3 spameden > 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 ?

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

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 co

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
rather than doing "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&#

Re: Kannel rpm with compiled-in mysql support?

2012-04-05 Thread spameden
I suggest you compiling yourself from the latest SVN or you can use altlinux build from here https://github.com/blinohod/kannel-altlinux/ (also builds RPM from SVN, you might need to tweak it for CentOS). 1.5.0 version has a lots of fixes, so it's generally better to use than 1.4.3. 2012/4/5 Fab

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 EN

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 > Hello, > > Can we store delivery report in memcache instead of memory or MySQL? > > Regards > Tapan Thapa >

Re: Kannel Delivery report - Memcache

2012-04-10 Thread spameden
if kannel can be tweaked somehow to store its > delivery report in memcache for faster performance? > > Thanks > > Regards > > On Wed, Apr 11, 2012 at 10:04 AM, spameden wrote: > >> You can use MySQL dlr storage, check user guide. >> >> About memcached -

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

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 > Hello, list. > > This bug was already discussed here: > > http://www.kannel.org/pipermail/users/2010-August/012229.html > > But still no soluti

Re: restarting kannel gives panic

2012-04-16 Thread spameden
a it's web-interface before bringing down run-kannel-box daemons hopefully it will help someone else. 2012/4/12 spameden > Hello, any update on this? Still having this issue with spool-queue > (happens also on filestore I think) > > > 2012/4/5 spameden > >> Hell

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 > 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:]]*=[

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

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 sp

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 Πετσούκα Τάνια > 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 through other m

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 > Hi, > > I have set alt-charset = "utf-8" and also sending charset = 'utf-8' via > sql

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 A

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 > It should w

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=user&password=password&to=...&from=...&text=message&dlr-url=http%2F//.../dlr.aspx&dlr-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
de but I don’t understand properly what is the actual > url is and where should I use it for getting proper delivery reports. > > ** ** > > If possible please explain me “what are the main reasons behind for not > getting delivery reports?” > > > > *From:* Rene Kluwen [mailt

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 > 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 > Hello, > > Message sent via sqlbox will not hit your dlr-url once received delivery > reprot from smsc. (

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 Πετσούκα Τάνια > You have to pass a parameter,dlr-url, for getting delivery reports. > The value of this parameter(url)

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 > 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 > > make[1]: En

Re: Problem with compiling Open SMPP Box

2012-05-16 Thread spameden
oseph Kaizzi 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 plugin

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 > 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 since when d

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 > Hi > > AGAIN: PLEASE CC the list !!! You can benefit from faster

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 > 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 [mailto:users-boun...@ka

Re:

2012-05-30 Thread spameden
read about sqlbox 2012/5/30 alok srivastava > sir > there is a method to store DLR in mysql database but i did't see any thing > in kannel document where kannel automatically picks the message and > sender's number from table and send. can u brief me sir.i will be highly > thankful to you

Re: SMPP Throughput

2012-05-31 Thread spameden
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 Baig > Replaced Kannel with an IBM/UNICA SMPP, and the sending rate shot up to > 320/sec and stayed there. A short test of 10k sms, finished in just under > 32 secs. > > This leads me to

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 > You need to check out the code from kannel web site via svn command. Check > out code will have copy of sqlbox which new to

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 > Hi > > I have been trying SQLBOX which is not able to ping the DLR URL. I tried > with url encoded as well as even without URL e

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 > 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 the kannel.conf >

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 > Does your provider supp

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 > dear > after inserting the message to send-sms table it copied the message to > sent-sms but not sending a

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

2012-06-04 Thread spameden
or 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,

Re: SMPP Throughput

2012-06-04 Thread spameden
t tuning 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 wrote: > >> Also interested in this issue, but I'm not so good in C. Play

Re: SMS Text Length

2012-06-05 Thread spameden
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 is 153 symbols for 8bit (coding=1) 1) 140 symbols - 1 sms 2) each part of long concatenated sms is 134 symbols for U

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
t; Manager-Tech Support > HT Mobile Solutions Limited > Mob-919871701375 > > On Jun 5, 2012, at 4:27 PM, spameden 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

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: http://localhost:13013/cgi-bin/sendsms?username=foo&password=bar&from=testarabic&to=0123456&coding=2&charset=utf8&text=%D8

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 > I noticed you didnt add charset=utf-8, i suggest you check that out, put > this line of code an

Re: Send SMS in URDU/Arabic

2012-06-06 Thread spameden
P , 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 wrote: > >> You can send sms with simple GET request you actually don't need mu

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 > 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
to pid 27853. > 2012-06-07 20:18:05 [27853] [0] WARNING: SIGHUP received, catching and > re-opening logs > 2012-06-07 20:18:05 [27853] [0] WARNING: SIGHUP received, catching and > re-opening logs > ~ > > > > On Thu, Jun 7, 2012 at 3:27 PM, spameden wrote: > >> You me

Re: Kannel not calling the dlr-url

2012-06-07 Thread spameden
I don't get why would you want to call dlr-url when there is sqlbox involved? You can simply add some code inside sqlbox to UPDATE needed tables without additional overhead of calling web-server and creating another connection to the database.. 2012/6/8 Rene Kluwen > This is a FAQ. > > The

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 > user guide is y

Re: Kannel not calling the dlr-url

2012-06-08 Thread spameden
Correct, forgot about the trigger :) 2012/6/8 Rene Kluwen > Or use a MySQL-TRIGGER. > > I don’t see a reason to call dlr-url either. But like this, it is possible > for the people who want it. > > ** ** > > == Rene**** > > ** ** > > *From:* spameden

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 > 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 server on > that specifi

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 "Control.Apps

Re: php script

2012-06-10 Thread spameden
It's better to use message as a text type instead of varchar(50) because message could be more than 50 chars. 2012/6/10 Jacob Mansfield > Looks like you have an extra closing bracket in that first SQL statement, > which would be causing your error massage. > [image: Blue Sapphire Media] *Jaco

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

2012-06-11 Thread spameden
check sqlbox 2012/6/11 techbrainless > > 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 [SMSC:SMPPSim] [SVC:] [

Re: TPS problem

2012-06-11 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 t

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

2012-06-12 Thread spameden
You need to use sqlbox & kannel from the latest trunk available @ SVN sqlbox from debian is broken 2012/6/12 techbrainless > > Thanks spameden for your reply , > > I have downloaded the .deb package from > http://packages.ubuntu.com/lucid/kannel-sqlbox > http://packages.u

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 > I install kannel normally (without mysql support or other special > options). It runs ok. > > When I tried to install opensmppbox from the same files, I recei

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 > 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, Julien Buratto

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

Re: Re: R: Kannel MySQL problem

2012-06-23 Thread spameden
> -- > *From: * Moazzam Ali > *Date: *Sat, 23 Jun 2012 18:41:13 +0500 > *To: *spameden > *Cc: *; ; < > users@kannel.org> > *Subject: *Re: R: Kannel MySQL problem > > already upgraded to latest snapshot but error still persists > > 2012-

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 > In my case it happens when Kannel has no activities for some period of

Re: R: Kannel MySQL problem

2012-06-24 Thread spameden
t 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 installe

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 > throughout controls the overall bind capacity not s

Re: release queued messages one by one

2012-06-24 Thread spameden
t 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

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 spe

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 > 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 > it will be parse

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 > Yes, it seems to be a bug, please submit to > http://redmine.kannel.org/project/kannel. > > > 2012/6/25 vouk voukam voukam > >> That's actually a bug. >> When ever

Re: Special characters @$_

2012-06-28 Thread spameden
You need to urlencode all characters & use coding=2 + charset=utf8 for non-latin1 alphabet. 2012/6/28 Ravindra Gupta // Viva > Dear Otandeka, > > Now we have used the given below URL to sent the special char. > > > http://10.0.0.1:13013/cgi-bin/sendsms?username=abc&password=abc1&from=FLASHM&to=9

Re: retry message on throttling error

2012-06-28 Thread spameden
Kannel automatically retries throttled messages, it's just sleeps for a minute or so before doing it. 2012/6/28 Moazzam Ali > How can I force kannel to retry the messages which were rejected by the > SMSC due to throttling error? > > //moazzam > >

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 > 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 > Modem c

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 > > 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 `/home/ec2-user/trunk' > M

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 > Thanks spameden, > I have compiled and installed

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 > > Thanks spameden, > I have compiled and installed kannel > After which I also did a 'make install' of the kannel sour

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 > 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
r. 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, pr

kannel.org is DOWN?

2012-07-05 Thread spameden
please fix

Re: kannel.org is DOWN?

2012-07-05 Thread spameden
nel on > youtube]<http://www.youtube.com/user/ArabMobileContent> > > > *P** **Please consider the environment before printing this e-mail*** > > ** ** > > ** ** > > ** ** > > *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 > <><><><><><><><><>

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 > Hi > > You can actually use the same binaries but use a separate set of

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

Re: sendsms-user group username and password

2012-07-08 Thread spameden
No. SMPP is a different subset of settings. i.e. group = smsc sendsms-user and sendsms-password you define yourself for particular smsbox 2012/7/8 neo nortan > dear > i m new to kannel help me. > plz tell me > username and password of sendsms-user group is provided by smsc because > smsc prov

  1   2   3   4   5   6   >