Re: Need kind help in Implementation of priority queue

2010-08-17 Thread adil nazir
please reply urgent why bearerbox use regular queue when its using priority queue through driver binaries. From: Nikos Balkanas nbalka...@gmail.com To: adil nazir adil_nazi...@yahoo.com Cc: Alejandro Guerrieri alejandro.guerri...@gmail.com; users@kannel.org

Re: EMI XSer 02, GSM DCS information

2010-08-17 Thread Emanuele Carbone
Hi Nikos, at the moment, i resolved with mo-recode that works perfectly. thanks for your support. regards 2010/8/16 Nikos Balkanas nbalka...@gmail.com You can also try keyword=%ktext=%r to see if it helps... BR, Nikos - Original Message - From: Emanuele Carbone To: Nikos

Cannot receive sms in kannel and playsms

2010-08-17 Thread mwamba
Hi experts, I can only send sms both via kannel and playsms but I cannot receive any sms. below is my configuration: */etc/kannel/conf group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar #status-password = foo admin-deny-ip = *.*.*.*

RE: Cannot receive sms in kannel and playsms

2010-08-17 Thread Rene Kluwen
Not being able to receive messages from smsc = at usually is because you need AT+CNMI=... in your init-string. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of mwamba Sent: Tuesday, 17 August, 2010 13:24 To: users@kannel.org

UNABLE TO RECEIVE DLR FROM KANNEL SMPP

2010-08-17 Thread Anshu Sah
Hello I am unable to receive DLR in Kannel using SMPP Connectivity., Please guide. If i am doing something wrong, Regards Anshu *Configuration is below * group = core admin-port = 13000 smsbox-port = 13001 admin-password = bar log-file = /projects/kannel/logs/core.log log-level = 0

RE: UNABLE TO RECEIVE DLR FROM KANNEL SMPP

2010-08-17 Thread Rene Kluwen
See this post from Nikos. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent: Monday, 16 August, 2010 22:55 To: Anshu Sah; users@kannel.org Subject: Re: UNABLE TO RECEIVE DLR FROM KANNEL SMPP Hi, Please post your sendsms

Re: Problem of messages with same priority

2010-08-17 Thread Alvaro Cornejo
Note that is your sms provider/operator smsc who finally takes care of messages. If Kannel send messages in 1,2,3 order to the smsc it doesn't mean they will arrive in that order to your phone.

Re: Problem of messages with same priority

2010-08-17 Thread Alejandro Guerrieri
Yes, and despite Kannel honors order of arrival at first, if messages are queued and retried is hard to tell what the final order would be, specially if a bind or the whole service is restarted. Regards, Alex On Tue, Aug 17, 2010 at 4:03 PM, Alvaro Cornejo cornejo.alv...@gmail.comwrote: Note

RE: smppbox bulk sms: slow reception from a client

2010-08-17 Thread Davit Mirzoyan
Hi, I kept playing around with the configuration files but still no luck. Today I tried to send 20 sms to smppbox but my smppbox or kannel kept stalling again. My system receives some 6 sms from my client and than it stalls for 1 minute or so before it continues receiving the rest.

RE: smppbox bulk sms: slow reception from a client

2010-08-17 Thread Rene Kluwen
Just a long shot: By chance, did you compile with another Kannel version that you are executing? What kind of (svn) version of smppbox are you using? And which Kannel version? == Rene From: Davit Mirzoyan [mailto:davit.mirzo...@hotmail.com] Sent: Tuesday, 17 August, 2010 17:10 To:

Re: Problem of messages with same priority

2010-08-17 Thread adil nazir
But this is not good because if we already have thousands of messages in our queue then how can is it possible to deliver new incoming message before queued messages. I think it is duty of Kannel to take care of message sequence in the same way as it take care of messages with different

RE: Problem of messages with same priority

2010-08-17 Thread Rene Kluwen
SMS –by nature- uses a store-and-forward scheme. Even if Kannel sends messages out in a specific order, it doesn’t mean that messages arrive in the same order. If it is important that messages arrive in a specific order, then implement a system that waits for a final dlr state and after that

RE: Queue Size from status page

2010-08-17 Thread Rene Kluwen
I think you guessed the answer yourself already. You have to add the queue sizes. Queue size in bearerbox is one. Then you have a queue size in smsbox. and one in the smsc driver as well. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of brett

Fw: Problem of messages with same priority

2010-08-17 Thread adil nazir
yes i know but if kannel can send SMS having high priority before the low priority then it means it has the ability to send SMS in specific order. If SMS –by nature- uses a store-and-forward scheme then how priority works with kannel and why they implement priority queue in kannel drivers.

FW: Problem of messages with same priority

2010-08-17 Thread Rene Kluwen
From: Rene Kluwen [mailto:rene.klu...@chimit.nl] Sent: Tuesday, 17 August, 2010 18:12 To: 'adil nazir' Cc: 'Alejandro Guerrieri' Subject: RE: Problem of messages with same priority SMS messages carrying a higher priority are sent to the smsc first. After that, they are on their own.

Huawei e1756 3g

2010-08-17 Thread Jose Regalado
HI. I recently acquired a usb modem Huawei e1756. This works fine. I am learning about of this world. I need to develop a personal software for SMS, and do what the modem allows. By example, I need read the signal quality. Can anyone help me get the commands reference for this modem?, to send

Re: Problem of messages with same priority

2010-08-17 Thread adil nazir
Please add users@kannel.org in Cc thanks That is why i am saying that if kennel can handle priority messages then why it cant handle message sequence? From: Rene Kluwen rene.klu...@chimit.nl To: adil nazir adil_nazi...@yahoo.com Cc: Alejandro Guerrieri

RE: smppbox bulk sms: slow reception from a client

2010-08-17 Thread Davit Mirzoyan
I am using gateway (svn) revision 4837 and smppbox (svn) revision 31. I tried also smppbox revision 33. Still the same. I haven't though tried another kannel version. Do you think it can be from the kannel version? Davit From: rene.klu...@chimit.nl To: davit.mirzo...@hotmail.com;

Re: Queue Size from status page

2010-08-17 Thread brett skinner
What does the queue size for the bearerbox represent? I thought this was the total in the system and would be the summation of the individual SMSCs? Maybe I should start off with the goal. What we are trying to do is to make sure that we don't give Kannel too much work to do. So we want to be

RE: Problem of messages with same priority

2010-08-17 Thread Rene Kluwen
1. I replied to your message that didn’t have users in CC. That’s why it didn’t get here. 2. What we are trying to make clear to you is that message queuing isn’t a Kannel issue. SMS messages are not guaranteed to arrive within a specific time or order.… and not even guaranteed to

RE: smppbox bulk sms: slow reception from a client

2010-08-17 Thread Rene Kluwen
The Kannel version matters only if it differs from the version you compile open smppbox against. Revision 4837 is all right. But also make sure you are running that version and not version 1.4.3 (for instance). But okay. If you run the same version that you compiled. then it should be

Re: Queue Size from status page

2010-08-17 Thread brett skinner
Hi Thanks Rene. Yes I have been using the XML page. Mostly because I am lazy and use some 3rd party Java libraries to parse the XML. :) Regards, On Tue, Aug 17, 2010 at 7:16 PM, Rene Kluwen rene.klu...@chimit.nl wrote: Bearerbox passes messages through from smsbox to the smsc driver,

RE: Queue Size from status page

2010-08-17 Thread Rene Kluwen
Well. that is exactly why the xml status page was created. So no hard feelings :=). == Rene From: brett skinner [mailto:tatty.dishcl...@gmail.com] Sent: Tuesday, 17 August, 2010 19:27 To: Rene Kluwen Cc: Users Subject: Re: Queue Size from status page Hi Thanks Rene. Yes I have

Re: Queue Size from status page

2010-08-17 Thread Alvaro Cornejo
Hi Brett Then you should look at a per SMSC queue. Not all SMSCs have the same thoughput. I do have AT and SMPP smsc's so the later is by far faster so the same queue size behaves different for each smsc. I do parse the admin page for getting each smsc's queue using the same xml parser that

Re: Problem of messages with same priority

2010-08-17 Thread adil nazir
then guide me how can i achieve this target that message comes first should deliver first and if queue is already full with messages then first queued messages should deliver then new messages. From: Rene Kluwen rene.klu...@chimit.nl To: adil nazir

Re: Problem of messages with same priority

2010-08-17 Thread Alvaro Cornejo
There is no way to do that with the current architecture kannel has, nor with any other aplication you might found/develop... unless you send one message, wait for the dlr confirmation that the message was delivered --if it is available-- and then send the next one Dlrs can take up to a couple

Re: Cannot receive sms in kannel and playsms

2010-08-17 Thread Emmanuel CHANSON
Hello Duncan, I see in your config 2 # SEND-SMS USERS identical config and 2 SERVICES with keyword 'default'. Try to remove the first service with 'default' keyword that is not link to kannel incoming script ? and remove also one of the 2 same SENDSMS USERS part. Also, PlaySMS has a php script

RE: smppbox bulk sms: slow reception from a client

2010-08-17 Thread Rene Kluwen
Was just looking at your log files again. What SMPP client is your ESME running? Also Kannel? == Rene From: Davit Mirzoyan [mailto:davit.mirzo...@hotmail.com] Sent: Tuesday, 17 August, 2010 19:04 To: rene.klu...@chimit.nl; users@kannel.org Subject: RE: smppbox bulk sms: slow reception

Re: smppbox bulk sms: slow reception from a client

2010-08-17 Thread Tomasz
Hi, I've also had similar problem some time ago when I was sending some bulk of 5.000 msgs. There was sometimes Broken pipe error and several problems with some DLRs (PDU unpacking failed). I tried to reproduce this problem but I was not able to get those errors anymore, it was happening one time

RE: smppbox bulk sms: slow reception from a client

2010-08-17 Thread Rene Kluwen
That's an interesting story. Now 5000 msgs is different than just 10. But if it happens with 10 messages at a time, things might be more reproducible. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Tomasz Sent: Tuesday, 17 August,

Re: Huawei e1756 3g

2010-08-17 Thread Nikos Balkanas
Hi, Please check http://www.developershome.com/sms/smsIntro.asp for a tutorial on AT commands and SMS. USB0: Header USB driver USB1: Serial port 1 from USB driver USB2: Serial port 2 from USB driver You should issue AT commands to USB1 USB2, not USB0. BR, Nikos - Original Message -

Figures

2010-08-17 Thread Rene Kluwen
In an ongoing effort to improve both sqlbox and open smppbox and make it more useful to the community, I have a simple question to the user base. What are some real life figures that sqlbox and open smppbox can handle in terms of messages per second/minute? I am not talking about

Re: Queue Size from status page

2010-08-17 Thread Nikos Balkanas
Hi, There are many queues used in kannel. There is the global store, backed up in the filesystem, and there is a queue in every smsc driver. Top entry is the global store. Lower entry is the per smsc queue. FAKE smsc is a special case smsc, which may not totally follow regular flow. It

Re: smppbox bulk sms: slow reception from a client

2010-08-17 Thread Nikos Balkanas
Hi, Unfortunately kannel's I/O logging is very inadequate. Socket id is not at all useful. However, looking at the logs more carefully: ERROR: Error writing 16 octets to fd 29: ERROR: System error 32: Broken pipe ERROR: Couldn't write Msg to box 127.0.0.1, disconnecting DEBUG: Thread 19

Re: Figures

2010-08-17 Thread Nikos Balkanas
Are you trying to bench real smsc thoughputs? That's your limiting factor in real conditions. To stress kannel +smppbox or sqlbox you would need 20 active SMSc connections (at ~20 SMS/s throughput) to handle MT traffic with DLRs from a DB. Anyone with a 100 Mbps SMSc throughput and a deep

Re: smppbox bulk sms: slow reception from a client

2010-08-17 Thread Nikos Balkanas
Please disregard. AFAIK drive_smpp doesn't support DLRs. Additionally SMPP doesn't need ACKs. This happens only in bearerbox isolation mode, when you send MO traffic. Sorry for the confusion, Nikos - Original Message - From: Nikos Balkanas nbalka...@gmail.com To: Rene Kluwen