Re: throttling the number of messages kannel 3.3

2003-06-04 Thread David Tully
Hi there.   If anyone has this patch, could you please send it on?   Thanks,   David.   - Original Message - From: Nisan Bloch To: Patrick Mignott ; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 8:02 AM Subject: Re: throttling the number

Re: how to read SMS via Kannel

2003-06-04 Thread Jacob Vennervald Madsen
Hi Mario If you're interested in reading the contents of an incomming SMS it's actually quite simple to do this with a combination of Kannel, PHP and MySQL/PostgreSQL. When an SMS is received it can be sent to a PHP script which then saves the SMS in the database with sender's number, contents and

RE: how to read SMS via Kannel

2003-06-04 Thread Navjot Singh
thanks buddy, i was also looking for these. navjot singh |-Original Message- |From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of |Richard George (QMP) |Sent: Wednesday, June 04, 2003 11:41 AM |To: 'mario molfese'; [EMAIL PROTECTED] |Subject: RE: how to read SMS via Kannel | | | |

RE: how to read SMS via Kannel

2003-06-04 Thread Richard George (QMP)
Just use the standard AT commands to access the SMS content of the phone. I can not guarantee that they will work for your phone but give them a go. Look on the web at http://www.fastlogic.co.za/faq59.htm for details of the following commands: AT+CSMS Select Message Service AT+CPMS Preferred Me

Re: how to read SMS via Kannel

2003-06-04 Thread Kwok Peng Tuck
If it's the pdu dumps you are after than these dumps actually appear in the log files depending on the verbosity of the logs. You might want to read that instead. mario molfese wrote: Hi People, I'm trying to write some C code to read SMS stored in a Siemens ME45 Mobile Phone connected to /de

RE: how to read SMS via Kannel

2003-06-04 Thread Navjot Singh
hi mario, I guess you are hard core programmer and prefers to do most of the work on your own ;-) 1. You can retrieve any incoming SMS from the cellphone by kannel. Kannel stores the incoming SMSes to the file. See the store-file attribute in kannel config. You may have to do bit of hack to read

how to read SMS via Kannel

2003-06-04 Thread mario molfese
Hi People,   I'm trying to write some C code to read SMS stored in a Siemens ME45 Mobile Phone connected to /dev/ttyS1. Is an hard and boring matter, however, because I'm not the best C Programmer of the World.   So I was wondering if there is some manner to do that job via Kannel. For example, con