Re: Determining Success or Failure

2005-09-23 Thread Linkas
Brent Goldspring wrote: Hello all,   We are using Kannel with a GSM modem: what is the quickest and easiest way (for an application) to determine if the modem sent the SMS or not? I do not need delivery reports, just wether the modem said, “OK” or “Error”. Am I going to

Decoding a sms message

2005-09-23 Thread Morten Bruun
Hi all, I'm trying to send wap-cir messages through Kannel. This is done through the PPG with something like this POST /cgi-bin/wap-push.cgi HTTP/1.0 Content-Type: multipart/related; type=application/xml; boundary=EndOfOneEntity User-Agent: Java1.4.2_05 Host: pn.attwireless.net:9002 Accept

Re: Kannel under cygwin - missing crypto library?

2005-09-23 Thread Wilfried Goesgens
On Thu, Sep 22, 2005 at 05:23:57PM +0100, Jim Hatfield wrote: > I've set up Kannel on Linux with no problem. Today I tried > to set it up under Cygwin (which I've no previous experience of). > > I did a Cygwin install, accepting the defaults for everything. > > I installed the Kannel binaries in

Re: Sending post request in java

2005-09-23 Thread Wilfried Goesgens
On Thu, Sep 22, 2005 at 01:51:30PM +0300, Spyros Sakellariou wrote: >breaks the request into two packets and that probably confuses Kannel. as of both, kannel and your java programm use the kernel tcp/ip stack this is most likely not the case. It is the content wich you should have a look at. C

RE: Sending post request in java

2005-09-23 Thread Spyros Sakellariou
Well Ethereal shows two packets when I use the HttpUrlConnection object and only one when I use java sockets or other utility objects such as the apache commons client. The problem was fixed when I used sockets. So what I am saying is that probably this is not a Kannel problem but a Java problem,

Re: Sending post request in java

2005-09-23 Thread Gelvis Sequera
After recompiling the CVS source with the flags that you comment me. I used netcat to catch the following post request (the request tries to send the same message to 2 users)   POST /cgi-bin/sendsms HTTP/1.1Content-Type: text/xmlConnection: Keep-AliveUser-Agent: Jakarta Commons-HttpClient/2.0.2Host

RE: Determining Success or Failure

2005-09-23 Thread Alejandro Ramírez
    Why don’t you give SQLBOX a try… it has helped me a lot!   Alejandro   -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Brent Goldspring Enviado el: Jueves, 22 de Septiembre de 2005 11:55 p.m. Para: users@kannel.org Asunto: Determining Succes