Re: SMS TO EMAIL and EMAL TO SMS

2010-07-02 Thread Waleed Zubair
Hi, I am quite new to kannel, although i have configured kannel with sms and database with php scripts.Now what i want is to use kannel for receiving an email (SMTP format) and retrieve information from database as required or mentioned in the email.I was reading in this forum that i can use

RE: SMS TO EMAIL and EMAL TO SMS

2010-07-02 Thread Rene Kluwen
This is more of a question that belongs in the procmail mailing list than here. The basic idea is to catch an email with procmail and feed it through a script in the language of your choice (e.g. perl). This script then makes a connection to smsbox or sqlbox sending a message. == Rene

Processing reply messages/SMS messages sent from SMSC

2010-07-02 Thread brett skinner
Hi Firstly I would like to thank the group for all the help that I have received. I really appreciate it. Secondly I have found usig Kannel to be a very pleasant experience so thanks for all the hard work. I unfortunately know absolutely nothing about C and I think my Java knowledge just won't

RE: Processing reply messages/SMS messages sent from SMSC

2010-07-02 Thread Rene Kluwen
Small hint: You can also contribute making the documentation clearer ;=). I use: group = sms-service keyword = default catch-all = true get-url = http://www.mydomain.com/sms/process_mo.php?text=%afrom=%pto=%Ptime=%Tbil ling=%Bsmsc=%i accepted-smsc = my_smsc omit-empty = true

Re: Processing reply messages/SMS messages sent from SMSC

2010-07-02 Thread brett skinner
Hi Last thing, when receiving SMSes from the SMSC, is there a setting that will instruct Kannel to concatenate long messages into a single message before calling the URL. I tried using the combine-concatenated-mo = true option on core group but this didn't work. I can understand why it didn't

RE: Processing reply messages/SMS messages sent from SMSC

2010-07-02 Thread Rene Kluwen
Afaik, Kannel only sends the whole message to the get-url. Not the distinct parts. == Rene From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of brett skinner Sent: vrijdag 2 juli 2010 15:29 To: users@kannel.org Subject: Re: Processing reply messages/SMS messages

Re: Processing reply messages/SMS messages sent from SMSC

2010-07-02 Thread Nikos Balkanas
Also if you don't want to get any responses back to the mobile remember to use in your sms-service: max-messages = 0 concatenation = (true|false). Default is true. BR, Nikos - Original Message - From: Rene Kluwen To: 'brett skinner' ; users@kannel.org Sent: Friday, July 02,