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 an

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

2002-02-04 Thread Matthew Flax
On 3 February 2002, Oded Arbel wrote: > Hi list. > > I'm forwarding this email from the users' list to devel - I think this > situation can be somewhat improved by making at2_wait_modem_command to > look for "CMT:" instead of just "CMT". this will make this error go away > (of course now we won'

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 Matthew Flax
On 4 February 2002, Oded Arbel wrote: > On Mon, 2002-02-04 at 11:06, Matthew Flax wrote: > > On 3 February 2002, Oded Arbel wrote: > > > Hi list. > > > > > > I'm forwarding this email from the users' list to devel - I think this > > > situation can be somewhat improved by making at2_wait_modem_

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

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

2002-02-04 Thread Oded Arbel
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 I > > believe it lands up >

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 S

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 from <10.21.108.224> 2002-02-05 03:45:01 [3] INFO: sendsms used by 2002-02

RE: How to construct Flash SMS

2002-02-04 Thread Dedy Sutanto
I think I am wrong. (forgive me). After testing with other SMSC (Logica), it shown that PDU from kannel cvs is not terminated with NULL. Here Error message from kannel. 2002-02-05 04:28:33 [5] WARNING: SMPP: PDU NUL terminated string has no NUL. 2002-02-05 04:28:33 [5] ERROR: SMPP: SMSC returned

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 >from <10.21.108.224> >2002-02-05 03:45:01 [3] INFO: sendsms used by

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-Consu

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. > Depe