---------- Forwarded message ----------
From: Alejandro Guerrieri <[EMAIL PROTECTED]>
Date: Thu, 2 Sep 2004 15:27:18 +0200
Subject: Re: Do I need a sms gateway in my case?
To: Davinia Lopez <[EMAIL PROTECTED]>

Davinia,

You need DLRs if you want to know if your operator has really
delivered your messages to your recipients.

If you don't use DLRs, you only can tell if the SMSC has _accepted_
the message for delivery, but many things can happen afterwards:

* the client could be out of town, don't turn on the phone, sink it in
water or whatever, and the message times out in the SMSC after
(usually) 24hs.

* The client could had cancelled his account or be without credit, etc.

In all those cases, there should be a way to tell Kannel that the
message has failed. That's what DLRs are for.

In order to use DLRs, your carrier must activate DLRs for your account
(and you must activate DLRs on the .conf file of course).

I suggest you to use a database to store DLRs since the default method
is to store in memory, so they will be lost if you reboot the gateway.

Regards,

On Thu, 02 Sep 2004 08:05:59 +0000, Davinia Lopez <[EMAIL PROTECTED]> wrote:
> Thank you for your replies.
>
> Two more question,
>
> I've been looking about DLR in kannel but I don't know what is it for. Is
> when I want to store messages in a database???
>
> Thanks in advance.
>
> _________________________________________________________________
> Acepta el reto MSN Premium: Protecci�n para tus hijos en internet.
> Desc�rgalo y pru�balo 2 meses gratis.
> http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_proteccioninfantil


>
>
> ---------- Forwarded message ----------
> From: Jeetendra Singh
>
> To: Davinia Lopez
> Date: Wed, 01 Sep 2004 16:36:05 +0530
> Subject: Re: Do I need a sms gateway in my case?
>
>
> I have to send sms to persons whose phone numbers are in a database.
> Do I need a sms gateway?
> SMS gateway is not required in your particular case, if u can live with a slow 
> throughput and expensive solution of using a mobile device connectors like Nokia 
> Data Suite (NDS). You can write a small program which reads the database to find the 
> phone numbers and sends the SMS to those numbers using APIs provided by NDS for 
> message sending.
>
> Also if your SMSC provider gives you an HTTP interface, u can again write a simple 
> HTTP client which reads the DB and sends messages using the HTTP url given by the 
> SMSC provider.
>
> If SMSC provider uses CIMD2/SMPP/EMI-UCP, Kannel will be a suitable choice. It also 
> is helpful, if u r looking for a SMS Pull service and DLR management.
>
> Also, could you give me web pages where can I found information about, please?
>
> Thanks in advance.
> Davinia.
>
> _________________________________________________________________
> La informaci�n m�s fresca desde diferentes puntos de vista en la Revista de Prensa 
> de MSN. http://es.newsbot.msn.com/
>
>
>
>

Reply via email to