Re: Cocoon Short Message Service

2006-08-02 Thread Leszek Gawron
Simone Gianni wrote: Ciao Omar, I used this a few yars ago, to prototype an SMS application, and then moved to a commercial HTTP based interface : http://javasmslib.sourceforge.net/ . Otherwise, a few years ago, there was kannel that interfaced HTTP to an SMS modem/cellphone. There is also:

Re: Cocoon Short Message Service

2006-08-01 Thread Omar Adobati
On 7/13/06, Reinhard Poetz [EMAIL PROTECTED] wrote: Omar Adobati wrote: Thankyou for the answer, I'm glad to read about it :) We (= in one of my projects) wrote an SendSMSTransformer that works analogous to the SendMailTransformer. Another possibility is calling your SMS gateway from

Re: Cocoon Short Message Service

2006-08-01 Thread Reinhard Poetz
Omar Adobati wrote: On 7/13/06, Reinhard Poetz [EMAIL PROTECTED] wrote: Omar Adobati wrote: Thankyou for the answer, I'm glad to read about it :) We (= in one of my projects) wrote an SendSMSTransformer that works analogous to the SendMailTransformer. Another possibility is calling your

Re: Cocoon Short Message Service

2006-07-17 Thread Upayavira
Omar Adobati wrote: Good morning, I'd like to manage in some way the sms sending using cocoon, but I have not easy clear ideas on how to realize this. Does anyone know the best, or maybe the not worst, way to try to implement this function? Suppose I have an XML file with all the

Re: Cocoon Short Message Service

2006-07-17 Thread Omar Adobati
My idea was to connect something like a cellphone (or maybe a real cellphone) and use the AT instruction to send the SMS. Isn't a ggod idea? I really don't know SMPP, I'm now lloking for info about it on the Internet... I'll tell you if I could use it. Do you suggest me to use it? thanks, Omar

Re: Cocoon Short Message Service

2006-07-17 Thread Upayavira
Omar Adobati wrote: My idea was to connect something like a cellphone (or maybe a real cellphone) and use the AT instruction to send the SMS. Isn't a ggod idea? For low volumes, that can be done. You'd just use a serial port. There are various unix apps IIUC that can send SMSes. I really

Re: Cocoon Short Message Service

2006-07-17 Thread Omar Adobati
On 7/17/06, Upayavira [EMAIL PROTECTED] wrote: Omar Adobati wrote: My idea was to connect something like a cellphone (or maybe a real cellphone) and use the AT instruction to send the SMS. Isn't a ggod idea? For low volumes, that can be done. You'd just use a serial port. There are various

Re: Cocoon Short Message Service

2006-07-17 Thread Simone Gianni
Ciao Omar, I used this a few yars ago, to prototype an SMS application, and then moved to a commercial HTTP based interface : http://javasmslib.sourceforge.net/ . Otherwise, a few years ago, there was kannel that interfaced HTTP to an SMS modem/cellphone. Simone Omar Adobati wrote: My idea was

Re: Cocoon Short Message Service

2006-07-17 Thread Upayavira
Omar Adobati wrote: On 7/17/06, Upayavira [EMAIL PROTECTED] wrote: Omar Adobati wrote: My idea was to connect something like a cellphone (or maybe a real cellphone) and use the AT instruction to send the SMS. Isn't a ggod idea? For low volumes, that can be done. You'd just use a serial

Re: Cocoon Short Message Service

2006-07-17 Thread Omar Adobati
On 7/17/06, Upayavira [EMAIL PROTECTED] wrote: Omar Adobati wrote: On 7/17/06, Upayavira [EMAIL PROTECTED] wrote: Omar Adobati wrote: My idea was to connect something like a cellphone (or maybe a real cellphone) and use the AT instruction to send the SMS. Isn't a ggod idea? For low

Re: Cocoon Short Message Service

2006-07-13 Thread Reinhard Poetz
Omar Adobati wrote: Good morning, I'd like to manage in some way the sms sending using cocoon, but I have not easy clear ideas on how to realize this. Does anyone know the best, or maybe the not worst, way to try to implement this function? Suppose I have an XML file with all the information I

Re: Cocoon Short Message Service

2006-07-13 Thread Omar Adobati
Thankyou for the answer, I'm glad to read about it :) We (= in one of my projects) wrote an SendSMSTransformer that works analogous to the SendMailTransformer. Another possibility is calling your SMS gateway from within a flow. *I* prefer the way of providing message pipelines with special

Re: Cocoon Short Message Service

2006-07-13 Thread Reinhard Poetz
Omar Adobati wrote: Thankyou for the answer, I'm glad to read about it :) We (= in one of my projects) wrote an SendSMSTransformer that works analogous to the SendMailTransformer. Another possibility is calling your SMS gateway from within a flow. *I* prefer the way of providing message

Cocoon Short Message Service

2006-07-12 Thread Omar Adobati
Good morning, I'd like to manage in some way the sms sending using cocoon, but I have not easy clear ideas on how to realize this. Does anyone know the best, or maybe the not worst, way to try to implement this function? Suppose I have an XML file with all the information I need to generate the