How To Test GSM Modem Throughput

2010-09-28 Thread RIFQI
Dear All How is the best test for a modem for broadcasting sms? i want to know how many sms the modem can send per-minute? cause i want to create a scheduler for sending the sms. Thanks for the time

Re: How To Test GSM Modem Throughput

2010-09-28 Thread Emmanuel CHANSON
Tests I have done gave the following results (using Huawei E220) Without DLRs: 1 SMS / 3 seconds With DLR mask = 31: 1 SMS / 7 seconds Regards, Emmanuel 2010/9/28 RIFQI a.ri...@gmail.com Dear All How is the best test for a modem for broadcasting sms? i want to know how many sms the modem

Re: How To Test GSM Modem Throughput

2010-09-28 Thread Emmanuel CHANSON
I just notice this during some mailling for instance to send 100 SMS it tooks about 11 minutes to send them AND to receive DLR (ACK Success) Because during these period the modem has to send and handle the delivery report that comes back from SMSC and it can only handle message one by one. I

Re: how to store messages and dlr in mysql

2010-09-28 Thread Elton Hoxha
Hi, You configured mysql below is about storing pending deliveries and not messages. If the message is delivered, the respective record in dlr table is deleted, thats why you dont see those. In order to play with texts and contacts, do it in application side. I assume you have some db there

Re: Delayed reply - wait for bearerbox

2010-09-28 Thread Elton Hoxha
Hi, Just for clarifying the above problem. In the configuration pasted at first mail I noticed; group = smsbox bearerbox-host = localhost bearerbox-port = 13000 sendsms-port = 13131 global-sender = 42443162 log-file = /var/log/kannel/smsbox.log access-log = /var/log/kannel/access.log

Re: How To Test GSM Modem Throughput

2010-09-28 Thread Emmanuel CHANSON
My conclusion was 7 seconds per SMS in average for the modem in order to Send, Receive ACK (to SMS-C) and Receive Delivery Report (to the recipient) so for 100 recipient you will have 300 message to be handled by the modem ( kannel) But you can configure DLR mask in order to handle or not ACK DLR,

RE: Queued for later delivery

2010-09-28 Thread Rene Kluwen
Exactly. If you set bearerbox-port in group = smsbox to the same value was smsbox-port in group = sqlbox, then messages will be stored in the sent_sms table. == Rene -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of Nikos Balkanas Sent:

storing incoming messages into db

2010-09-28 Thread macboy
Thanks so much on the clarification about my configured mysql about the deliveries.so what should i do if i want the received messages and number to be sent into the database.i intend to use php to build my application but my concern is how do i get hold of the incoming messages so that i can

Re: storing incoming messages into db

2010-09-28 Thread Alvaro Cornejo
Hi Kannel will automagically call any script you define for each received message; so it is up to your app to do whatever you want with it. Check userguide for get-url get-exec details Regards

Re: DLR Report for two GSM Modem

2010-09-28 Thread Nikos Balkanas
Hi, I am assuming that you get DLRs from int, but not from bro. Conf looks ok, except that you shouldn't specify host port for modems, since they are accessed by device. I assume also that your sendsms url is correct, since you are getting DLRs from int. What is your sendsms URL?

Re: DLR Report for two GSM Modem

2010-09-28 Thread RIFQI
Dear Nikos, thanks for your time to help me I really appreciate it sir. you say I shouldn`t specify hostport for modems, in your suggestion where did I should specify it? is it on the smsc group sir? for those two modem have different SIM from the different carrier sir. but it`s seems the DLR is

Re: DLR Report for two GSM Modem

2010-09-28 Thread Nikos Balkanas
Glad it works. Since you didn't change anything, the only obvious alternative is that the carrier did something about it. Just comment out host and port from SMSc group. They are not needed for modems. Of course they don't hurt either, but they don't look good. BR, Nikos - Original