Re: CMTI patch

2002-12-09 Thread Rene Kluwen / Chimit Software Solutions
The patch I last submitted to the list is from around that date. Meanwhile there has been some changes, but if it applies ok and works... There should be no negative side effects. After that, I have been working on a more consistent solution, in collaboration with Oded. So there does exist a

Re: CMTI patch

2002-12-09 Thread Rene Kluwen / Chimit Software Solutions
This is the last version... For the peeps that are willing to test. It's a unified diff against latest CVS version. Delivery reports should work as well. -- Rene... This email message has been automatically scanned for viri using Sophos antivirus. - Original Message -

Re: Kannel/WTLS, pleas!kwtls_patch

2002-10-24 Thread Rene Kluwen / Chimit Software Solutions
Usually patches are applied with the unix patch command. Example if your patch is called wtls_patch.diff: patch -p0 wtls_patch.diff In case it asks which file to patch, either enter the path of the file. Or better start out from a different directory. -- Rene... This email message

Re: WapKannel/openssl!urgent!

2002-10-23 Thread Rene Kluwen / Chimit Software Solutions
Something tells me the warning are not something to really worry about. It won't affect performance in any case. -- Rene... This email message has been automatically scanned for viri using Sophos antivirus. - Original Message - From: Ivone Uribe [EMAIL PROTECTED] To:

Fw: Message retry and backoff

2002-10-22 Thread Rene Kluwen / Chimit Software Solutions
 I'm all for it! Will sms.retry and sms.delay be configurable? (rethorical question). -- Rene... This email message has been automatically scanned for viri using Sophos antivirus. - Original Message - From: Oded Arbel To: Kannel-devel (E-mail) Sent:

Re: SL 45 modem config

2002-10-18 Thread Rene Kluwen / Chimit Software Solutions
This is my SL45 config: group = modemsid = siemens_sl45name = "Siemens SL45"detect-string = "SIEMENS"detect-string2 = "SL45"init-string = "AT+CNMI=1,2,2,2,1"keepalive-cmd = "AT+CBC;+CSQ"speed = 19200enable-hwhs = "AT\\Q3"need-sleep = truemessage-storage = "SM" Please share your

Re: getHostByName

2002-10-17 Thread Rene Kluwen / Chimit Software Solutions
Just a wild guess: What is set as bearerbox-host in group=smsc. If it is set to count, then count is the hostname that it cannot resolve... This email message has been automatically scanned for viri using Sophos antivirus. - Original Message - From: Mohd Amin [EMAIL

Funny...

2002-10-17 Thread Rene Kluwen / Chimit Software Solutions
 The following message: "Slotkoers ABN Amro: 15.00 Euro." (without the quotes) won'tsend using the AT2 smsc. From the logs: == /var/log/kannel/bearerbox.log ==2002-10-18 03:46:29 [5] DEBUG: AT2[mysmsc]: TP-Validity-Period: 24.0 hours2002-10-18 03:46:29 [5] DEBUG: AT2[mysmsc]: --

31 characters (was: Funny)

2002-10-17 Thread Rene Kluwen / Chimit Software Solutions
something in the source when it is not 4am in the morning anymore ;) -- Rene... This email message has been automatically scanned for viri using Sophos antivirus. - Original Message - From: Rene Kluwen / Chimit Software Solutions To: [EMAIL PROTECTED] Sent

Re: WAPKANNEL Configuration_9203/openssl/Urgent!

2002-10-17 Thread Rene Kluwen / Chimit Software Solutions
The line ./configure --with-wtls=openssl goes for if you compile kannel yourself from source. The RPM package contains just binaries, precompiled for a certain set of libraries... which (obviously) do not match yours. If you know anything about cvs, I recommend you check out the cvs version of

Re: Requesting the /status page...

2002-10-15 Thread Rene Kluwen / Chimit Software Solutions
. This email message has been automatically scanned for viri using Sophos antivirus. - Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: Oded Arbel [EMAIL PROTECTED] Cc: Rene Kluwen / Chimit Software Solutions [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, October 15

Requesting the /status page...

2002-10-10 Thread Rene Kluwen / Chimit Software Solutions
 ...will crash kannel if no smsc-id is set in group = smsc. Attached is a patch to fix the problem. -- Rene... This email message has been automatically scanned for viri using Sophos antivirus. missing_smsc_conn_id.patch Description: Binary data

Re: CNMI - CDSI

2002-10-09 Thread Rene Kluwen / Chimit Software Solutions
. - Original Message - From: Oded Arbel To: Rene Kluwen / Chimit Software Solutions ; [EMAIL PROTECTED] Sent: Sunday, October 06, 2002 10:14 AM Subject: RE: CNMI - CDSI Just found out: In addition to CNMI indictations... +CDSI indications are not handled either. as in status-report notifications

Re: Kannel archtitecture

2002-10-08 Thread Rene Kluwen / Chimit Software Solutions
I think for sure some parts of the Kannel code can use some fresh air. And also the new features sound really well. I liked having a seperate smsbox though. Even with the option of keeping the external smsbox or using the internal, we won't have the new features. Also I have question marks

Re: Kannel with CNMI patch

2002-10-08 Thread Rene Kluwen / Chimit Software Solutions
Depends... when you got it. If you got one of the first patches that I posted... You may want to turn off sim-buffering. In later versions this is fixed... but at this moment, they only have been running between Oded and me. Oded knows best about if/when it is going to be part of CVS. The same

Re: CNMI - CDSI

2002-10-06 Thread Rene Kluwen / Chimit Software Solutions
-- From: Oded Arbel To: Rene Kluwen / Chimit Software Solutions ; [EMAIL PROTECTED] Sent: Sunday, October 06, 2002 10:14 AM Subject: RE: CNMI - CDSI Just found out: In addition to CNMI indictations... +CDSI indications are not handled either. as

CNMI - CDSI

2002-10-05 Thread Rene Kluwen / Chimit Software Solutions
 Just found out: In addition to CNMI indictations... +CDSI indications are not handled either. Oded: Did you receive my latest CNMI patches? Haven't heard from you since... This email message has been automatically scanned for viri using Sophos antivirus.

Re[2]: Octstr support for converting to and from HTML 4 entities.

2002-09-23 Thread Rene Kluwen / Chimit Software Solutions
Hello List, MHO on A couple of things: - strcmp is (should be) Locale specific, according to POSIX. - The difference in octstr_compare and octstr_str_compare are at least inconsequent. They should both use either use strcmp or memcmp to avoid confusions (my vote is for strcmp). - The discussion

AT parsing

2002-09-23 Thread Rene Kluwen / Chimit Software Solutions
Hello devel, I was in discussion with Oded about something (something else, btw.). And I would like to ask the following to everybody in the list. Question: At this moment, each function implements its own AT parsing, most of it is done (rudimentarily) in at2_wait_modem_command. Would Kannel

Re: Octstr support for converting to and from HTML 4 entities.

2002-09-22 Thread Rene Kluwen / Chimit Software Solutions
Hello Oded, Ouch! Did you test this? For me, the from-conversion does not work at all! I get garbage after trying to convert a string with entities in it. Actually, your code is correct. But according to my (CVS) version, there is a terrible bug in octstr_insert_char() in octstr.c. Attached is

Re: Octstr support for converting to and from HTML 4 entities.

2002-09-22 Thread Rene Kluwen / Chimit Software Solutions
Hello Oded, Apart from the octstr_insert_char bug. This code is also not completely correct. If you try to run it on a string with a non-defined (in html-entities.def) entity, it will loop for ever. -- Rene... Sunday, September 22, 2002, 8:09:01 PM, you wrote: OA Hi list. OA We needed the

Re[2]: Octstr support for converting to and from HTML 4 entities.

2002-09-22 Thread Rene Kluwen / Chimit Software Solutions
Hello list, So I took my own challenge (I was bored ;]). (Sorry, I will try to stick with only one patch for the same thing, next time I post it.) Advantages of this patch over the previous one: - It is faster, because it uses a binary search (didn't really bench mark it though). - It is less

Re: CMTI patch - revisited...

2002-09-21 Thread Rene Kluwen / Chimit Software Solutions
Hello devel, Sorry... To correct myself before anybody else does :) There was a memory leak in the previous patch when more than 1 CMTI indication would come in at the same time. Also, I made an extra check in the sim buffering handling to have sim buffering and this CMTI patch live next to

Re: Re:client sdu size.

2002-09-20 Thread Rene Kluwen / Chimit Software Solutions
A little note to add: You can request a maximum client MRU size of any arbitrary length (0 means no limit) while sending a Connect request. But note that because of the nature of capability negotiation, the gateway can decide to choose a lower client sdu size if they wish. In that case, there is

SMSC-box?

2002-09-20 Thread Rene Kluwen / Chimit Software Solutions
Hello devel, When reading the docs, I came upon a question. Have there been thoughts about putting the smsc-interfaces into a seperate box? And then have the messages come in through a connector, the same way as UDP datagrams come in? True... I think in daily usage, most people use

CMTI-patch?

2002-09-18 Thread Rene Kluwen / Chimit Software Solutions
Hello devel, I heard the preffered method is submitting patches is cvs diff -u. Even though I have a little bit of experience with both SMS as well as WAP (stack) development, I am new to Kannel. I must say, the code is very well modularized and also well documented (a thank-you to the