SMS to SMTP

2002-03-07 Thread Marc Bleuler

Hello all,

We try to set up a SMS gateway to forward sms's to your personaly
mail account.

Situation:
We have Nokia SMSC's, our Kannel SMS GW and a LDAP database where
the MSISDN and the relating mail address is stored (41751234567 =
[EMAIL PROTECTED])
The idea behind this would be to forward your sms from your mobile
(41751234567) to a shortnumber e.g. 1234. The SMSC will pass it to the
SMS GW, the GW querys the LDAP DB and gets the response
[EMAIL PROTECTED] where the mail will be sent to.

Now my guestion, does anybody has a idea or experience how to setup this in
Kannel?

Thanks Marc







RE: SMS to SMTP

2002-03-07 Thread Ian Daly

 We have Nokia SMSC's, our Kannel SMS GW and a LDAP database where
 the MSISDN and the relating mail address is stored (41751234567 =
 [EMAIL PROTECTED])
 The idea behind this would be to forward your sms from your mobile
 (41751234567) to a shortnumber e.g. 1234.

I guess you'll have to get the SMSC to do this?

 The SMSC will pass it to the SMS GW, the GW querys the LDAP DB
 and gets the response [EMAIL PROTECTED] where the mail will be sent to.

 Now my guestion, does anybody has a idea or experience how to
 setup this in
 Kannel?

Just an idea, you could get something in ASP/PHP/JSP etc that the smsbox
will call when the message arrives in, which kicks off the LDAP lookup and
sends the mail. Kannel doesn't have to do much at all in this case. So, set
an sms-service in the smsbox (maybe depending on a msg keyword, or for every
message) which fetches something like
http://myserver/newsms.php?sender=%precipient=%Ptext=%a and let the script
do the work.

HTH
Ian





Re: SMS to SMTP

2002-03-07 Thread Shridhar Raju

Hi Marc,

Before going for setup, please read user guide for in depth working of
kannel. As Ian Daly already wrote, you can set sms-service which calls an
some script (perl/php/java/asp). This script will be form a mail object and
directly deliver to mail server. Basically your requirment is for an Mail
Gateway setup. Hope this helps you.

Shridhar.
- Original Message -
From: Ian Daly [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 08, 2002 2:09 AM
Subject: RE: SMS to SMTP


  We have Nokia SMSC's, our Kannel SMS GW and a LDAP database where
  the MSISDN and the relating mail address is stored (41751234567 =
  [EMAIL PROTECTED])
  The idea behind this would be to forward your sms from your mobile
  (41751234567) to a shortnumber e.g. 1234.

 I guess you'll have to get the SMSC to do this?

  The SMSC will pass it to the SMS GW, the GW querys the LDAP DB
  and gets the response [EMAIL PROTECTED] where the mail will be sent to.
 
  Now my guestion, does anybody has a idea or experience how to
  setup this in
  Kannel?

 Just an idea, you could get something in ASP/PHP/JSP etc that the smsbox
 will call when the message arrives in, which kicks off the LDAP lookup and
 sends the mail. Kannel doesn't have to do much at all in this case. So,
set
 an sms-service in the smsbox (maybe depending on a msg keyword, or for
every
 message) which fetches something like
 http://myserver/newsms.php?sender=%precipient=%Ptext=%a and let the
script
 do the work.

 HTH
 Ian