Routing in Kannel

2002-08-12 Thread Rumsfeld Donald
Hi all, I'm new for the list. I've just download the source code of GW and reading. I've got some question concerning to routing technics: Suppose thatI connect KNto some SMSCs in the same time, and send SM to SMSC though sendsms technics, 1. For concatenated SM, whether that some parts of the

Re: [FYI] added LibSDB support for DLR storage

2002-08-12 Thread Andrea Viscovich
LibSDB is available at http://siag.nu/libbsd and support many various database types, including MySQL, PostgreSQL, Oracle, gdbm, (even plain text files). The correct link is ftp://siag.nu/pub/libsdb/ or http://siag.nu/pub/libsdb/ I even tell you to update doc, in the dlr-storage is still

Re: [FYI] added LibSDB support for DLR storage

2002-08-12 Thread Stipe Tolj
make[1]: Leaving directory `/home/Administrator/sdb-0.5.0' make: *** [all] Error 2 Not so kannel related, but if you have an hint ... :-) tell the beast somehow not to build the shared version. The shared libs .so are hardcoded to the Makefiles and hence everything blows in Cygwin. Stipe

*** WTLS are ready ?!? ***

2002-08-12 Thread Julio Leal
Hello, Anybody can say me, if WTLS are working in Kannel, can really have end to end secure connections beteween the cell and secure websevers ?!? Thanks a lot, --- Júlio Leal Analista de Suporte e Infraestrutura w-Aura Rua da Assembléia, 100 - 19 Andar Rio de

Oded AT2 DLR patch

2002-08-12 Thread Andrea Viscovich
There is a problem. In at2_send_one message here is the code: /* gen DLR_SMSC_SUCCESS */ if (msg-sms.dlr_mask DLR_SMSC_SUCCESS) { Msg* dlrmsg; dlrmsg = msg_create(sms); dlrmsg-sms.id = msg-sms.id; dlrmsg-sms.service

RE: Oded AT2 DLR patch

2002-08-12 Thread Oded Arbel
-Original Message- From: Andrea Viscovich [mailto:[EMAIL PROTECTED]] There is a problem. In at2_send_one message here is the code: snip So if one has dlrmask = 3 will never get dlr, as there is dlr only if in the mask is set DLR_SMSC_SUCCESS bit ahmm.. oops ? :-\ Oded, think I

EMS problems.

2002-08-12 Thread Oded Arbel
Hi list. I'm having a problem with EMS messages. specificly - large formatted text messages. the problem, you see, is that [GSM 03.40] specifies that a formatted text IEI only holds formatting style for a single part of the message, but cutting a long message to parts is done by the smsbox,