Re: WAP in CVS

2002-12-10 Thread Stipe Tolj
Aarno Syvänen wrote:
> 
> Do you mean with simple browsing or with mms with messages containing
> say 40 kb pics ?

simple browsing. I may "upgrade" our dedicated WAP gateway inside our
MMS test lab and see it that works for us if you want me to.

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
---
wapme.net - wherever you are




Re: WAP in CVS

2002-12-10 Thread Aarno Syvänen
Do you mean with simple browsing or with mms with messages containing 
say 40 kb pics ?

Aarno

On Tuesday, December 10, 2002, at 12:19 PM, Stipe Tolj wrote:

Andreas Fink wrote:


The WAP version in CVS seems to be totally screwed. It doesnt work 
for Nokia 7650 and Nokia 7210. Not for MMS or for WAP browsing. It 
was working fine before. Whats wrong now?

hmm, works for me with the current cvs tree and Nokia Mobile Toolkit
in both, connection orientated and non-orientated modes.

Any others that have problems running the default setup?!

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
---
wapme.net - wherever you are







S45

2002-12-10 Thread flaviotrezena



hi!
 
Somebody can give me a help to configurate a 
kannel.conf to use in S45??
And just to make sure, im installing kannel in 
linux with the command:
rpm -ivh --force --allfiles kannelrpm
 
Its that ok?!?!
 
Thanks!
 
Flavio Goncalves Trezena 
Christino2-6335(21) 91131284


CIMD2 - accept time

2002-12-10 Thread Daniel Brożek
Hello,

I have adjusted Kannel implementation of OIS 5.0 protocol implementation 
(sema_ois.c file) for working with "accept time" in Deliver SM 
operation. Can I obtain this kind of information with CIMD2 protocol?

All the best,
--
Daniel Brożek
___

Adv.pl Sp. z.o.o - Interactive Solutions

tel.:  +48 71 30.37.000, wew.22
e-mail:  [EMAIL PROTECTED]
URL: www.adv.pl

55-200 Oława - ul. B. Chrobrego 17/15
___




Bug - memory leak in smsbox

2002-12-10 Thread Paul Keogh

The function http_queue_thread() leaks memory because the structures
allocated by a call to get_receiver() are not subsequently freed.

Add

msg_destroy (msg);
octstr_destroy (req_url);
http_destroy_headers (req_headers);
octstr_destroy (req_body);

inside the while() loop to resolve.

Paul Keogh
ANAM Wireless Internet Solutions
http://www.anam.com 
+353 1 284 7555 (wired)   +353 86 234 6047 (wireless)
Castle Yard, Saint Patrick's Road, Dalkey, County Dublin, Ireland
 




Re: WAP in CVS

2002-12-10 Thread Stipe Tolj
Andreas Fink wrote:
> 
> The WAP version in CVS seems to be totally screwed. It doesnt work for Nokia 7650 
>and Nokia 7210. Not for MMS or for WAP browsing. It was working fine before. Whats 
>wrong now?

hmm, works for me with the current cvs tree and Nokia Mobile Toolkit
in both, connection orientated and non-orientated modes.

Any others that have problems running the default setup?!

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
---
wapme.net - wherever you are




Re: max_http_retries in SMS Box ?

2002-12-10 Thread Stipe Tolj
Paul Keogh wrote:
> 
> I have configured into an smsbox group;
> 
> http-request-retry=10
> http-queue-delay=4
> 
> This works OK for retrying, but if the retry attempts always fail, I
> never see a "failed" message going back to the Bearer Box.
> 
> I think the line in url_result_thread() that says;
> 
> } else if (max_http_retries > 0) {
> 
> should say
> 
> } else if (max_http_retries > retries) {
> 
> Comments ?

you are definetly right. Sorry. Fixed in cvs.

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
---
wapme.net - wherever you are