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
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
> 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-m
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 don
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 stori
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"
immed
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
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: Sund
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 u
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
|
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? Unfortuna
Dear Nikos,
thanks for your time to help me I really appreciate it sir. you say I
shouldn`t specify host&port 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
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 Messag
Hi,
I am new to kannel sms. My question are if Prolink PHS300 USB GSM Modem are
supported of kannel. What config can i do for prolink modem.
Im using kannel right now with Huawei E220. So far it is good. But I want it
also to run this on Prolink modem. Thanks
13 matches
Mail list logo