RE: send long SMS wrong

2002-08-20 Thread Oded Arbel
That looks to be OK, but you seem to be sending some sort of binary content (if my PDU reading $|   --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED]   +972-9-9581711 (116)+972-67-340014   ::..It's the same old story; boy meets beer, boy drinks beer... boy gets another beer.  -- Cheers  

RE: Kannel resending old unsuccessful messges after a box restart. BUG?

2002-08-20 Thread Oded Arbel
> -Original Message- > From: Stipe Tolj [mailto:[EMAIL PROTECTED]] > > Questions: > > 1) Why did Kannel resend a unsuccessfull message after it had been > > restarted? > > I guess because the messages was still unacknoledged in the store-file > and everything that is "pending" in the sto

Fwd: charset problem

2002-08-20 Thread ilker Aktuna
Hi, I have a problem which is discussed in the users mailing list as "charset problem". Some content providers in Turkey do not add any encoding declaration to the wml source of their wap sites, but still use Turkish charset. With Kannel, these pages are not reachable. In the logs , we see "indic

Possible race condition in gwlib/protected.c

2002-08-20 Thread Kieran
Hi, I'm feeling my way into the kannel source, and I think I've identified a race condition in the gw_gethostbyname() function in gwlib/protected.c In particular, the gethostbyname function call returns some static data. I've rolled patch to fix this, noting that: 1. The only callers in the of g

send long SMS wrong

2002-08-20 Thread ww
hello:   when i use kannel to send a long SMS ,it will wrong, i can receive the messages,but it is empty.   i use Nokia 7110 as virtual SMSC      here is the logs     in the SMS box:   2002-08-21 09:55:44 [3] INFO: sendsms used by   2002-08-21 09:55:44 [3] INFO: sendsms sender:

Re: Kannel resending old unsuccessful messges after a box restart. BUG?

2002-08-20 Thread Stipe Tolj
> Questions: > 1) Why did Kannel resend a unsuccessfull message after it had been > restarted? I guess because the messages was still unacknoledged in the store-file and everything that is "pending" in the store-file is re-piped into bearerbox outbound routing at re-start. > 2) Why did kannel do

test-ppg crashed

2002-08-20 Thread Ignat Vassilev
Hello I have some problem with Kannel as PPG. When I use the test_ppg tools the wapbox crashed. ./test_ppg -q http://localhost:1/push?user=smssendr'&'password=futurelab sl.txt smstestppg.txt 2002-08-21 09:10:33 [0] INFO: an input without a configuration file assumed 2002-08-21 09:10:33 [0

Kannel resending old unsuccessful messges after a box restart. BUG?

2002-08-20 Thread Mauricio Ramos
Hi Folks, I would like to ask for your help in this problem. I'm using Kannel 1.2 on Red Hat 7.3 connecting to a Logica's SMSC through SMPP 3.4. But I've seen this problem for a logn time. Firstly I'll describe exactly what I've done and after I'll print the log lines before restarting Kannel

Re: SMS & WapBox problem

2002-08-20 Thread Stipe Tolj
> I've successfully run bearerbox using wapkannel.conf but when i ran > wapbox using wapkannel.conf the wapbox could not connect to the > bearerbox. I checked the bearerbox is listening to the port which > wapbox is connecting to > > on of the error says it could not getbyhostname then saysa reso

AW: WMLScript Compiler

2002-08-20 Thread Jorg Pommnitz
I think your assumptions are mostly correct. Please note that a lot of people seem to misunderstand the WMLScript libraries. Compiler support on the WAP gateway for the functions in these libraries consists of nothing more than the ability to replace the function names with predefined tokens.

WMLScript Compiler

2002-08-20 Thread wapper aki
Hi All, I am interested in WMLScript. Please inform me about Kannel's WMLScript Compiler. I assume that Kannel's WMLScript Compiler fully support WMLScript Specification Version 25-Oct-2000 and WMLScript Standard Libraries Specification 25-SEP-2000 and WMLScript Crypto Library Version 20-Jun-2001

Re: [PATCH] AT2 rewrites (one last time, I hope :-)

2002-08-20 Thread Stipe Tolj
> +1 for me, I tested and it works under cygwin+wavecom, so it > should work for everyone :-) how do we say here in Germany, "your words in god's ear". Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldo

Re: [PATCH] HTTP HEAD method support

2002-08-20 Thread Stipe Tolj
if noone objects, I will commit this patch to cvs today. 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.

Re: [PATCH] SMPP

2002-08-20 Thread David Chkhartishvili
2002-08-20 14:33:15 [0] INFO: Debug_lvl = 0, log_file = , log_lvl = 0 2002-08-20 14:33:15 [0] ERROR: Group 'smsc' may not contain field 'smpp-msg-id-type'. 2002-08-20 14:33:15 [0] ERROR: Error found on line 62 of file `/etc/kannel-cvs/kannel.conf'. 2002-08-20 14:33:15 [0] PANIC: Couldn't read co

Re: [FYI] HTTP request queueing of sms-services

2002-08-20 Thread Stipe Tolj
> That's exactly what I intend to. For messages incoming from the same > Carrier some sms-services would require an instant response while other ones > would wait until "http-request-retry" for each "http-request-delay". If > queueing is configurable only per smsbox, I think I can't have such bot

Re: [PATCH] AT2 rewrites (one last time, I hope :-)

2002-08-20 Thread Andrea Viscovich
> Are there any votes for commiting Oded's at2 module patch here? > > I'd like to ask those developers who use at2 to review and test the > code so we can commit the changes to cvs. +1 for me, I tested and it works under cygwin+wavecom, so it should work for everyone :-) Andrea

Re: [PATCH] SMPP

2002-08-20 Thread Stipe Tolj
Looks good to me. Nisan, if you can provide as also a patch for the user's guide (the SMPP SMSC section) for this new configuration directive, then I'm +1 for adding this today to cvs, as long as current behaviour is assumed as default. Any objections from the others? [EMAIL PROTECTED]

Re: [PATCH] AT2 rewrites (one last time, I hope :-)

2002-08-20 Thread Stipe Tolj
Are there any votes for commiting Oded's at2 module patch here? I'd like to ask those developers who use at2 to review and test the code so we can commit the changes to cvs. I'll anyway add the patch to the STATUS file, so it does not get lost out of scope. Stipe [EMAIL PROTECTED]

Re: What's the actual status of Kannel WTLS?

2002-08-20 Thread Stipe Tolj
> finished about 70% i think :) yep, but yet not operational usable and unfortunatly noone who has commited to work on this. Patches are always welcome :) Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsse

RE: Bearerbox is not shutting down on command.

2002-08-20 Thread Oded Arbel
    -Original Message-From: Nisan Bloch [mailto:[EMAIL PROTECTED]]Sent: Monday, August 19, 2002 9:11 PMTo: Oded Arbel; Kannel-devel (E-mail)Subject: RE: Bearerbox is not shutting down on command.Hi 05:47 PM 8/19/02 +0300, Oded Arbel wrote: If I understand whats going