Fwd: Send bulk SMS with higher rate

2011-12-22 Thread Suranga Ranjith
Hi All, These are the things I want know. *1. *Is there a way to send bulk messages using Kannel with higher speed (using SMPP) and also for receive ? *2. *If I have a SMPP connection (I'm using SMPPSim) then what is the standard way to send sms form internal to ESME? (Now I use cgi-bin URL

Re: Send bulk SMS with higher rate

2011-12-22 Thread Suranga Ranjith
> > Hi Shabana, > First of all, thank you very much for your help. I'm a student and I'm trying to understand Kannel. Without understanding nothing is going to work. So please pardon my questions. I've another thing to know. This may be a simple or stupid one. > > **Is Kannel's *cgi

Updated document for Kannel Architecture

2011-12-28 Thread Suranga Ranjith
Hi All, Is there any documentation to study about Kannel, rather than current Architecture document ? Because current document is out of date. Thank you! SKS. Ranjith.

MO & MT stores on mysql

2011-12-28 Thread Suranga Ranjith
Hi All, I'm studying the Kannel and I want to store the incoming messages and/or outgoing messages on a mysql database. I have no idea how to configure the sqlbox.Can you tell me where is the error of conf files? (I can send/ receive sms to/from SMPPsim with these configurations. When I brows the d

Sqlbox doesn't save any sms into mysql tables

2012-01-01 Thread Suranga Ranjith
Hi All, I setup kannel gw with sqlbox. somhow it creates 2 tables (send_sms & sent_sms), but no sms within that tables at anytime. How can I resolve this? #sqlbox.conf group = sqlbox id = sqlbox-db smsbox-id = sqlbox bearerbox-host = localhost bearerbox-port = 13001 smsbox-port = 13005 smsbox-po

DLR error - parameter mismatch or unknown parameters

2012-01-02 Thread Suranga Ranjith
Hi all, I got a trouble with DLR. I'm using SMPPSim to simulate SMPP connections. Somehow it doesn't interpret the parameters or it may be some kind of a parameter mismatch. You can see *ts=4*, but it is not the time-stamp but message_id. Sendsms URL and BB log is there. Help me to solve this. (If

RE : Sqlbox doesn't save any sms into mysql tables

2012-01-03 Thread Suranga Ranjith
Thanks Keita. It works. Now I can see messages in the sent_sms table. Actually now I know how boxes connect each other because of you explanation. I have another problem and it also solved partially with this, but still have. So let me explain about that somehow. (I'm a student and I don't have re

Getting to start development of Kannel

2012-01-04 Thread Suranga Ranjith
Hi All, I like to develop the Kannel. You have given us the source code. So how do we edit the file and compile it and put only that file and run it. I'm asking this is because, I couldn't find any binary file relevant to the particular source file. binary files are in a different format. For exa

Customize Kannel

2012-01-13 Thread Suranga Ranjith
Hi all, I have my own requirements and the current Kannel configuration doesn't give that support to me. So I thought to customize it. Can you tell me, how do I edit, compile and store a source file. Because I couldn't find any binary file which is 1-to-1 mapping to the source. I don't know how it

Re: Customize Kannel

2012-01-18 Thread Suranga Ranjith
Hi Abdul, 1. Can we route messages using 2nd, 3rd...keyword? ( As I know we can only route it using 1st keyword) (I want it as recursive) 2. Can we store directly the incoming messages without calling again a URL (get-url)? 3. If we update the Kannel.conf at the run time, do bearerbox, smsb

Re: Customize Kannel

2012-01-23 Thread Suranga Ranjith
Hello Keita, If you use get-url, then you have an external application (or just a server side script) then you can insert a query to send_sms table for your notification if you use the sqlbox. Otherwise you can call the cgi-bin/sendsms URL. Actually I'm not experience with Kannel configur

Give Priorities for send_sms table messages

2012-02-04 Thread Suranga Ranjith
Hi all, I'm sending out sms from sqlbox. So usually I put 1000 messages into the send_sms table. For instance assume I have 2 kind of campaigns and each has 1 messages to send. So I first add first 1 messages from campaign_1 to the send_sms table and after 2,3 seconds I push my next campai

Re: Give Priorities for send_sms table messages

2012-02-05 Thread Suranga Ranjith
Thanks Rene. >From now I'm going to instantiate sqlbox instances for each campaign. Still I have these concerns in my mind. According to your advice, modifying the sql statement is not a good option here. In that case I have to define several number of sqlbox instances. So, 1. What can be the s

Re: Give Priorities for send_sms table messages

2012-02-08 Thread Suranga Ranjith
Bingo.. it works.. Thanks Rene. Suranga.