RE: EMS

2001-09-09 Thread Christian Have
In my experience with EMS, you have to send the EMS in 7 bit encoding. Currently Kannel sets the encoding to 8 bit if there is a udh present. So, ems won't work like this. I will submit a patch later if people are interested. (I will just need to tidy up my code a bit.). /Christian.

RE: The future of the project: Was: [RFC] mysql interface to kannel?

2001-07-26 Thread Christian Have
I would support such a decision. It's a serious problem right now, that this project has no real leadership. Even a temporary solution would be preferable. But, that being said, a meeting about the future of Kannel should be arranged as well, in the near future. Maybe even an irc meeting would

Delivery reports again...

2001-07-25 Thread Christian Have
Hi. I've tried to write a few things down about, how I think delivery report could be implemented. I'm sure you guys can give me some comments, pointers and suggestions.. I will from now on use the abbreviation dlr, short for delivery report, since I'm going to write it a lot :P I've decided

RE: SMSC Driver features

2001-07-23 Thread Christian Have
I'm asking this because now if you set udh, the message is automatically 8bit :( in smsbox.c. Youre right, and this isn't particularly clever. Theres acutally a comment about it in the source... from smsbox.c, line ~1180: if (udh) binary = 1; else binary = 0; /* * XXX in future, we

Bug in http.c

2001-07-13 Thread Christian Have
Hi kannel developers. Yesterday I had a problem with the user-agent built in kannel. It seems that when sockets in the pool are reused, the buffer are not cleared. It gave me some strange problems, weird text popping up as the status line, and so on. I solved the problem by inserting a line