Re: More Info: Problem with EMI2, latest cvs

2002-05-20 Thread Stipe Tolj
Dima Milentiev wrote: > > Hi Bruno, > i've sent the patch to list 2 weeks ago and still have not any comments. > May be you can look at it? +1, commited to cvs. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 D

Re: Respond Msg to Deliver Message

2002-05-20 Thread Stipe Tolj
Le Nhu Hai wrote: > > I try to use Kannel 1.1.6 to connect to SMSC via SMPP with a service > number assigned to GW. When a subscriber send any SM to service number, > the msg will deliver to GW. > In the source, file smsc_smpp.c, function: handle_pdu(): > > case deliver_sm > (void) bb_smscconn_r

Re: [BUG] more problems with SSL

2002-05-20 Thread Stipe Tolj
Oded Arbel wrote: > > another problem with an SSL connection, is that if the socket connection > in conn_open_tcp() called from conn_open_sll() fails, it returns NULL, > but conn_open_ssl() immidietly tries to refer to it as initialized > structure - which of course causes Kannel to crash. > conn

Re: SMPP DLR Reports

2002-05-20 Thread Stipe Tolj
Alex Judd wrote: > > I'm doing some fairly heavy work on the smsc_smpp.c driver at the moment > to ramp it up a bit and I've got a couple of questions re: the esm_class > values that the code currently thinks are DLR reports. > > The current code checks for 0x02 and 0x04 as DLR reports, however

Re: BUG [gw/bb_boxc.c/accept_boxc()]

2002-05-17 Thread Stipe Tolj
Paul Keogh wrote: > > The accept_boxc() function mishandles denied IP connections. The > code to handle a denied IP connection should be amended to; > > if (is_allowed_ip(box_allow_ip, box_deny_ip, ip) == 0) { > info(0, "Box connection tried from denied host <%s>, disconnected", >

Re: SMS to WAP functionality

2002-05-17 Thread Stipe Tolj
Alex Judd wrote: > > Apoligies - not directly a development question but the forum here is the > most knowledgable I know so I thought I might ask a quick usage question. > In order to embed a WAP URL in an SMS does anyone know if standard WAP > enabled phones allow a 'click-to-wap' type function

Re: [PATCH] problems with HTTPS and base support for per message billing.

2002-05-16 Thread Stipe Tolj
SSL patch has been applied, please everyone who uses this feature test and report if there are any problems. Thanks Oded. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-

Re: [PATCH] problems with HTTPS and base support for per message billing.

2002-05-16 Thread Stipe Tolj
> Both patches are deployed and "works for me", and while I understand > that those are not high priority problems for most users, I will be > grateful if the patches are incorporated into the CVS (will save me work > when I update from CVS ;-) we have to garantee that no "it cool and needed for

Re: Problems with --disable-ssl option

2002-05-16 Thread Stipe Tolj
it's now fixed in the cvs. Thanks for reporting this. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-

taking m4 functions to aclocal.m4

2002-05-16 Thread Stipe Tolj
Hi all, Bruno, I'd like to make things more modular in configure.in. Can you re-write your CVS version code to an own function within aclocal.m4 please?! This way configure.in gets more readable IMO. Stipe [EMAIL PROTECTED] --- Wa

Re: Windows Kannel?

2002-05-15 Thread Stipe Tolj
Kalle Marjola wrote: > > Yeah, I can easily remember that this question has been arisen here quite > a couple times, but perhaps someone has some updated info; > > Has anybody ported Kannel to Windows, without using Cygwin but using > native window solutions for threads etc.? I guess that would

[BUG] smsc_at2.c: sending a one character message via Siemens M20 fails

2002-05-15 Thread Stipe Tolj
Hi there, when you connect to a M20 via the AT2 driver and try to send a one character message the whole things fails like this: 2002-05-15 09:23:25 [19] DEBUG: boxc_receiver: sms received 2002-05-15 09:23:26 [6] DEBUG: AT2[m20]: international starting with + (+49) 2002-05-15 09:23:26 [6] DEBUG:

Re: [PATCH] counter type change

2002-05-14 Thread Stipe Tolj
Harrie Hazewinkel wrote: > > I have attached a patch for the kannel code which make the > internal type of the counter object an 'unsigned long'. > The advantage is that it wraps by itself and we have 1 bit > more in the value of the counter (32 bits). :-)) > > I noticed also that sometimes the

Re: kannel 1.1.6 dying

2002-05-13 Thread Stipe Tolj
Cold Feet wrote: > > during the past week i compiled and run version 1.1.6 of kannel. it was all fine for >the past 4 days. apparently on the weekends(sunday midnight), it apparently died. for >unknown reasion, i cant figure it out because there was nothing on the logs. i am >using CIMD2 proto

Re: Suggestion

2002-05-07 Thread Stipe Tolj
> I have a suggestion, if coreaccess.log is divided into 2 parts. I for MT' > and other for MO. are you talking about the standard access.log file? Parsing the log shouldn't be too complicated. Stipe [EMAIL PROTECTED] --- Wapme Sys

Re: Http request & kannel

2002-05-07 Thread Stipe Tolj
Bruno David Simões Rodrigues wrote: > > But Cipher is talking about other thing, I guess... > I think http is threaded, so one get wouldn't pause other gets. Or it > shouldn't. Is it this ? but we have HTTP request timeouts in there, don't we? If HTTP timeouts have performance impact we may hav

Re: Http request & kannel

2002-05-07 Thread Stipe Tolj
Cipher Strength wrote: > > I am using development relase 1.1.6 . I have noticed that when kannel fetch > content from url set in sms-service and the web server is not running at > that time, it just stop fetching content from other web servers too. Why is > it soo. Is it feature or bug. In core

Re: Http request & kannel

2002-05-07 Thread Stipe Tolj
Angel Fradejas wrote: > > My opinion is that if smsbox can't fetch content from a web server, it must > queue that request, and try again later, with a specified delay between > requests, instead of the current "couldn't fetch content" reply. > > Any other opinions about this? yep, that *may* b

Re: combined patch SMPP things

2002-05-06 Thread Stipe Tolj
Benjamin Lee schrieb: > > Combined diff attached. Including: > > 1. SMPP handling (simple debug printing) of GENERIC NACK packets. > > 2. SMPP message priority, set via conf file (0..5 -- see SMPP 3.4 spec) > > 3. SMPP throughput, set via conf file (n per second/minute) > > 4. SMPP unbind

Re: [FYI] Post-XML

2002-05-05 Thread Stipe Tolj
- wapme.net - X-Mozilla-Status: 0009om - Tue Apr 30 13:02:48 2002 X-Mozilla-Status: 0801 X-Mozilla-Status2: 0000 FCC: /d|/mozilla/Stipe Tolj/mail/Sent Message-ID: <[EMAIL PROTECTED]> Date: Tue, 30 Apr 2002 13:02:48 +0200 From: Stipe Tolj <[EMAIL PRO

Re: [FYI] Post-XML

2002-05-05 Thread Stipe Tolj
Andrea Viscovich wrote: > > The other thing to do is dlr for at2 :-) yep, that would be great. Is DLR processing supported by all GSM modems we currently support, or to turn it the other way, is DLR processing within GSM AT calls defined? Stipe [EMAIL PROTECTED] ---

Re: Multiple DLR types at the same time - possible BUG ?

2002-05-05 Thread Stipe Tolj
> > we see here that if typ contains more then one DLR type, then even if > not all DLR types are required (set in dlr_mask for the sendsms), all > DLR types set in typ will be sent out. this is not correct IMO - it > should be something like : > msg->sms.dlr_mask = typ & dlr_mask; > > W

Re: Compilation Warnings

2002-05-05 Thread Stipe Tolj
Aarno Syvänen wrote: > > Bruno David Simões Rodrigues wrote: > > > > bruno@laptop:~/work/gateway$ make -s > > wap/wsp_session.c:437: warning: `REFERER' redefined > > wap/wsp.h:47: warning: this is the location of the previous definition > > wap/wsp_session.c:490: warning: `REFERER' redefined > >

Re: possible major bug

2002-05-05 Thread Stipe Tolj
Bruno David Simões Rodrigues wrote: > > On Fri, 2002-05-03 at 19:41, Bruno David Simões Rodrigues wrote: > > After sending 200k messages, kannel just sent 150k and > > lost 50k somewhere. > > > > I'm gonna check the code, but this looks like some bug in sms list, > > probably in bearerbox when sm

Re: kannel under w 2000 advanced server

2002-05-05 Thread Stipe Tolj
Andrea Viscovich wrote: > > This is just to let anyone know what happens using kannel under a > windows 2000 > advanced server cluster. We are using cygrunsvr to run kannel as a > cluster service. > Those type of service has 2 parameter called looks alive poll > interval and is alive. > Unfortuna

Re: wapbox panic with wap-push-ppg

2002-05-03 Thread Stipe Tolj
Bruno David Simões Rodrigues wrote: > > last patch to disable wap-push-ppg http port if its group > is not defined on conf is not finished :P > > If wap_psh_ppg_init is not done, wap_push_ppg_shutdown should > be modified too. yep, you're right. I saw that one already, but dropped it by mistake

Re: VERSION $date

2002-05-03 Thread Stipe Tolj
Bruno David Simões Rodrigues wrote: > > date -d is not supported on solaris :(( Hmm, stupid Solaris you ;=) > Do you mind if I grab the date from > > grep ChangeLog CVS/Entries | cut -f4 -d/ I think we're overkilling the date issue in configure.in?! Stipe [EMAIL PROTECTED] -

Re: Daily patch: gateway

2002-05-02 Thread Stipe Tolj
I don't see the necessarity of chaning the configure.in behaviour. And it *definitly* has changed. On a system without MySQL configure breaks claiming that MySQL is not available. Hence we have a broken configure here. Bruno, could you please consider asking the developers list for votes priour t

Re: Looking for deveopers..

2002-05-02 Thread Stipe Tolj
Andreas Fink wrote: > > Any Kannel developers interested in getting a job? > We need tons of good developers. Hey, we asked first ;)) Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-748

Re: Kannel - SMS - USA

2002-04-29 Thread Stipe Tolj
Ashish Popli wrote: > > Hello, > > Is anyone using a CELLULAR PHONE, where Phone and Service has been purchased > in USA, to send and Recieve SMS Messages via Kannel. > > I am not sure which service provider(AT&T, Verizon etc) in USA will give out > a Cellular Phone (like Nokia) that can be use

Re: xml2-config error in makefile

2002-04-29 Thread Stipe Tolj
Bruno David Simões Rodrigues wrote: > > xml2-config --cflags in some architectures (mandrake, probably redhat > and suse) is returning only: > > -I/usr/include/libxml2 > > In debian, I have in changelogs: > > libxml2 (2.4.19-2) unstable; urgency=low > > * (...) > * xml2-config --cflags wi

Re: WTLS status? Paricularly for latest 1.1.6+ development (fwd)

2002-04-29 Thread Stipe Tolj
Hi Mike, we would appritiate any help in WTLS implementation. Basically the work done already inside Kannel has been implemented by Nick. Most of things are already implemented. Attached is a mail from Nick describing what is still open to do. Stipe [EMAIL PROTECTED] -

Re: sendsms and smsc parameter

2002-04-26 Thread Stipe Tolj
Yes the docs tell the truth. In general specifying a "&smsc=foobar" in the GET request should route the message to the specific smsc-id = "foobar". Can you provide us a kannel.conf setup and example GET request where this is failing? Stipe [EMAIL PROTECTED]

Re: [PATCH] SMPP null terminated input

2002-04-26 Thread Stipe Tolj
Simon Beale wrote: > > Null terminated messages received by kannel keep hold of the null and turn > it into an '@'. This is best demonstrated if you do a get-url with an input > null terminated message. anyone from the core developers voting for this patch to commit? Stipe [EMAIL PROTECTED] --

Re: Bug in wap_push_ppg.c ?

2002-04-25 Thread Stipe Tolj
Paul Keogh wrote: > > I think the function; > > /* > * Check that we have rigth application id for confirmed push (it is, > "push.sia") > */ > static int coriented_deliverable(long appid_code) > { > return appid_code == 2; > } > > should be > > static int coriented_deliverable(long appid

Re: CVS is broken?

2002-04-25 Thread Stipe Tolj
Stefan Cars wrote: > > Ok, that fixes the problem that I spoke about earlier together with the > garbadge thing but not the actually problem of too many concurrent > allocations when sending 2000 GET's to the smsbox with bad formatted 'to'. I didn't say I was a wizard ;) are you using native ma

Re: Stable SMSC with wavecom modems

2002-04-25 Thread Stipe Tolj
Jacob Vennervald Madsen wrote: > > Are there any settings I can change to make this work more stable? > I've tried to change the sendline-sleep setting to something higher but > it doesn't help. > > Does anybody have any ideas? please send us a log of the smsbox to see what's going on there. It

Re: CVS is broken?

2002-04-24 Thread Stipe Tolj
Seems to be fixed now. Commit that fixed the bug was: http://www.kannel.3glab.org/cgi-bin/viewcvs.cgi/gateway/gw/smsbox.c.diff?r1=1.185&r2=1.186&sortby=date Please update your tree and check on your own. Stipe [EMAIL PROTECTED] -

Re: CVS is broken?

2002-04-24 Thread Stipe Tolj
Ok ok, everything back again from previous mail. There is something broken in smsbox code in CVS. Checking... Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-2

Re: CVS is broken?

2002-04-24 Thread Stipe Tolj
Alex Judd wrote: > > A clean CVS checkout is compiling with lots of "warning: passing arg 4 of > `mutex_lock_real' discards qualifiers from pointer target type" warnings > and crashes as soon as you try and communicate to it with a browser. > > Can someone check and see what's broken from recent

Re: [BUG] heartbeat and poll

2002-04-24 Thread Stipe Tolj
Stipe Tolj wrote: > > We seem to have something screwed up in the boxes heartbeat > communication and the underlying poll()ing. > > It seems as if the heartbeat msgs don't get to bearerbox. Here is how > to reproduce: > > * first of all change gw/bb.h:16

[BUG] heartbeat and poll

2002-04-24 Thread Stipe Tolj
We seem to have something screwed up in the boxes heartbeat communication and the underlying poll()ing. It seems as if the heartbeat msgs don't get to bearerbox. Here is how to reproduce: * first of all change gw/bb.h:16 heartbeat frequency to 3 secs. * now let bearerbox debug any incoming h

Re: Push with M20 (fix)

2002-04-24 Thread Stipe Tolj
Hi Paul, The 8-bit coding issue may be responsible for our problems PPGing MMS.notification messages to MMS clients, hmmm, interesting. > Finally, somebody reported that the WAP gateway does not work with the T68 > because > the t68 expects to use SAR - I don't see this - how did you get the T68

[RFC] status for wapbox internals

2002-04-24 Thread Stipe Tolj
Hi there, we'd like to have the option to have more information about wapbox's current operational status, i.e. how many WSP machines are active and how many client IPs are connected to the wapbox. Unfortunatly we can't get that information into bearerbox's status report so easily. Now should be

Re: GSM Error after update.

2002-04-24 Thread Stipe Tolj
Troels Aagaard wrote: > > After 1 month of not having time, I updated my kannel CVS to the > latest relase only to discover, that i get the following error when > starting the bearerbox: > > 2002-04-23 16:50:15 [5] PANIC: Where are the modem definitions ?!?! Bruno changed the way GSM modems are

Re: [PATCH] SMPP debug messages fix

2002-04-24 Thread Stipe Tolj
> Please find attached a patch to fix SMPP debug messages so that they come > out in hex when they say they're coming out in hex! :) patch applied, thanks! Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseld

Re: [PATCH] SMPP transceive option

2002-04-24 Thread Stipe Tolj
Simon Beale wrote: > > Hi > > The attached patch adds in the boolean option "transceiver-mode". If set, it > will do a 'tranceive' connection instead of a transmit connection down the > standard port. It doesn't do any fallback to 'transmit' if 'transceive' > fails, and it only is relevant for S

Re: Change standard WAP-ports?

2002-04-22 Thread Stipe Tolj
> Right. But I use GPRS, so that's not an option. hmmm, are you able anyway to adress an optional WAP gw if you are in a GPRS network? I think of the situation where the operator firewalls everything except his own gw to allow you access to the rest of the world? Stipe [EMAIL PROTECTED] --

Re: Change standard WAP-ports?

2002-04-22 Thread Stipe Tolj
> > Oh, and I'm using version 1.1.5 as that's the one in the debian archive. is there still someone maintaining the rpm and debian packages?! I guess we need volonteers here. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsters

Re: RE :RE: Kannel & Cookies

2002-04-20 Thread Stipe Tolj
Bjoern Buettner wrote: > > Any Erricson ? I'v none for tests. we got them, what do you like to test? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Ma

Re: [RFC] Conffiguration variable for setting maximum incoming messages queue length

2002-04-19 Thread Stipe Tolj
> There have been some high stress Kannel tests (continous 350 msg/s, peak > 560 > msg/s) here at Wiral. Kannel will crash, because incoming messages queue > will > grow without any limits (currently it has 13000 msg and is growing), and > take > rest of system with it. > > So I think we need a u

Re: Unicode Kannel - almost there

2002-04-19 Thread Stipe Tolj
Jari Juslin wrote: > > fellow developers. After weeks of hard negotiations, we have finally got > our copy of Unicode Kannel. However, we have not got rights to release > it to public yet, because some people representing Kannel Foundation > have also expressed their interest of some parts of Kan

Re: [Fwd: Daily patch: gateway]

2002-04-18 Thread Stipe Tolj
> I was thinking in just splitting it, but I don't know where to. > > doc/old/changelog.*.*.* ? maybe at the gateway 1.1.6 release making log, this would be 1.1748 ?? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248

Re: Bug in gw/numhash.c

2002-04-18 Thread Stipe Tolj
Paul Keogh wrote: > > This module has a bug that causes a crash. > > Replace > > if (octstr_str_compare(type, "text/plain") != 0) { > octstr_destroy(type); > octstr_destroy(reply_body); > error(0, "Strange content type <%s> for numhash, operatiomn fails", >

Re: [Fwd: Daily patch: gateway]

2002-04-18 Thread Stipe Tolj
Bruno Rodrigues schrieb: > > Can't we split changelog to some kind of > old changelog.1.1.0, changelog.1.1.1 > to prevent it from beeing so large ? Good idea. Do you intend to branch it off or are we going to cut it off any continue in the HEAD branch?! Stipe [EMAIL PROTECTED]

Re: [Fwd: Daily patch: gateway]

2002-04-18 Thread Stipe Tolj
David Holland wrote: > > On Thu, Apr 18, 2002 at 03:29:42PM +0100, Bruno David Simões Rodrigues wrote: > > Hei, what happened to changelog ?!?!?! my fault, sorry. Cygwin's DOS/UNIX line endings got messed up in WinCVS, so that's why there way a big diff, actually containing the same. Stipe [EM

PAM authentifcation in sendsms_post and sendota

2002-04-18 Thread Stipe Tolj
Hi there, I see that smsbox_sendsms_post() and smsbox_sendota_post() are both calling directly authorise_username() for username and password authentification, while the others (i.e. smsbox_req_sendsms()) are calling authorise_user() and hence give the PAM module a chance to grap for the authenti

Re: Reporting the number of message parts sent for long messages.

2002-04-18 Thread Stipe Tolj
Oded Arbel wrote: > > I didn't like the fact that you removed the reporting from the 'error' > section in smsbox_req_handle - correct me if I'm wrong, but this way, if > a split message is sent to multiple receivers, and some of them fail, > the calling application can't tell how many messages we

running ppg by default?

2002-04-17 Thread Stipe Tolj
Hi list, I'd like to discuss if we should allow a default PPG HTTP instance running on port 8080 if no PPG group is defined, which is the way it currently works. For security reasons I'd like to switch that off, if no PPG group is defined. Votes? Stipe [EMAIL PROTECTED] ---

Re: Reporting the number of message parts sent for long messages.

2002-04-17 Thread Stipe Tolj
why did you change the send_message() declaration? what's the argument int* nparts for? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROT

Re: BUG: concatenation using SMPP

2002-04-17 Thread Stipe Tolj
AFAIK, Bruno was assigned to that one. But I don't see any current events on that. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED

[Fwd: concatenation problem with SMPP]

2002-04-17 Thread Stipe Tolj
I'm not quite aware what's the point here, so I'll forward this the list. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Interne

Re: Reporting the number of message parts sent for long messages.

2002-04-16 Thread Stipe Tolj
> For some purposes (for example - billing) the application behind Kannel > may need to know how messages Kannel actually sent for each message that > the application sent to Kannel (as Kannel will split long messages into > parts). > for this prurpose I wrote this hack - it's very simple and not

[RFC] implementing XML-SMS calls using libxml2 functions

2002-04-16 Thread Stipe Tolj
Hi all, I'd like to hear votes for rolling current cvs tree back, espacially the parts Bruno added for the XML-SMS support using the octstr_append() implementation. We should do this with libxml2 functions. At least I would like to strip things out again as soon as I have finished the libxml2 i

Re: About KWTLS

2002-04-15 Thread Stipe Tolj
> I am wondering if anyone had made kwtls work under windows. I downloaded the > kwtls from kannel web page > and after a little bit effort, it can run under windows, but errors always > occur when I use NOKIA toolkit (WAP > Jun 2000 Simulator) to test it. yep, kwtls-0.1.3 is working on Win32 us

Re: MySQL DLR

2002-04-13 Thread Stipe Tolj
Hi Andreas, > For those of you who use mysql delivery reports, here's the > definition of the standard table. I added indexes to this as > otherwhise your system becomes suddendly very slow if you forget > them. Happened to me with 80'000 records in the DLR database the > speed was dropping to 3-

Re: Compilation Error

2002-04-13 Thread Stipe Tolj
Qwerty Asdfg wrote: > gcc -D_REENTRANT=1 -I. -g -O2 -I/usr/include/libxml -I/usr/include > -I/usr/include/openssl -I'/usr/include/mysql' -o wmlscript/wmlsc > wmlscript/wmlsc.o libgw.a libwmlscript.a libwap.a libgwlib.a -lssl > -lpthread -lresolv -lnsl -lm -L/usr/lib -lxml2 -lz -L/lib -lm > -L/u

Re: [RFC] cgi value = 0 behaviour

2002-04-10 Thread Stipe Tolj
Bruno David Simões Rodrigues wrote: > > On Wed, 2002-04-10 at 11:53, Stipe Tolj wrote: > > Bruno Rodrigues wrote: > > > > > > What do you think ? > > > > +0 from me. > > I guess I should RTFM ;) > > Clarify to us(me) what means the +0. (a

Re: [FYI] smpp my-number and post-xml

2002-04-10 Thread Stipe Tolj
> Me too ;) You can use existing code to parse the tree. Specific parts > starts only with parsing attribute values. Aarno, have you merged anything yet from what you wrote? Otherwise I'd like to see that and incorporate this into existing xmlrpc things. Stipe [EMAIL PROTECTED] ---

Re: mysql dlr fixes

2002-04-10 Thread Stipe Tolj
Andreas Fink wrote: > > >Hi Andreas, Hi others > > > >we recently changed this in gw/dlr.c: > > > >{ > > #ifdef DLR_MYSQL > > mysql_close(connection); > >-if (!mysql_errno(connection)) > >-error(0,"MYSQL: %s", mysql_error(connection)); > > #endif > > } > > > >Hmmm, don't we ne

Re: doc building error

2002-04-10 Thread Stipe Tolj
Andreas Fink wrote: > > I'm updating the documentation a bit for DLR. While building the doc I get: > > sed "s/#FIGTYPE#/.png/;s/#VERSION#/`head -1 VERSION`/;s/#DATE#/`date > +%Y.%m.%d`/;s/#DRAFTS#/IGNORE/" doc/userguide/userguide.xml > > doc/userguide/userguide.tmp > jade -V nochunks -t sgml -d

Re: [FYI] smpp my-number and post-xml

2002-04-10 Thread Stipe Tolj
> > I've added preliminary support to XML Post to smsbox. > > I'm building the xml with octstr_append (this issue I guess it's > > almost ok) but I'm processing the incoming xml with > > octstr_search and octstr_copy :P > > There's still some variables missing and alot of debug to be done. > > I

Re: [RFC] cgi value = 0 behaviour

2002-04-10 Thread Stipe Tolj
Bruno Rodrigues wrote: > > What do you think ? +0 from me. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www

mysql dlr fixes

2002-04-10 Thread Stipe Tolj
Hi Andreas, Hi others we recently changed this in gw/dlr.c: { #ifdef DLR_MYSQL mysql_close(connection); -if (!mysql_errno(connection)) -error(0,"MYSQL: %s", mysql_error(connection)); #endif } Hmmm, don't we need some constructs to check if the mysql_close() call has been su

Re: tagging for stable release?!

2002-04-09 Thread Stipe Tolj
Stefan Cars wrote: > > I have still problems with DLR on cimd2 which makes the smsbox crash? Have you reported the problem in a detailed way (inlcuding logs) to the list? If yes, which date and I'll review it and add it to STATUS. Stipe [EMAIL PROTECTED] ---

tagging for stable release?!

2002-04-09 Thread Stipe Tolj
Hi there, we had 245 full, and 403 partial downloads of gateway-1.1.6.tar.gz. There have not been to much complains about major bugs yet. STATUS states currently only one major release showstopper: * sms-service might not reply back the sms Posted by: Alex Judd <[EMAIL PROTECTED]>

Re: PPG doc review

2002-04-08 Thread Stipe Tolj
Aarno Syvänen wrote: > thing to PPG. I must admit that I do not understand what "supplied cgi" > means neither me. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-7

[RC] XML-RPC implementation

2002-04-08 Thread Stipe Tolj
I'm working on the XML-RPC files of Kannel and wonder how we are going to utilize the protocoll in Kannel's boxes and the single method calls. Basically there are two way: * adding XMP-RPC related URIs to existing HTTP servers and route the request ot XML-RPC related processing inside a box, h

Re: Disabling the auto response to reply from get-url

2002-04-05 Thread Stipe Tolj
BTW, shouldn't these kind of threads run on users@ instread of devel@?! I'd like to see those more seperated here. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74

Re: Keepalive with EMI2

2002-04-05 Thread Stipe Tolj
> use 1.1.6 version any check the user's guide for the keep-alive details on EMI2 Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED

Re: Current status of fakewap

2002-04-04 Thread Stipe Tolj
Michael Mason wrote: > > I'm interested in using the fakewap test client for testing a 3rd party > gateway. It seems to do mostly what I want, except I'd also like to retrieve > the compiled WML page, decompile it, and display/save it. > > Is fakewap currently being worked on? The web page at >

Re: Which Version of Kannel to use ????

2002-04-04 Thread Stipe Tolj
Cipher Strength wrote: > > Currently i am using Kannel development relases 1.1.5 with flash patch. Its > working fine. But with 100% CPU utilization. As new features are added in > new devleopment release. I want to use it. So should i use development > release 1.1.6 or daily CVS. The 100% CPU ut

Re: SNMP support

2002-04-04 Thread Stipe Tolj
Cipher Strength wrote: > > Currently there is no SNMP support with Kannel . Is any devlopment going on > to add this feature. This can by handy. The idea is to monitor Kannel Stats > through SNMP and plot MRTG Graphs and lot More things.. yep and nop. There is no active develop

Re: kannel wrote in java

2002-04-04 Thread Stipe Tolj
Ehmmm, let me, just wait a minute, I thought someone dropped it to my desk this morning on a disk, hmmm, funny it seems lost somewher in this mess :))) Sorry for being this way, but Kannel is writen in C and can not be re-written in Java without *HUGE* ammount of work and burdons. BTW, except T

Re: Question on sending push messages to Nokia Toolkit

2002-04-04 Thread Stipe Tolj
Andrejus Chaliapinas wrote: > > I'm trying to send SI push message currently to the phone specified in help docs >while > using virtual HTTP SMSC looped back to the same localhost. When it reaches smsbox I >could > see this log: > > 2002-04-04 01:38:08 [2] DEBUG: HTTP: Creating HTTPClient for

Re: OIS SMSC Password and User Name

2002-04-04 Thread Stipe Tolj
> I I am interfacing OIS using Kannel and i found out that in OIS > documentations, there is a login invoke, anyone doing on OIS development > currently? The current development release doesn't have a login invoke for > SMSC. Thanks. it seems it has not been touched lately to much, at least c

Re: sending too fast to SMPP SMSC?

2002-04-04 Thread Stipe Tolj
Alex Judd wrote: > > Can we please ensure we add the SMPP ability to force source_addr_ton etc. > to the release or at least the cvs before it is released. I know it is not as per > the specifications however myself, Stefan Cars, Benjamin Lee and various > others on the list have to re-add these

Re: Can we run more than bearerbox on same machine

2002-04-03 Thread Stipe Tolj
Cipher Strength wrote: > > Can we run more than bearerbox on same machine... > > If we want to connect a one machine to 2 SMSC's or to the same SMSC 2 times > than .??? > > System error 98: Address already in use.. yep, that's because bearerbox binds to specific ports for the

Re: Question on sending push messages to Nokia Toolkit

2002-04-03 Thread Stipe Tolj
Aarno Syvänen wrote: > > Stipe Tolj wrote: > > > Aarno, I not aware if we currently have any smsc-id routing in PPG > > module?! I don't think so. So messages get routed randomly or to the > > first available smsc? > > Yes, you are rigth. This is anot

Re: Question on sending push messages to Nokia Toolkit

2002-04-03 Thread Stipe Tolj
Andrejus Chaliapinas wrote: > > Could anybody point me on how I could deliver my push message to real phone (sorry, >this > maybe mentioned in docs, but still needs clarification)? In addition to having > bearerbox/wappox&PPG/smsbox and attached to Linux box modem - what I need to set to >route

Re: [RFC] changinf sendota GET var for 'phonenumber'

2002-04-03 Thread Stipe Tolj
Stefan Cars wrote: > > I think we should first att the to field and then take out the phonenumber > in the next release as you say! if there are no other objections, I will do so. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Müns

Re: Question on sending push messages to Nokia Toolkit

2002-04-02 Thread Stipe Tolj
Andrejus Chaliapinas wrote: > > Ok guys, after checking wap_push_pap_compiler.c source, I've found that you need >IPv4 as > part of client address and not IPV4 as it's written in v1.1.6 developer's docs >chapter > 'Using Nokia Toolkit as a part of a developing environment'. > > Now small quest

[RFC] changinf sendota GET var for 'phonenumber'

2002-04-02 Thread Stipe Tolj
I'd like to change the 'phonenumber' GET variable we use to receive the target caller id to 'to', like it's in the case of sendsms. Of course this would break compatibility. Maybe we should (in first instance) *add* the 'to' field and then take the old 'phonenumber' out when we shot for the next

[REQ] rate Kannel project at freshmeat.net

2002-04-02 Thread Stipe Tolj
Hi there, I have updated the Kannel project record at www.freshmeat.net. Freshmeat is a place to be for update information of any kind of software and hence we'll try to be as updated there as possible to attract (in marketing terms :)) more users to Kannel. Please drop by to the page and rate K

Re: [ANN] Rolling the tarball for 1.1.6

2002-03-28 Thread Stipe Tolj
Bruno David Rodrigues wrote: > > ok for me. great, I'm rolling now. > Do please later tell us how to use the cvs. Are we going to have a > HEAD/CVS branch and 1.1.6 branch ? No, I won't branch out 1.1.6, since it's a development release we'll keep it in the main head branch. Please try to com

[ANN] Rolling the tarball for 1.1.6

2002-03-27 Thread Stipe Tolj
Anyone having contraints about rolling the tarball for the 1.1.6 release in a couple of minutes? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [E

[BUG] in cfg_dump() after fixing the multiple include bug

2002-03-27 Thread Stipe Tolj
Bruno, now we have another thing breaking in cfg_dump(), please build the cvs tree and try to start the wapkannel.conf for the wapbox and you'll probably get: 2002-03-27 10:59:29 [0] DEBUG: Dumping Cfg 0x100ce580 2002-03-27 10:59:29 [0] ERROR: Start marker was damaged for area 0x100ce5b0 2002-03

Re: Major showstopper almost solved (or quick patch)

2002-03-27 Thread Stipe Tolj
I just tried to reproduce this, but without success. Which means all requests send throu the keep-alive connection to the apache I used (with keep-alive timeout set to 60 sec.) got back to the phone. Stipe [EMAIL PROTECTED] --- Wap

Re: EMI: Not enough resources available

2002-03-27 Thread Stipe Tolj
Abd Rahman Johari wrote: > > Hi, > > i've connecting to smsc using emi2, and i have this error message for one of my LA, >fyi, i have 2 LAs (UCP60), one is okay and doesn't gimme this message, but the second >provides me with the following messages. > > free-core-log.log:2002-03-25 09:23:37 [

Re: Rif: RE: speed (smsc_at2.c)

2002-03-27 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: > > > I think that at2 should autodetect speed if it doesn't find any speed > > setting, in the smsc group or modems.conf, or if the smsc speed setting > > is set to 0 regardless of the modems.conf setting, or the modems.conf > > setting is set to 0 - isn't that the case

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