Re: CMS ERROR: Unknown error. - maybe Sim storage is full?

2010-06-25 Thread Nikos Balkanas
Hi, If pushed SMS is large ( 170 chars) kannel will split it to parts. Tis defines how many parts it will send, to keep costs down. If max-messages = 0, it will push nothing. BR, Nikos - Original Message - From: Harbhag Singh Sohal To: users@kannel.org Sent: Friday, June 25, 2010

Re: CMS ERROR: Unknown error. - maybe Sim storage is full? I'll have alook at it. (500)

2010-06-25 Thread Nikos Balkanas
Hi It is just what it says: Unknown error. 500 errors are vendor modem specific. Read User's guide about modem initialization on how to use CMEE. You might get a bit more info for it. BR, Nikos - Original Message - From: Tarun Goswami tarun.gosw...@tcs.com To: users@kannel.org;

Re: CMS ERROR: Unknown error. - maybe Sim storage is full? I'll have alook at it. (500)

2010-06-25 Thread Tomasz
Hi I've got this error with few operators when I'm sending a message to invalid destination number (which doesn't exists). BR, Tomasz W Twoim liście datowanym 25 czerwca 2010 (08:34:30) można przeczytać: Hi It is just what it says: Unknown error. 500 errors are vendor modem specific.

RE: Scheduling Question

2010-06-25 Thread Rene Kluwen
Or use sqlbox with the scheduling patch that was posted recently. And send out 3 messages per time-frame/second. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of T.K.Thapa Sent: donderdag 24 juni 2010 18:53 To: Alvaro Cornejo Cc: Kannel list

throughput per smsc group?

2010-06-25 Thread Konstantin Vayner
Hi all, We have some operator providing us with one user account and one throughput limitation, but allowing to connect simultaneously to several server with the same account On their side, the throughput is that of combined traffic we create But as we need to limit the amount we send out via

Re: throughput per smsc group?

2010-06-25 Thread alejandro . guerrieri
No, sadly there's no way to overcome that, kannel can only limit per smsc connection. Regards, Alex BlackBerry de movistar, allí donde estés está tu oficin@ -Original Message- From: Konstantin Vayner pon...@appcell.net Sender: users-boun...@kannel.org Date: Fri, 25 Jun 2010 15:11:05

Re: DLR

2010-06-25 Thread Nikos Balkanas
Hi, Please do not ask such questions from devel. Use users list instead. DLR_SUCCESS is sent by the SIM of the recipient mobile. Therefore it is as final as possible, without the recipient himself answering it. As far as sending SMS with kannel, please read the User's guide in

Re: throughput per smsc group?

2010-06-25 Thread Alvaro Cornejo
You might want to use sqlbox for that: - Adjust sqlbox to bb throughput to the total allowed by your operator, (patch to sqlbox might be needed... Alex?) - Configure allow/denied/preferred as needed on each smsc - Do not add throtling per smsc - Let kannel do the loadbalancing by itself. It will

RE: Scheduling Question

2010-06-25 Thread T.K.Thapa
Hi Rene, What do you mean use sqlbox with the scheduling patch?  Do you mean sql query in the code which need to be tweaked or you have made some changes in the sqlbox code with scheduling feature or something else? Regards Tapan Thapa --- On Fri, 25/6/10, Rene Kluwen rene.klu...@chimit.nl

Re: throughput per smsc group?

2010-06-25 Thread Konstantin Vayner
it might work until theres some problem (lets say both smscs went down, or sending slower than expected...) - sqlbox will keep sending same speed, and then once the smscs come back online i'll start hitting throttling error.. same thing asif i would set up another bb with the two links non-limited

Re : Mutli operators with Kannel

2010-06-25 Thread Marc ANDREAS
Thank you very much Nikos for your help. I appreciated it. The issue is solved. Regards, Marc-Eric De : Nikos Balkanas nbalka...@gmail.com À : Marc ANDREAS rowai2...@yahoo.fr Cc : users@kannel.org Envoyé le : Ven 25 juin 2010, 2h 53min 43s Objet : Re: Mutli

Re: throughput per smsc group?

2010-06-25 Thread Alvaro Cornejo
It is only an idea of how you would workarround your need. If no workarround is found in/by the community, then try to patch kannel/bb to your needs I have my own trottling parsing the admin interface of kannel. Before sending messages to kannel I look at the destination smsc queue and based on

Re: Mutli operators with Kannel

2010-06-25 Thread Nikos Balkanas
Glad it was resolved. BR, Nikos - Original Message - From: Marc ANDREAS To: Nikos Balkanas Cc: users@kannel.org Sent: Saturday, June 26, 2010 1:11 AM Subject: Re : Mutli operators with Kannel Thank you very much Nikos for your help. I appreciated it. The issue is solved. Regards,

RE: DLR

2010-06-25 Thread Rene Kluwen
Especially the parts about dlr-mask and dlr-url. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent: vrijdag 25 juni 2010 15:34 To: Omar THIAM Cc: users@kannel.org Subject: Re: DLR Hi, Please do not ask such questions

RE: Scheduling Question

2010-06-25 Thread Rene Kluwen
Yes, I am talking about changing the sql query. After that, you can send each message with a specified interval of your own. Note also the throughput per smsc thread. The above mentioned workaround doesn’t allow for telling if an smsc is (temporarily) down. == Rene From: T.K.Thapa