Re: [FYI] gdb-tdi (Thread Debug Interface)

2002-02-04 Thread Stipe Tolj
Benjamin Lee wrote: For what it's worth, I've found that it only happens with --enable-debug. But I may be quite wrong in my implication... I get it while having $ ./configure --with-defaults=speed which explicity should not include debugging. Stipe [EMAIL PROTECTED]

Re: How to construct Flash SMS

2002-02-04 Thread Stipe Tolj
Dedy Sutanto wrote: Dear all, I am using kannel 1.0.3, the latest stable one and have customize this version to suit with my SMPP connection.. Currently, I use it to serve logo operator, ring tone and sms-email. I just wonder how to construct flash sms in this version. Can anybody

Re: WARNING: Skipping faulty header. / trouble with SIEMENS S35 /Kannel WAP /

2002-02-04 Thread Aarno Syvänen
Hi dark, Now, Kannel implements WSP 1.1 which does not define any Encoding-Version header. But because of all this, it might be better for Kannel send a status 400 error reply if a connect request uses unknown headers, rather than using the capabilities response to signal the problem and

RE: Fw: I can not receive sms messages with kannel

2002-02-04 Thread Paul Keogh
If it is not this then still nothing is wrong, it is the nature of operating without using the SIM memory. If a modem is engaged with transmitting and a receiving SMS is incoming, then I believe it lands up in SIM memory. Hm. Why do you believe this is the case ? Is it

Re: Fw: I can not receive sms messages with kannel

2002-02-04 Thread Matthew Flax
On 4 February 2002, Oded Arbel wrote: On Mon, 2002-02-04 at 14:14, Paul Keogh wrote: If it is not this then still nothing is wrong, it is the nature of operating without using the SIM memory. If a modem is engaged with transmitting and a receiving SMS is incoming, then

RE: How to construct Flash SMS

2002-02-04 Thread Dedy Sutanto
I have download the cvs version and compiled. But I have problem with it. It can bind to SMSC, everytime I send SMS via http sendsms it failed with error like this: 2002-02-05 03:45:01 [3] INFO: smsbox: Got HTTP request /cgi-bin/sendsms from 10.21.108.224 2002-02-05 03:45:01 [3] INFO: sendsms

RE: How to construct Flash SMS

2002-02-04 Thread Andreas Fink
I have download the cvs version and compiled. But I have problem with it. It can bind to SMSC, everytime I send SMS via http sendsms it failed with error like this: 2002-02-05 03:45:01 [3] INFO: smsbox: Got HTTP request /cgi-bin/sendsms from 10.21.108.224 2002-02-05 03:45:01 [3] INFO: sendsms

Re: [FYI] gdb-tdi (Thread Debug Interface)

2002-02-04 Thread Andreas Fink
For those dealing with debugging of threads, here is a usefull link I guess: http://www.informatik.hu-berlin.de/~mueller/TDI/ Has anyone yet resolved the problem we get in gwlib/thread.c:mutex_unlock_real(), Andreas maybe?! I wish I would. it still bytes me. -- Andreas Fink Fink-Consulting

Re: How to construct Flash SMS

2002-02-04 Thread Stipe Tolj
Andreas Fink wrote: You got to send the numbers to kannel in international format (+...) to get TON to be set to 1. If you send them in national format without the +, TON is set to 2 (national), not 0 (unspecified) Or you might simply patch that part to set TON always to zero. Depends on