Re: [PATCH] complete restart functionality

2003-03-27 Thread Stipe Tolj
commited to cvs. Thanks. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de

Re: [PATCH] log.c reopen bug fix

2003-03-27 Thread Stipe Tolj
attached patch will fix segfault in log.c. Segfault arise while reopening of shared files. The solusion for this is: while reopening of log files walk logfiles reverse and seek for allready reopened one, if found then point FILE pointer to already reopened and try the same with next log

Re: [PATCH] log.c reopen bug fix

2003-03-27 Thread Alexander Malysh
Hi Stipe, will do it :) sorry ... On Thursday 27 March 2003 10:45, Stipe Tolj wrote: attached patch will fix segfault in log.c. Segfault arise while reopening of shared files. The solusion for this is: while reopening of log files walk logfiles reverse and seek for allready reopened one,

Re: [PATCH] SMPP

2003-03-27 Thread David Chkhartishvili
Hi Nisan, I've applied your two patches (smsc_smpp.c, smpp_pdu.c) to current cvs tree, but getting errors regarding to new configuration directives dump-pdu and pack-7bit: 2003-03-27 12:36:18 [0] INFO: Debug_lvl = 0, log_file = none, log_lvl = 0 2003-03-27 12:36:18 [0] ERROR: Group 'smsc' may

Re: [PATCH] CIMD2 fix and userguide (overrides last one)

2003-03-27 Thread Stipe Tolj
Angel Fradejas wrote: This patch fixes some problems with the SMSCConn CIMD2 driver, for example high CPU load in a connection with no traffic at all (thanks to Dziugas Baltrunas for pointing it out), and some other things. Also included an update for the user guide. This patch

Re: SIMToolkit Implementation (www.smartrust.com)

2003-03-27 Thread Stipe Tolj
Anyone interested in developing SIMToolKit module (especially SIMToolkit platform provide by www.smarttrust.com called Delivery Platform) in Kannel? The mechanism is like WAP over SMS mechanism, but they use proprietary wml compiling mechanism to provide proprietary wml bytecode. what I see

Re: [PATCH] CIMD2 fix and userguide (overrides last one)

2003-03-27 Thread Dziugas Baltrunas
let mine +1 vote go on to the next patch by Angel :) thanks again. regards, Dziugas Baltrunas On Thu, 27 Mar 2003, Stipe Tolj wrote: Angel Fradejas wrote: This patch fixes some problems with the SMSCConn CIMD2 driver, for example high CPU load in a connection with no traffic at all

Re: [PATCH] SMPP sender-prefix ala unified-prefix

2003-03-27 Thread Stipe Tolj
Benjamin Lee wrote: Those of you connected to a large multinational SMSC who does not support NATIONAL TON... ;-) ... may find this patch useful where you want users to be able to set their originator / source address in national format. It is based on the unified prefix code. hmm, so

Help with Windows

2003-03-27 Thread Javier_Gimenez_Escudero
Hi everybody! I have just subscribed to this mailing list. I have a little problem with the Kannel Push gateway. I want to test it in a Windows 2000 server, so, as it's said in Kannel's web site, I downloaded CygWin and installed it. The Unix Environment is runnig properly in my computer, so I

Re: [PATCH] SMPP

2003-03-27 Thread Nisan Bloch
Hi At 12:39 PM 3/27/03 +0400, David Chkhartishvili wrote: Hi Nisan, I've applied your two patches (smsc_smpp.c, smpp_pdu.c) to current cvs tree, but getting errors regarding to new configuration directives dump-pdu and pack-7bit: agh.. i forgot to add the diffs for gwlib/cfg.def... comming

Re: [PATCH] SMPP

2003-03-27 Thread Nisan Bloch
Hi At 12:39 PM 3/27/03 +0400, David Chkhartishvili wrote: Hi Nisan, I've applied your two patches (smsc_smpp.c, smpp_pdu.c) to current cvs tree, but getting errors regarding to new configuration directives dump-pdu and pack-7bit: missing patch piece nisan --- ../cvs/gateway/gwlib/cfg.def

Re: [PATCH] SMPP

2003-03-27 Thread Stipe Tolj
Nisan, sorry to be nastly, but could you please resend the whole patch in *one* diff file and at email attachement rather then enbedding in the email body. Thanks. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80

[Fwd: [PATCH] SMPP]

2003-03-27 Thread Stipe Tolj
forwarding this to the list. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de

Re: TON error on SMSpush

2003-03-27 Thread Alex Judd
Rory Sounds like it might be a bug. The code was modified so that you can force the destination TON in the same way as you are forcing the source TON etc. but it looks like that's not working in the way it should do. I'll check my CVS version tomorrow and submit any bug changes necessary.

Multiple smsc groups

2003-03-27 Thread rory
Is it ok to have multiple smsc groups? I've got : group = smsc smsc-id = orangeshort smsc = smpp host = xx port = 8000 receive-port = 8000 smsc-username = x smsc-password = x system-type = SMPP dest-addr-ton = 1 dest-addr-npi = 1 source-addr-ton = 3 source-addr-npi = 1 group

Re: TON error on SMSpush

2003-03-27 Thread Stipe Tolj
Rory Campbell-Lange wrote: Hi Alex. Thanks very much for your mail. I am using 1.3.1. The problem I reported seems to be solveable by also setting the dest-addr-npi = 1. the config directives *should not* depend on eachother. Alex, if you test this and can reproduce, could you make a bug

Re: Multiple smsc groups

2003-03-27 Thread Stipe Tolj
Is it ok to have multiple smsc groups? of course. We have up to 140 smsc groups in one Kannel instance ;)) If I try and set both of these to run concurrently, I get a failure on one of the SMSC connections. 2003-03-27 21:34:59 [7] DEBUG: SMPP[orangeshort]: Sending enquire link: 2003-03-27

Re: Multiple smsc groups

2003-03-27 Thread Rory Campbell-Lange
Hi Stipe On Thu, Mar 27, 2003 at 11:09:54PM +0100, Stipe Tolj wrote: Is it ok to have multiple smsc groups? of course. We have up to 140 smsc groups in one Kannel instance ;)) Whew! If I try and set both of these to run concurrently, I get a failure on one of the SMSC connections.

CMTI Patch

2003-03-27 Thread Steve Kennedy
I'd like to say I implemented Rene Kluwen's [EMAIL PROTECTED] CMTI-patch and it's working fine with an Ericsson R320 phone as SMSC (it patches the at2 driver). For what it's worth I'd vote it's included as a bug fix. I had to mess with the serial port set-up, but that was independent from the

RE: SIMToolkit Implementation (www.smartrust.com)

2003-03-27 Thread Dedy Sutanto
Hi Stipe, Here I attach explanation for header smart trust used to deliver their byte code. I hope it's clear enough for everyone to understand. My comment for your comment Stipe: - PPG can be used to push Smart Trust SIM Tool Kit WML deck, since they use proprietary byte code. - For

Re: Help with Windows

2003-03-27 Thread Stipe Tolj
The problem now is when I tried the next step: ./configure. There'sa problem with gcc and cc compilers, which seems to not come with the CygWin environment. Or maybe they come but i don't know how to install them. These are the messages from CygWin: loading cache ./config.cache