Re: Scheduling Question

2010-06-21 Thread T.K.Thapa
Where i need to configure throughput directive? Do i need to configure in bearerbox or sqlbox? if i am configuring in bearerbox then it will only limit bearerbox to submit at defined rate to smsc. it will not limit sqlbox to submit at defined rate to bearerbox. Regards Tapan Thapa --- On

Re: Scheduling Question

2010-06-21 Thread sangprabv
it's in the smsc group, check it out. sangprabv sangpr...@gmail.com On Jun 21, 2010, at 2:26 PM, T.K.Thapa wrote: Where i need to configure throughput directive? Do i need to configure in bearerbox or sqlbox? if i am configuring in bearerbox then it will only limit bearerbox to submit

How to use opensmppbox with ssl

2010-06-21 Thread Kiran Reddy
Hi All, How to configure opensmppbox with port-ssl for secure communication between client and server. Regards, Kiran Reddy

Re: How to use opensmppbox with ssl

2010-06-21 Thread Nikos Balkanas
Hi, Although there seems to be some provision in the code to connect to bearerbox and smppbox over ssl, this feature has been commented out and not implemented. BR, Nikos - Original Message - From: Kiran Reddy ki...@uniceltech.com To: users@kannel.org Sent: Monday, June 21, 2010

Re: How to use opensmppbox with ssl

2010-06-21 Thread Kiran Reddy
Oh ok is there any plans to implement that feature with openSMPPbox. Thanks and Regards, Kiran Reddy On 6/21/2010 2:50 PM, Nikos Balkanas wrote: Hi, Although there seems to be some provision in the code to connect to bearerbox and smppbox over ssl, this feature has been commented out and

RE: Scheduling Question

2010-06-21 Thread Rene Kluwen
Throughput is for smsc trotteling. The bearerbox queue will only get larger if you use this. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of sangprabv Sent: maandag 21 juni 2010 9:50 To: T.K.Thapa Cc: Kannel list Subject: Re: Scheduling Question

Kannel goes in infinite loop

2010-06-21 Thread Waqas Farooq
Hi All, I am facing an issue that when kannel is restarted after a long time, I get this message indefinitely repeated without any messages going or coming i.e. smsbox is doing nothing at all. What exactly does that mean? Secondly where does the kannel stores the outgoing message queue? [9]

Re: Kannel goes in infinite loop

2010-06-21 Thread sangprabv
delete the queue or spool file. sangprabv sangpr...@gmail.com On Jun 21, 2010, at 7:10 PM, Waqas Farooq wrote: Hi All, I am facing an issue that when kannel is restarted after a long time, I get this message indefinitely repeated without any messages going or coming i.e. smsbox is

RE: SMPPBOX

2010-06-21 Thread Omar THIAM
His Nikos, you told me last time that you ara working on the documentation of smppbox and may be it'll be up today. And so it'll contain a chapter on config. How can'i have it? If it's ready Date: Sat, 19 Jun 2010 20:12:28 +0530 From: ki...@uniceltech.com To: nbalka...@gmail.com CC:

cvs instalation

2010-06-21 Thread ishagh ouldbah
Hi all. How to install the cvs version of kannel. And plz can u tell me where to get a free version of smppbox and how to install it. Regards

Re: Kannel goes in infinite loop

2010-06-21 Thread Nikos Balkanas
Absolutely not. If you do that you will loose all pending SMS and business. You will have to find out what is the offending SMS and remove only that. You can stop kannel, backup all the queue, and restart with an empty queue. Then try to remove the offending SMS by hand. To find out whre your

Re: Scheduling Question

2010-06-21 Thread Nikos Balkanas
Not only that. It will also limit bandwidth on each smsc traffic, according to your agreements/specifications. I believe that the SMPP driver supports it now correctly. By all means, use it, if you are getting a lot of throttling errors in your logs and your SMSc will allow only a certain

RE: SMPPBOX

2010-06-21 Thread Rene Kluwen
Don't worry. For sure, a message will be posted on the list when it's ready. So please be patient. Remember, this is a free contribution (free as in speech AND as in beer). = Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Omar THIAM Sent: maandag 21

RE: Scheduling Question

2010-06-21 Thread Rene Kluwen
That's correct. It depends on what you want to achieve. If you don't want to the queue to be too large because you are getting throttling errors. Then the throughput directive of group = smsc is the item to use. See documentation. == Rene -Original Message- From: Nikos Balkanas

RE: cvs instalation

2010-06-21 Thread Rene Kluwen
See: http://www.kannel.org/download/1.4.3/userguide-1.4.3/userguide.html#AEN180. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of ishagh ouldbah Sent: maandag 21 juni 2010 15:22 To: users@kannel.org Subject: cvs instalation Hi all. How to install

RE: cvs instalation

2010-06-21 Thread ishagh ouldbah
thanks and what about smppbox --- On Mon, 6/21/10, Rene Kluwen rene.klu...@chimit.nl wrote: From: Rene Kluwen rene.klu...@chimit.nl Subject: RE: cvs instalation To: 'ishagh ouldbah' ishagh...@yahoo.com, users@kannel.org Date: Monday, June 21, 2010, 7:13 AM See:

Re: cvs instalation

2010-06-21 Thread Konstantin Vayner
For latest (SVN) kannel: svn co https://svn.kannel.org/gateway/trunk gateway For openSMPPBox: svn co https://svn.kannel.org/smppbox/trunk smppbox Regards, Konstantin On Mon, Jun 21, 2010 at 5:18 PM, ishagh ouldbah ishagh...@yahoo.com wrote: thanks and what about smppbox --- On *Mon,

RE: cvs instalation

2010-06-21 Thread Rene Kluwen
You can check out smppbox at: https://svn.kannel.org/smppbox/trunk Then follow the same steps: ./configure make If you run into problems, please check the mailinglist archives first. == Rene From: ishagh ouldbah [mailto:ishagh...@yahoo.com] Sent: maandag 21 juni 2010 16:18 To:

RE: Scheduling Question

2010-06-21 Thread T.K.Thapa
What exactly i am trying to achieve here is, our SMPP provider has provided us 5 msg per second throughput and i have two users. First user is submitting sms directly into sqlbox database (sqlbox is connected to bearerbox) and second user is submitting sms via cgi url (smsbox directly connected

RE: Scheduling Question

2010-06-21 Thread Rene Kluwen
Then, indeed the throughput directive is your companion. If your provider allows you, then possibly you can define two smsc's in your kannel.conf: one for sqlbox and one for smsbox. Each with a different value of throughput. Sqlbox is able to schedule messages. See the patch that I gave

RE: SMPPBOX

2010-06-21 Thread Omar THIAM
ok thank you! From: rene.klu...@chimit.nl To: tomarth...@hotmail.com; ki...@uniceltech.com; nbalka...@gmail.com CC: a...@cleartalk.net; users@kannel.org Subject: RE: SMPPBOX Date: Mon, 21 Jun 2010 16:08:33 +0200 Don’t worry. For sure, a message will be posted on the list when

Sending logo/picture messages from kannel

2010-06-21 Thread chaitanya bhatt
Hii We are sending bulk sms from kannel. But now we want to send logo/picture messages from kannel. I have some queries in this as follow : 1. To send logo/picture sms i am using UDH %06%05%04%15%82%00%00 . Is this correct ? 2. We have front end in .Net so we are reading image converting it to

Re: cvs instalation

2010-06-21 Thread ishagh ouldbah
thanks --- On Mon, 6/21/10, Konstantin Vayner pon...@appcell.net wrote: From: Konstantin Vayner pon...@appcell.net Subject: Re: cvs instalation To: ishagh ouldbah ishagh...@yahoo.com Cc: users@kannel.org Date: Monday, June 21, 2010, 7:22 AM For latest (SVN) kannel:svn co

Kannel SVN and Alex RPM patch

2010-06-21 Thread Emmanuel CHANSON
Hello Kannel community, This post just to inform you that by modifying Alejandro's patch available on its blog, dedicated to create RPM from kannel CVS sources, I successfully create Kannel SVN RPMs: kannel-debuginfo-svn-r4833M.i686.rpm kannel-devel-svn-r4833M.i686.rpm kannel-svn-r4833M.i686.rpm

Smsbox SMS Services -Incoming SMS datetime problem

2010-06-21 Thread Emmanuel CHANSON
Hello, I am using Kannel SVN freshly installed from today and I made a simple test where the SMS is received by Kannel and then through smsbox, trigger an SMS service url (PlaySMS): *get-url = http://192.168.0.41/playsms/plugin/gateway/kannel/geturl.php?t=%tq=%qa=%a; * bearerbox - sqlbox -

SMPPBox documentation

2010-06-21 Thread Nikos Balkanas
Hi Rene, Let me apologize for x-posting. This needs to go to devel, but since a few people in users list were asking about it, it is posted in both. This is the SMPPBox documentation. I have shamelessly usurped some parts, especially on configuration, from kannel's userguide, to preserve

Re: Smsbox SMS Services -Incoming SMS datetime problem

2010-06-21 Thread Nikos Balkanas
Hi, How are bearerbox timestamps? By default kannel will use localtime. Unless configured to use GMT: ./configure --disable-localtime Check also access-log-time in configuration. BR, Nikos - Original Message - From: Emmanuel CHANSON To: users Sent: Tuesday, June 22, 2010 7:55 AM