[Fwd: kannel tc35 problem]

2002-01-03 Thread Aarno Syvänen
Hi Andreas and List, we still have problems with at2 and tc35 modem. Andreas, how at2 handles modem timeouts (see following message). Aarno Erkki Hietala wrote: > > I got this mail from Siemens wireless support team, could it somehow > cause the problem. > --- > If you have set AT+CSMS=1 then

Re: DLR and SMPP..

2002-01-03 Thread Aarno Syvänen
Hi List, Andreas Fink wrote: > > >[EMAIL PROTECTED] wrote: > > > >> As I see it this approach with octstr_compare is a part of the Kannel's > >> protective coding style where the NULL pointers are not meant to be used > >> as any other similar pointer. So the assert prevents the NULL pointer

Re: [Fwd: kannel tc35 problem]

2002-01-03 Thread Andreas Fink
>Hi Andreas and List, > >we still have problems with at2 and tc35 modem. Andreas, how at2 handles >modem timeouts (see following message). There shouldnt be any timeouts. If the TC35 is instructing us that a message arrived, Kannel does immediately acknowledge it. If that takes more than 1 sec

Re: HTTP compliance in sendsms (Was: anyone using mutli-cast GET requests)

2002-01-03 Thread Stipe Tolj
Oded Arbel wrote: > > Speaking of sendsms' HTTP interface - I've noticed that sendsms doesn't > honor the 'Connection: close' header and always use keep-alive. can that be > fixed, please ? I had a look in gwlib/http.c:899 where the following is inside handle_transaction(): [...] h = http_h

[ANN] configure.in is now autoconf 2.52 compatible

2002-01-03 Thread Stipe Tolj
Hi list, I just commited some changes to the current cvs tree: * aclocal.m4: added file for autoconf macros. Included AC_CHECK_VERSION macro which is capable of comparing installed and required version strings for software dependencies, libxml2 in our case. * configur

Re: Stripping Kannel

2002-01-03 Thread Shridhar Raju
Hi Stipe, As suggested by u, I defined #define KANNEL_NO_WAP 1 in config.h file, which was generated by configure script. But result was same, make compiled everything in gw/ and made all executables (bearerbox, wapbox & smsbox). Little reading into bearerbox.c, we found that there r mention o