Thank you to all for the help, I have installed Kannel and I will make some
tests
bye
----- Original Message -----
From: peter tatischev
To: massimo
Cc: [email protected]
Sent: Wednesday, January 31, 2007 10:39 PM
Subject: Re: Fw: kannel can made this ?
Kannel will receive the SMS through UCP and will forward it to your HTTP (or
shell) script that will have to do the DB insertion etc.
On 2/1/07, massimo <[EMAIL PROTECTED]> wrote:
Hi Peter,
Thank you for the answer the problem is that I have to receive sms using
ucp not http,
do you know if is it possible or if there is a software who make this ?
Bye
----- Original Message -----
From: peter tatischev
To: massimo
Cc: [email protected]
Sent: Wednesday, January 31, 2007 10:02 PM
Subject: Re: Fw: kannel can made this ?
Hi Massimo,
in fact it is one of the tasks of Kannel - to handle such cases.
I haven't personally setup UCP connections, so the manual is your best
friend:
http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN1376
to set up the UCP connection, and then setup yourself a simple
sms-service (read more about that in the same man:
http://www.kannel.org/download/1.4.1/userguide-1.4.1/userguide.html#AEN3212 )
like this (also cut-paste from the manual):
group = sms-service
keyword = complex
get-url = "http://host/service?sender=%p&text=%r "
accept-x-kannel-headers = true
max-messages = 3
concatenation = true
and have your HTTP script do the DB job for you.
Or you can have a shell script do the same.
It's really easy once you give it a shot.
Best,
Peter
On 1/31/07, massimo <[EMAIL PROTECTED] > wrote:
Hi, I'm new in this mailing list and I'm not expert of SMSC I'm
valutating if kannel can help me.
I have to implement a script which send using ucp sms to a smsc and
receive
from these smsc ucp message that I would like to store in a database
can kannel made these
tasks ?
Bye