RE: Storing sms to mysql

2002-10-23 Thread Oded Arbel
: I'm the bad guy??? How did that happen? -- from Falling Down -Original Message- From: Afif [mailto:afif;sur.ogs-id.com] Sent: Wednesday, October 23, 2002 8:14 AM To: Kannel Subject: Storing sms to mysql Dear All, after a couple days for compile and install finally I

Re[2]: Storing sms to mysql

2002-10-23 Thread Afif
Hello Oded, Wednesday, October 23, 2002, 2:42:01 PM, you wrote: OA Kannel doesn't do that internally - you need to write an application wrapper that stores outgoing messages before sending them and incoming messages before handling them Thanks Oded, I understand, what about the keys for grab

RE: Re[2]: Storing sms to mysql

2002-10-23 Thread Oded Arbel
-Original Message- From: Afif [mailto:afif;sur.ogs-id.com] I understand, what about the keys for grab the sms for incoming and sending? do kannel ahve unique initial key for eliminate this case snip can I use this for unique keys to read? so I can insert into mysql table? no, you

Re[4]: Storing sms to mysql

2002-10-23 Thread Afif
Hello Oded, Wednesday, October 23, 2002, 3:24:19 PM, you wrote: OA no, you need to store your outgoing messages in a database before you send them to Kannel, and anyway - you can't access Kannel's internal message indexing from outside. you will have to generate OA your own keys - MySQL's

Storing sms to mysql

2002-10-22 Thread Afif
Dear All, after a couple days for compile and install finally I could test send sms from my smsbox through http thanks for all yr support to guide me even I am not fast learner, now I have question about sending recieve sms. how to store send and receive sms into mysql table, I compile kannel