[RFC] wml-wmlc default character mangling

2005-03-21 Thread Stipe Tolj
Hi list, ok, following the thread frrom Rune Saetre [Msg-Id: [EMAIL PROTECTED]] I come up with following status-quo conclusion while reviewing the code: (HEAD in CVS): * entering gw/wap-appl.c:return_reply() we receive the HTTP response (headers and body) * if status was OK (HTTP 200) we

Re: [PATCH] SMSC_CIMD2 Remove reply path parameter if not used

2005-03-21 Thread Stipe Tolj
Hi Aarne, Arne K. Haaje wrote: torsdag 24. februar 2005, 10:52, skrev Peter Buki: Hi, I created a patch for smsc_cimd2.c, because on Nokia SMSCs the use of reply path parameter is often forbidden. The original version (1.4) included it in both cases, mine includes when it is needed (1). It is up

Re: octstr_case_str_compare

2005-03-21 Thread Stipe Tolj
fred wrote: Please consider this PATCH /* * Same as octstr_compare, but compares the content of the octet string to * a C string without case sensitivity. */ int octstr_case_str_compare(const Octstr *os1, const char*str); +0, and since it seems reasonable, commited to cvs in slight variation.

Re: Concatenation of incoming SMS

2005-03-21 Thread Stipe Tolj
Pommnitz, Jörg wrote: Why rubbish? My point is: Concatenated SMS is not a concept that is SMPP specific. you can send and receive concatenated SMS through any kind of SMS transfer protocol: SMPP, UCP/EMI, AT commands. If your code only works with SMPP (something you implied in your original

Re: \r on argument

2005-03-21 Thread Stipe Tolj
fred wrote: lately i'm getting \r tacked onto the argument, eg ./bearerbox smskannel.conf debugging i find that the name is smskannel.conf\r which is why its not finding this file, didn't seem to have this problem before any ideas? nop, any way to reproduce this? Stipe

Re: wap 2.0

2005-03-21 Thread Stipe Tolj
Denzel Fernando wrote: hi! I'm interested in knowing the status of the kannel as wap 2.0 gateway. Is kannel wap2 compliant ? Where could I get more information on features of the existing wap gateway. And on the roadmap to been 2.0 compliant, what other features are missing ? [ any docs on this ?]

Re: black-list and exception list

2005-03-21 Thread Stipe Tolj
fred wrote: I know there is a black-list configuration available, but it requires changin the config and restart and it is an expression, I have code that uses a file - sorted list of MSIDN,one per line. bsearch is used to find a msidn, the list can be as big as you like!! For MT, any msidn of

Re: a standard method to retrieve status text from a SMSC interface

2005-03-21 Thread Stipe Tolj
fred wrote: as it is nice to have some customised status information returned from the interface i am suggesting another pointer function thus the string returned by the function is appended to the normal status result. if the fn pointer is NULL, then it is not called, so an smsc i/f doesn't

Re: Bug under investigation

2005-03-21 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Due to lack of new phones in this antique shop for now I just taken a pcap of the case We are trying to download 180K game from content-provider, and while sending fragments phone sends abort. I don't know how this should look because I don't have access to any other

Re: Bug under investigation

2005-03-21 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Replying to Stipe Tolj: looking on this via ethereal, the first thing that glances my eyes is the fact that the WTP UDP packets from Kannel towards device carry incorrect checksum, accoring to etherreal?! Hmm, is it? :() yes, but it does not seem to impact for all other

Re: Again high CPU load (99%)

2005-03-22 Thread Stipe Tolj
Julien Buratto wrote: I'm still experiencing on the CVS version. I've installed a stable one with the same identical conf files and bearerbox doesn't go on heavy loads. ok, can you provide us the conf file (clean out the smsc connect details) and the how the scenario can be reproduced, and we'll

Re: Kannel 1.4.0 and WTAI/WMLS support

2005-03-22 Thread Stipe Tolj
Hi Dermot, Dermot Wrycraft wrote: Hi, apologies if this is the wrong place 2 say this from newbie; I have been using Kannel and Mandrake 10.1 to test a Nokia TETRA terminal using IP WAP capabilities. I noticed that some of the function definitions in the wsstdlib.c in the kannel /wmlscript dir

Re: Bug under investigation

2005-03-22 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Replying to Stipe Tolj: yes, but it does not seem to impact for all other WTP transaction before we roll the second WTP-SAR group towards the device. So I don't think this is the cause. Even while it's interesting why etherreal reports this. Actually Kannel is not doing

Re: configure error on Solaris 10

2005-03-23 Thread Stipe Tolj
David Chkhartishvili wrote: Hi List, I'm compiling kannel cvs on solaris 10, with mysql support (4.1.10a, 64bit). Here are system parameters: OS: Solaris 10 (GA, 3/05) gcc: using preinstalled version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) mysql: ver 4.1.10a, 64bit binary kannel: cvs My configure

Re: configure error on Solaris 10

2005-03-23 Thread Stipe Tolj
David Chkhartishvili wrote: I'm using bash for root shell. hm, ok, obviously you're having problem with the following macro: MYSQL_LIBS=$($MYSQL_CONFIG --libs_r) where it should produce something like this (on linux): ... checking mysql libs... -L/usr/lib/mysql -lmysqlclient -lz

Re: configure error on Solaris 10

2005-03-23 Thread Stipe Tolj
David Chkhartishvili wrote: I've reverted to revision 1.140 (configure.in). autoconf reported similar error as in latest rev, but configure script found mysql libraries. compilation returned error: ld: warning: file /usr/local/mysql/lib/libmysqlclient_r.a(libmysql.o): wrong ELF class:

Re: configure error on Solaris 10

2005-03-23 Thread Stipe Tolj
David Chkhartishvili wrote: Here is output of autoconf (GNU Autoconf) 2.59: configure.in:196: error: do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS' If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation.

Re: Having trouble with kannel

2005-03-23 Thread Stipe Tolj
Wilfried Goesgens wrote: On Thu, Mar 17, 2005 at 09:14:04AM +0200, Owen Simwanda wrote: I am running kannel 1.4.0 on fedora 2 using a siemens modem for an vitual smsc. Problem is some times the system workis fine with no problems then at other times it just stops responding completing then again

Re: [RFC] --disable-panics configuration option

2005-03-23 Thread Stipe Tolj
Aarno Syvänen wrote: There actually seems to two kinds of panic: a) Configuration errors. In this case, continuation really is impossible. b) Libs has some sanity checks that cause panic. If we just have a broken message, we must just ignore message, not panic. thats right. That's how Jörg

Re: [RFC] --disable-panics configuration option

2005-03-23 Thread Stipe Tolj
Alexander Malysh wrote: I'm really -1 for disabling panics. if some places use panics but could continue then it's a bug and those places should be fixed. panic may _only_ be used if no recovery possible. correct. Hence summerizing: * keep panic(), it should be _only_ use in places that can't be

Re: [RFC] --disable-panics configuration option

2005-03-23 Thread Stipe Tolj
Aarno Syvänen wrote: And I cannot agree more, actually. But auditing takes time. Until it is done, --disable-panics will be of some use. now, yes, auditing takes some time. But it's the way to go, IMO. Simply adding a configure switch would cause in unstable internal state if a function hits the

Re: configure error on Solaris 10

2005-03-24 Thread Stipe Tolj
David Chkhartishvili wrote: OK, I have installed 32 bit binary package of mysql and it compiled OK. I just curious if somebody tried to build 64 bit kannel binaries and how stable they are. P.S. Are Solaris users forced to use revision 1.140? no, they should not. Actually it should

Re: Again high CPU load (99%)

2005-03-26 Thread Stipe Tolj
Julien Buratto wrote: is that a problem if I send you the conf in a private email ? nop, go ahead. The scenario il RedHat 7.3 with: ./configure --enable-start-stop-daemon --disable-wap --with-mysql --with-mysql-dir=/usr/lib/mysql/lib --disable-ssl --disable-wap configure,make,make install with

Re: callback_num

2005-03-31 Thread Stipe Tolj
Rafael Ugolini wrote: i tried this too, but no sucess and i even tried line 354 pdu-u.deliver_sm.callback_num = octstr_create(3030); Any help will be very cool, im without clues. can you please provide us a debug-level bearerbox.log to review the SMPP PDUs between Kannel and the SMPP server?!

Re: callback_num

2005-03-31 Thread Stipe Tolj
Witzgall, John C [NTK] wrote: I just started working in the test lab they have here, so I get to work with a couple of message/wap gateway kinds of products. I'm setting up Kannel as a PPG in my spare time, so I will have lots of newbie questions for this forum in a few weeks - or, I guess it will

Re: [PATCH] HTTP Redirect Fix

2005-04-07 Thread Stipe Tolj
Jonathan Houser wrote: The HTTP redirects were failing because indeed Kannel was trying to read a body that wasn't there. The patch adds a check for a length of 0 as specified by Content-Length, and if found it sets the state to entity_done. This all happens in deduce_body_state() within

Re: [PATCH] HTTP Redirect Fix

2005-04-07 Thread Stipe Tolj
Jonathan Houser wrote: Index: gwlib/http.c === RCS file: /home/cvs/gateway/gwlib/http.c,v retrieving revision 1.231 diff -u -p -d -r1.231 http.c --- gwlib/http.c 29 Mar 2005 12:57:16 - 1.231 +++ gwlib/http.c 6 Apr 2005 17:42:17

Re: [PATCH] Addition Of http-proxy-port-exceptions

2005-04-08 Thread Stipe Tolj
Hi Jonathan, Jonathan Houser wrote: This patch adds an 'http-proxy-port-exceptions' config file option to Kannel. The purpose of this is to allow you to skip using your proxy server for certain types of traffic. I added it specifically for SSL. So an example config file might look like:

Re: Character Set Question (WAP)

2005-04-08 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Replying to Jonathan Houser: This is with a GSM handset so you may be able to test and get the same results. I found the Character Set being sent via tcpdump and ethereal as it's not listed in the debug output from Kannel. Looks like it's the Character Set in the

Re: [PATCH] Addition Of http-proxy-port-exceptions

2005-04-08 Thread Stipe Tolj
Jonathan Houser wrote: Could it be done as say an http-proxy-host-exceptions-regex or a ./config option for the in the meantime handling? Getting the latest CVS and then re-patching it again is really a pain. Especially since I'll soon be running load balanced servers and would have to

Re: Character Set Question (WAP)

2005-04-08 Thread Stipe Tolj
Jonathan Houser wrote: Thanks to Dermot and Paul for their feedback. I actually made a patch that fixes my issue with a lot less code changes than what Paul had submitted. Essentially the issue was that the charset was being changed, but the actual low-level compiler didn't know this and

Re: [PATCH] Addition Of http-proxy-port-exceptions

2005-04-08 Thread Stipe Tolj
Stipe Tolj wrote: I'd prefer 'http-proxy-exceptions-regex' ;) following the pseudo-rule Alex introduced for the other foobar-regex directives. Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf

Re: Quoted-string type in wap/wsp_headers.c

2005-04-28 Thread Stipe Tolj
Paul Bagyenda wrote: Actually this fix had been proposed a while back, but somehow it seems never to have made it into the code (although the other fixes did). I quote: http://www.mail-archive.com/devel@kannel.org/msg02493.html On Mar 15, 2005, at 00:46, Jonathan Houser wrote: Søren, No,

Re: Quoted-string type in wap/wsp_headers.c

2005-04-28 Thread Stipe Tolj
Sren Hansen wrote: Hi! I was looking around the code in wap/wsp_headers.c and as far as I can see, wsp_field_value does not take the Quoted-string type from the WSP spec (WAP-230) section 8.4.2.1 into account. Is that correct, or am I not reading it correctly? It appears that my Nokia 3200 uses it

Re: Quoted-string type in wap/wsp_headers.c

2005-04-28 Thread Stipe Tolj
Sren Hansen wrote: Hi! I was looking around the code in wap/wsp_headers.c and as far as I can see, wsp_field_value does not take the Quoted-string type from the WSP spec (WAP-230) section 8.4.2.1 into account. Is that correct, or am I not reading it correctly? It appears that my Nokia 3200 uses it

Re: Urgent: Some Kannel error messages

2005-04-28 Thread Stipe Tolj
Serkan Camurcuoglu wrote: Hi Stipe, Thanks a lot for the quick reply. Your answers were enlightening for me. You may have understood that I'm a WAP novice, just trying to make that thing work. I cannot risk upgrading to 1.4.0 since I'm supposed to make a demonstration tomorrow. Here are some

Re: Urgent: Some Kannel error messages

2005-04-28 Thread Stipe Tolj
Serkan Camurcuoglu wrote: Hi Stipe, Thanks a lot for the quick reply. Your answers were enlightening for me. You may have understood that I'm a WAP novice, just trying to make that thing work. I cannot risk upgrading to 1.4.0 since I'm supposed to make a demonstration tomorrow. Here are some

Re: [PATCH] gw_thread_sleep return the sleep result

2005-04-29 Thread Stipe Tolj
Wilfried Goesgens wrote: to get to know whether you where woken up from sleep, or the sleep endet naturaly, the following patch is needed: (i need this, to determine, whether i was woken up from a thread doing tcdrain, or if the tcdrain system call gets stuck. the systemcall doesn't provide the

Re: [PATCH] Add missing wrapper function to pthread_cancel

2005-04-29 Thread Stipe Tolj
Wilfried Goesgens wrote: pthread offers a function to forcibly end a thread. usefull if a thread is caught in blocking I/O which makes it freeze. -1 on _this_ approach of gwthread_cancel(), due taht we don't handle here how the kannel thread data (threadinfo) is destroyed, etc. Consider the

Re: Is it just me?

2005-06-25 Thread Stipe Tolj
Stipe Tolj wrote: Rene Kluwen wrote: Whilst updating from the Kannel CVS tree, I get the following error: cvs [update aborted]: unable to parse /home/cvs/gateway/gw/bb_http.c,v; `state' not in the expected place I keep getting the error when I remove this file from my sandbox, so it seems

Re: Is it just me?

2005-06-25 Thread Stipe Tolj
Rene Kluwen wrote: Whilst updating from the Kannel CVS tree, I get the following error: cvs [update aborted]: unable to parse /home/cvs/gateway/gw/bb_http.c,v; `state' not in the expected place I keep getting the error when I remove this file from my sandbox, so it seems something in the CVS

Re: Is it just me?

2005-06-27 Thread Stipe Tolj
ok, James, fixed this now... cvs is operable again unfortunatly we don't know how the character corruption did take place, since the file change timestamp is from Feb 12, there hasn't been any manual change. I'm afraid it could be a hard drive write/read failure, since this 1 unit beast

[Fwd: Kannel Memory]

2005-08-18 Thread Stipe Tolj
forwarded to list Stipe mailto:stolj_{at}_wapme.de --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf, NRW, Germany phone: +49.211.74845.0 fax: +49.211.74845.299 mailto:info_{at}_wapme-systems.de

Re: Problems compiling CVS

2005-09-08 Thread Stipe Tolj
Paul P Komkoff Jr wrote: Replying to Jarrod Hermer: I am using ver 2.5.11 of libxml2. The configuration step completed without any errors. Any assistance would be appreciated. 2.5.11: Sep 9 2003 [EMAIL PROTECTED] ~]$ LANG=C date Thu Sep 8 16:00:06 MSD 2005 Do not expect current

Re: Limits of kannel

2005-09-09 Thread Stipe Tolj
Douglas Jurcovichi wrote: Hi folks, What is the maximum traffic per SMPP port have you been worked (msg/s) ? on a normal hardware machine, meaning single CPU system with 500MB-to-1GB RAM and a 800-1200 MHz CPU (P4) you should do several thousand msg/sec... actually our local benchmarks

Re: Problems with the installation

2005-09-13 Thread Stipe Tolj
Arne Kröger wrote: Hi I downloaded kannel 1.4.0 on my debian sarge sytem. i also sartet configure by ./configure. It was alright. But when i started make he says me a little bit later: make: *** No rule to make target `/usr/include/libxml´, needed by `gwlib/date.o´. Stop. Can anybody

Re: chinese sms and phone simulator support

2005-09-13 Thread Stipe Tolj
Hi Howard, first of all, DO NOT cross-post to both lists. We consider this as abusing. Howard wrote: Hi, all: I want to test the following scenario, Can Kannel support it or any help would be greatly appreciated! if so, How I can do it in Kannel? 1 Application sending chinese SMS to

Re: Unknown AT2 error submission

2005-09-14 Thread Stipe Tolj
Alex Judd wrote: 2005-09-13 17:41:31 [28056] [6] INFO: AT2[nokia2]: speed set to 19200 2005-09-13 17:41:32 [28056] [6] ERROR: AT2[nokia2]: Error occurs: ERROR: error number not known to us. ask google and add it. (1069128089) 2005-09-13 17:41:32 [28056] [6] INFO: AT2[nokia2]: cannot enable

Re: Patch for unknown error while sending SMS with smsc_at

2005-09-14 Thread Stipe Tolj
CVS HEAD and retry to see if this still works for your cases. Thanks a lot. ChangeLog entry: 2005-09-14 Stipe Tolj [EMAIL PROTECTED] * gw/smsc/smsc_at.c: fixing a bug for 'nokiaphone' GSM modem types, where PDUs longer then 18 bytes get truncated by the device if passed too fast

Re: RAWTCP mode (AT modem on a TCP terminal server) -- patch updated

2005-09-14 Thread Stipe Tolj
Stanislav Sinyagin wrote: Attached, please see the patch against current CVS HEAD. Alexander Malysh's advices and comments are integrated. I'm looking forward for this patch to be committed, as we're about to start deploying first production systems. Hi Stan, first of all thanks a lot for

Re: devel Digest, Vol 21, Issue 7

2005-09-15 Thread Stipe Tolj
Mario Noboa wrote: Hi Stipe, few days ago i did a stress test with an operator, kannel worked very well with 30 msg/s. But i had problems with more than 40 msg/s in a smpp conexion. I set throughput=6 and max-pending-submits=50 but didn't work. This error appears for each messange sent:

Re: New version and chunked encoding

2005-09-15 Thread Stipe Tolj
Mindaugas Riauba wrote: Hello, Summer ended and what about new version? :) If I remember right quite a few nice features are added now into CVS version. 64bits and charset patch to name some. BTW, I'd like to see also more people that deal with Kannel development actively working on the

Re: chinese sms and phone simulator support

2005-09-15 Thread Stipe Tolj
Andreas Fink wrote: I have a spec of CMPP from a project a few years back. Its just the chineese way of SMPP. I guess standard SMPP driver should work in this case. you guess, so this is not a prooven thing? ;) Andreas, could you please forward me the spec if available. I'm just currious

Re: RAWTCP mode (AT modem on a TCP terminal server) -- patch updated

2005-09-15 Thread Stipe Tolj
Stanislav Sinyagin wrote: Attached, please see the patch against current CVS HEAD. Alexander Malysh's advices and comments are integrated. I'm looking forward for this patch to be committed, as we're about to start deploying first production systems. Anreas: +1, Alex: +1, Stipe: +1, hence

Re: RAWTCP mode (AT modem on a TCP terminal server) -- patch updated

2005-09-15 Thread Stipe Tolj
Rene Kluwen wrote: I didnt really review the patch itself (sorry). But I think the idea is brilliant. yep, agree'ing here fully. Makes a lot of scenarios possible with very less effort in code change. Stipe mailto:stolj_{at}_wapme-group.de

Re: RAWTCP mode (AT modem on a TCP terminal server) -- patch updated

2005-09-16 Thread Stipe Tolj
Stanislav Sinyagin wrote: And what about kpage? nobody seems to have looked at it. With its CLI interface, I think it's much easier to integrate Kannel with other software, such as monitoring and alerting systems. on the REVIEW list. Either today or this week and will my eyes shade to it ;)

Re: RAWTCP mode (AT modem on a TCP terminal server) -- patch updated

2005-09-16 Thread Stipe Tolj
Steve Kennedy wrote: On Fri, Sep 16, 2005 at 01:22:02PM +0200, Stipe Tolj wrote: Stanislav Sinyagin wrote: And what about kpage? nobody seems to have looked at it. With its CLI interface, I think it's much easier to integrate Kannel with other software, such as monitoring and alerting

Re: intrgrating with http server

2005-09-16 Thread Stipe Tolj
Gaurav_Khurana wrote: Dear Kannel I am Gaurav from Satyam Computers, working for an internal project regarding WAP protocol. I am working on using Kannel WAP gateway and test it by a mobile phone simulator. Following is what i have done: I have installed WAP gateway by following the

Re: Messages get lost on the way to bearerbox because of /status.txt?

2005-09-20 Thread Stipe Tolj
Wilfried Goesgens wrote: after a long time of tracking the problem of messages not traversing over to bearerbox from smsbox it seems as if the monitoring system (which queries /status.txt on a regular base) itself is responsible for this issue. It seems, as if this issue is a primary matter

Re: [PATCH] mysql_real_escape_string() usage in gw/dlr_mysql.c

2005-09-27 Thread Stipe Tolj
Peter Christensen wrote: Under all circumstances, the patch is better than the one I was forced to make myself in a hurry when I encountered the problem. I ended up not using the real_escape version because I didn't have time to dig into how the DB pool was working, and I didn't use the

Re: DATAGRAM MODE

2005-09-27 Thread Stipe Tolj
Enver ALTIN wrote: Hey, On Mon, 2005-08-29 at 12:05 +0200, Alejandro Guerrieri wrote: Count me in! (Now it's 2 Alejandro's ;) ) I've had to change the darn ESM_CLASS to DEFAULT about a thousand times :) I think general consensus is to prevent adding SMSC-specific parameters to the sendsms

Re: wapbox core dump

2005-10-05 Thread Stipe Tolj
Gaurav_Khurana wrote: Can someone send me the developer documentation on wapbox source code. Since I donot have all the packages no my linux machine so the documentation is not available. It would be nice if it is in .txt format. you should obviously glace a bit through www.kannel.org and you

Re: wapbox core dump

2005-10-05 Thread Stipe Tolj
it to string_table_build() and get core dump soon afterwards. How to patch Kannel to avoid coredump in such case? Clearly we have to add: if ( node == NULL ) return(-1); commited a fix to this. 2005-10-05 Stipe Tolj [EMAIL PROTECTED] * gw/wml_compiler.c: fixing bug #255 where we pass a NULL result from

Re: Patch to add configurable max retries

2005-10-05 Thread Stipe Tolj
Douglas Jurcovichi wrote: Does anybody knows if this patch is currently on the lastest binary version of kannel in the website? no, it's neither in 1.4.0 stable, _NOR_ in cvs head tree. Reason: Josh has been asked to produce a 'diff -u' format patch and post to the devel@ list, which he

Re: Patch to add configurable max retries

2005-10-13 Thread Stipe Tolj
Josh McAllister wrote: I did not post the patch as some devs poo-poo'd it based on the fact that it was SMPP specific. Also, there did not appear to be any interest at the time. However there have been a number of queries in the last couple weeks, so I will try to find time to patch against

Re: x86_64 platform problem

2005-10-20 Thread Stipe Tolj
Mindaugas Riauba wrote: Doeas anyboudy succesfully run kannel on x86_64? Do I need to add some flags to gcc? I'm sure that it isn't only problem with this particular processor, the same is AMD Opteron 246 processor either with or without SMP. Get cvs version. It compiles and run on

Re: x86_64 platform problem

2005-10-20 Thread Stipe Tolj
Mindaugas Riauba wrote: Doeas anyboudy succesfully run kannel on x86_64? Do I need to add some flags to gcc? I'm sure that it isn't only problem with this particular processor, the same is AMD Opteron 246 processor either with or without SMP. Get cvs version. It compiles and run on

Re: x86_64 platform problem

2005-10-20 Thread Stipe Tolj
Vincent CHAVANIS wrote: Here is the best way to use -m32 ./configure --with-malloc-native --disable-docs --disable-wap --sysconfdir=/etc/kannel/ --enable-start-stop-daemon --disable-keepalive --with-cflags=-m32 yep, that will do the gcc and ld magic thou... Is there anyone arround that

Re: x86_64 platform problem

2005-10-20 Thread Stipe Tolj
Vincent CHAVANIS wrote: Here is the best way to use -m32 ./configure --with-malloc-native --disable-docs --disable-wap --sysconfdir=/etc/kannel/ --enable-start-stop-daemon --disable-keepalive --with-cflags=-m32 BTW, and after my experience, kannel is *NOT* working with native 64bits

Re: ERROR: Group 'mysql-connection' may not contain field 'mysql-username'

2005-10-20 Thread Stipe Tolj
, commited to cvs: 2005-10-21 Stipe Tolj [EMAIL PROTECTED] * doc/examples/dlr-mysql.conf: fixed the naming change from change set 2005-09-21, where the 'mysql-connection' group changed to use 'username' and 'password' as login credentials instead of the mysql prefixes. Thanks to Mike

Re: Clickatell SMSC HTTP

2005-10-20 Thread Stipe Tolj
west suhanic wrote: Hi All: I am modifying smsc_http.c for clickatell. I need to get the api_id that clickatell requires. I am going to put it in kannel.conf and read it in using cfg_get_integer. However this requires putting api_id into ./gwlib/cfg.def as well. Does anybody have a better

Re: x86_64 platform problem

2005-10-21 Thread Stipe Tolj
Vincent CHAVANIS wrote: - Original Message - From: Stipe Tolj [EMAIL PROTECTED] To: Vincent CHAVANIS [EMAIL PROTECTED] Cc: Maciej Bogucki [EMAIL PROTECTED]; devel@kannel.org Sent: Friday, October 21, 2005 5:02 AM Subject: Re: x86_64 platform problem Vincent CHAVANIS wrote: Here

Re: ERROR: Group 'mysql-connection' may not contain field 'mysql-username'

2005-10-21 Thread Stipe Tolj
Mike Harris wrote: Correct, --prefix=/usr/local/mysql [EMAIL PROTECTED] support-files]# mysql_config --include -I/usr/local/mysql/include [EMAIL PROTECTED] support-files]# ok, I have to investigate how mysql-5.x does it's layout, will do this and commit more detection logic to the autoconf

Re: Incoming request....

2005-10-28 Thread Stipe Tolj
Gaurav_Khurana wrote: Since I am new to Kannel, could you tell me that when a request is sent from mobile browser simulator (as I am using a simulator) for a website, where in first it is read by the Kannel gateway in the code. Is the incoming request sent as integer or something else?

Re: ERROR: Group 'mysql-connection' may not contain field 'mysql-username'

2005-10-28 Thread Stipe Tolj
Mike Harris wrote: I scp'd the config (only) from a working redhat 9 installation to this new EL4 build. Bearerbox -- /etc/kannel/kannel.conf.test connects fine there. Built cvs-20051021, (with no .configure options) config with 'dlr-storage = internal' does exactly the same, so agree it

Re: ERROR: Group 'mysql-connection' may not contain field 'mysql-username'

2005-10-28 Thread Stipe Tolj
ok, update here: from reviewing the code we do the following: int tcpip_connect_to_server(char *hostname, int port, const char *interface_name) { return tcpip_connect_to_server_with_port(hostname, port, 0, interface_name); } int tcpip_connect_to_server_with_port(char *hostname, int

Re: Problem with MMS packets reassembling

2005-10-28 Thread Stipe Tolj
Carlos Parada wrote: Hi all, I've sent the following mail some days ago to the users list, but probably it was not the most approproiated list to do that. Sorry for those who will receive this message twice. Anyone knows anything about this problem? ok, obviously this is the case for

Re: sqlbox update

2005-11-02 Thread Stipe Tolj
Rene Kluwen wrote: Applied patch of Thomas Gottgens: The fields udhdata and msgdata are now created as blob and text fields. Also some fields of Kannel.conf are renamed to match CVS HEAD revision of the gateway module (mysql-username = username, etc.). Known issue that I will likely solve any

Re: sqlbox update

2005-11-02 Thread Stipe Tolj
Rene Kluwen wrote: Applied patch of Thomas Gottgens: The fields udhdata and msgdata are now created as blob and text fields. Also some fields of Kannel.conf are renamed to match CVS HEAD revision of the gateway module (mysql-username = username, etc.). Known issue that I will likely solve any

Re: AGAIN: Solaris 10 (sparc) compilation error (kannel cvs)

2005-11-03 Thread Stipe Tolj
David Chkhartishvili wrote: Hi, My configure parameters: --disable-ssl --disable-docs --disable-assertions --with-mysql error: Configuring DB support ... checking whether to compile with MySQL support... searching checking for mysql_config... /usr/local/mysql/bin/mysql_config checking mysql

Re: AGAIN: Solaris 10 (sparc) compilation error (kannel cvs)

2005-11-03 Thread Stipe Tolj
MySQL client libraries In the past this problem was fixed by using configure.in revision 1.140 and autoconf. But this time seems like it doesn't work anymore. Any other workarounds? When configure will be fixed for Solaris at last? now, I commited the following fix: 2005-11-03 Stipe Tolj

Re: [PATCH] add 'LIMIT' to dlr_pgsql

2005-11-05 Thread Stipe Tolj
Douglas Jurcovichi wrote: It works in postgres? In my pgsql the command DELETE with LIMIT 1 does not work. Postgres version 7.4 if this is the case, please file a bug report with all details you can provide to http://bugs.kannel.org/ since it's where we keep track of issues that have been

Re: SQLBox Postgres update

2005-11-08 Thread Stipe Tolj
Rene Kluwen wrote: It seems that the Postgres part was very outdated, compared to Kannel CVS head and didn't even compile. This is fixed now. Alex Kinch is testing at the moment. great... What about strategies towards an add-on/mudule API in order to have manual patching absolute? Anyone

Re: [PATCH] Documentation changes regarding coding/dcs (was: Message Mode)

2005-11-09 Thread Stipe Tolj
Dziugas Baltrunas wrote: Hi, do you use alt-dcs sendsms parameter, which might also affect how the message is interpreted (in your case [flags:-1:1:-1:-1:19] indicates, that coding is 1 = binary). Btw, @Stipe and others: we should finally fix the userguide and scripts in contrib/ related all

Re: Kannel using ODBC to connect in MySQL

2005-11-09 Thread Stipe Tolj
Douglas Jurcovichi wrote: Hi list, Is possible to use kannel to connect a databse in MySQL using driver ODBC in the Linux OS? now, this should be possible. But we don't have any native ODBC support for the client side within Kannel. There are several libraries that provide ODBC

Re: SQLBox Postgres update

2005-11-09 Thread Stipe Tolj
Rene Kluwen wrote: Do you want to implement kind of a patch-o-matic, like netfilter has? Just an idea... hmm, don't know about that one... would have to review. What's its benefit? Stipe mailto:stolj_{at}_wapme-group.de ---

Re: [PATCH] Sending catenated messages in incorrect order

2005-11-10 Thread Stipe Tolj
Enver ALTIN wrote: Hey, I've been stuggling to find out why some catenated messages submitted by Kannel were getting rejected by our EMI SMSC. Apparently the problem was the supersmart SMSC expecting catenated messages to arrive in proper order. It was getting rejected if we send the second

Re: SQLBox Postgres update

2005-11-10 Thread Stipe Tolj
Wilfried Goesgens wrote: On Wed, Nov 09, 2005 at 03:20:12PM +0100, Stipe Tolj wrote: Rene Kluwen wrote: Do you want to implement kind of a patch-o-matic, like netfilter has? Just an idea... hmm, don't know about that one... would have to review. What's its benefit? Stipe maybe darcs

Re: SQLBox Postgres update

2005-11-10 Thread Stipe Tolj
Wilfried Goesgens wrote: On Wed, Nov 09, 2005 at 03:20:12PM +0100, Stipe Tolj wrote: Rene Kluwen wrote: Do you want to implement kind of a patch-o-matic, like netfilter has? Just an idea... hmm, don't know about that one... would have to review. What's its benefit? Stipe maybe darcs

Re: [PATCH] Sending catenated messages in incorrect order

2005-11-10 Thread Stipe Tolj
Alexander Malysh wrote: Hi, sorry but it seems we make workarounds for buggy SMSC. I'm -1 for this patch. They must fix SMSC instead of adding some workarounds where those don't belong to. Priority has _nothing_ todo with receiver and udh. Instead SMSC devels should read spec properly (EMI

Re: [PATCH] Sending catenated messages in incorrect order

2005-11-10 Thread Stipe Tolj
Jon Houser wrote: If it's a spec breaker, make it something you have to turn on. Then you can support the broken SMSCs should you need to, but the end-user has to enable it. Heck, even call it hack-send-in-order or something so you know every time you see it that it's just a hack. Granted

Re: [PATCH] Documentation changes regarding coding/dcs (was: Message Mode)

2005-11-10 Thread Stipe Tolj
Douglas Jurcovichi wrote: Hi Dziugas, Sorry I got a mistake when I did the send;-) The problem is I have a machine running kannel 1.2.1 that I send normal GSM messages using coding=1. In a new machine I put kannel 1.3.2 and when I send the message with coding=1 it goes binary. you should

Re: sqlbox_configure_pgsql auto_increment?

2005-11-10 Thread Stipe Tolj
Vincent CHAVANIS wrote: - Original Message - From: Cesar Gutierrez Corea [EMAIL PROTECTED] To: devel@kannel.org Sent: Saturday, November 05, 2005 8:59 AM Subject: sqlbox_configure_pgsql auto_increment? 1. Is it safe to use cvs sources instead of 1.4.0 in a production server?

Re: [PATCH] configurable max retries

2005-11-10 Thread Stipe Tolj
Alexander Malysh wrote: Index: gwlib/cfg.def === RCS file: /home/cvs/gateway/gwlib/cfg.def,v retrieving revision 1.112 diff -a -u -p -r1.112 cfg.def --- gwlib/cfg.def21 Sep 2005 02:01:22 -1.112 +++ gwlib/cfg.def26

Re: [PATCH] configurable max retries

2005-11-10 Thread Stipe Tolj
Stipe Tolj wrote: +1 on the logic, I assume you did regression test this Alex, did you? I'm -1 on the new config directive naming, and I'd like to change it to: sms-resend-freq sms-resend-retry Reasons: 'sms-resend-freq' follows naming convention as introduced to prior config

Re: Message Mode

2005-11-10 Thread Stipe Tolj
Douglas Jurcovichi wrote: 2005-11-08 15:10:18 Sent SMS [SMSC:BRT] [SVC:brt] [ACT:] [BINF:] [from:90007] [to:554284017946] [flags:-1:1:-1:-1:19] [msg:7:54657374652038] [udh:0:] As well, how can I take out the binary mode sending the message? I tried to change the coding value in thr URL that

Re: [PATCH] configurable max retries

2005-11-11 Thread Stipe Tolj
Alexander Malysh wrote: Hi Stipe, it's pretty simple why we need 2 ints. We need to track 2 values: a) time of last resend, in order to not to send too oft (delayed); b) how much retries we did. If you know how to awoid or better to say how track 2 values within one int I would like to

Re: Large File Support

2005-11-15 Thread Stipe Tolj
Arne K. Haaje wrote: fred wrote: I've been testing lately with a smpp simulator, and getting 2GB kannel log files can typically happen, and then kannel seems to just stop.. after a bit of reading it appears as if you need to do some things http://www.suse.de/~aj/linux_lfs.html just

Re: Bug: Packet Retransmission

2005-11-18 Thread Stipe Tolj
Carlos Parada wrote: Hi all, I've sent an e-mail for this mailing list a few weeks ago, reporting a bug regarding a misbehaviour in the packet retransmission at WSP level. The problem takes place when the network between the terminal and the kannel loses some packets in a fragmented request

Re: radius accounting proxy usage

2005-11-23 Thread Stipe Tolj
Hi Deon, Deon van der Merwe wrote: Hi Stipe, Yes- you are correct in your assumptions of my broken explanation of the setup. with parent is that there is a native RADIUS server. I will do a build using the cvs versions of the radius code and test it again. This is how our setup also looks

<    2   3   4   5   6   7   8   9   10   11   >