Re: SMPP getting stuck

2002-12-05 Thread Stipe Tolj
Andreas, I've fixed the problem in CVS. the implementation didnt expect to see an error as generic_err_resp but only as sms_submit_resp the error was a THROTTLING. what are the other changes you commited for?!

Re: SMPP getting stuck

2002-12-05 Thread Stipe Tolj
I'm vetoing against (-1) for the block: if(msg-sms.coding == 1)/* dont screw up unicode messages */ charset_gsm_to_latin1(msg-sms.msgdata); because most SMPP SMSC seem to send with data_coding = 0 and use GSM alphabet as default SMSC alphabet. This patch would result

[FYI] commited data_coding trans-encoding using iconv() for SMPP

2002-12-07 Thread Stipe Tolj
Hi list, I have commited the iconv() patch submited by Alan in a slightly modified way for the SMPP module. I think we should check how we can do character encoding and transcoding more abstract from single smsc types, which means pull the iconv() calls into the higher smscconn abstraction

Re: Mutex cygwin smsbox problem

2002-12-08 Thread Stipe Tolj
Fogarasi Andras wrote: Kannel version 1.2.0 On Windows 2000 Advanced Server, using cygwin (donwloaded from cygwin.com one and a half months ago) smsbox dies and the following message appears in smsbox's log: 2002-12-06 09:46:17 [8] ERROR: System error 104: Connection reset by peer

Re: Fwd: Re: CVS SMPP Optional parameters

2002-12-08 Thread Stipe Tolj
Any resolution on this one yet? It would be really usefull, but in its current form I would vote for it to be removed, as it is causing problems in the CVS. nop, not yet. Patches welcome. you can always use 'interface-version = 33' to enable v3.3 connections to SMPP smscs. Stipe [EMAIL

Re: SMS nokia

2002-12-09 Thread Stipe Tolj
I'm experiencing sms problems with nokia phones. I send sms using the folowing cgi command, links -dump 'http://127.0.0.1:15013/cgi-bin/sendsms?coding=2username=testpassword=testfrom=8877smsc=CELLSMPPto=9472324327text=test' Note here that I'm using a coding=2 parameter to force 8bit

Re: [PATCH] EMI

2002-12-09 Thread Stipe Tolj
any votes for this?! we run our emi2 links in stop-and-wait mode, so I don't have the chance (and time ;( to check this. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: WAP protocol

2002-12-09 Thread Stipe Tolj
What's the trick ?? And why do these parameters are not configurable in the wapkannel.conf file ??? because the ports are a pre-defined standard. It's the same with HTTP. When you type http://www.foobar.com to your user agent, it connects to port 80, even while you may have the httpd running

Re: max_http_retries in SMS Box ?

2002-12-10 Thread Stipe Tolj
Paul Keogh wrote: I have configured into an smsbox group; http-request-retry=10 http-queue-delay=4 This works OK for retrying, but if the retry attempts always fail, I never see a failed message going back to the Bearer Box. I think the line in url_result_thread() that says;

Re: WAP in CVS

2002-12-10 Thread Stipe Tolj
Andreas Fink wrote: The WAP version in CVS seems to be totally screwed. It doesnt work for Nokia 7650 and Nokia 7210. Not for MMS or for WAP browsing. It was working fine before. Whats wrong now? hmm, works for me with the current cvs tree and Nokia Mobile Toolkit in both, connection

Re: WAP in CVS

2002-12-11 Thread Stipe Tolj
Ok. fine. In my phone I wasn't getting a single UDP packet to the gateway when I tried from home. Apparently GPRS is somehow screwed at that place but also it didn't work in the office but Aarno has found some reasons for not working sometimes. Theres a strange sigfault happening. He's

Re: [PATCH] smpp suspend fix

2002-12-11 Thread Stipe Tolj
Hi Alexander, attached patch will fix non working suspend/isolate for smpp. please do write more commentary to your patches. The others should gain the ability to see what has been fixed, this includes the description of the scenario when something does not work as intended and in which way you

Re: send sms http connection

2002-12-11 Thread Stipe Tolj
Anupama R wrote: Hello, I am using the cygwin port of Kannel. I have an application which uses the kannel sms push interface. This client creates a socket, with the right port ofcourse. This succeeds. When the application calls the connect for the socket, this also succeeds and kannel

Re: [PATCH] smpp suspend fix

2002-12-11 Thread Stipe Tolj
Sorry ... Here is sum up of the problem. If bearerbox will be suspended/isolated then smscconn_stop set is_stopped flag in SMSCConn to 1. But unfortunally SMPP never check this flag and do not implement stop callback function (defined in SMSCConn). Also SMPP will allways receive messages and

Re: MMS and Kannel

2002-12-24 Thread Stipe Tolj
Hi Jason, Friedrich, Jason Brian wrote: do i have to patch the latest cvs-version of kannel to get mms-support? Or is it already integrated in the latest release? And when i have an mms capable gateway, is there anything to attend? Is there any documentation about kannel as a mms-gateway?

Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Stipe Tolj
Hi Mauricio, I'm back again after few months and starting new tests and assessments. great, welcome back :) I'm using Kannel 1.2.1 with external dlr (MySQL) and experiencing this error when invoking the store-status url. 2002-12-26 11:57:04 [3] PANIC: gwlib/list.c:287: list_lock:

Re: Configuration variable timer-freq

2002-12-26 Thread Stipe Tolj
Aarno Syvänen wrote: noticed that this one has no effect at all. We may need it, when doing mm, because mm contents are much bigger wap wml decks. So I would commit patch making timer-freq working as stated in user guide. are the new directives documented in the user's guide?! Stipe

Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Stipe Tolj
Mauricio Ramos wrote: Well, I'm not able to review C code (what a shy) but will try different situations like using internal storage as well as an updated CVS version rather than 1.2.1 to see what happens. ok, at least this is a help ;) Stipe [EMAIL PROTECTED]

Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Stipe Tolj
Damjan wrote: I'm using Kannel 1.2.1 with external dlr (MySQL) and experiencing this error when invoking the store-status url. 2002-12-26 11:57:04 [3] PANIC: gwlib/list.c:287: list_lock: Assertion `list != NULL' failed. I got this same error, and I solved it by using store-file

Re: [PATCH] Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-26 Thread Stipe Tolj
Alexander Malysh wrote: this patch shall fix this ... thanks a lot for the patch! I slightly modified it and commited it to cvs. BTW, checking if the Octstr *filename id not NULLed or the FILE *file descriptor is basically the same in this case?! Stipe [EMAIL PROTECTED]

Re: [PATCH] heartbeat bug fix

2002-12-26 Thread Stipe Tolj
Hi Alex, Alexander Malysh schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, here is small patch to get heartbeat work again ... thanks for the patch. We appritiate your commitment. I'd like to request you to do a bit more explanations when posting patches. This should

Re: Configuration variable timer-freq

2002-12-27 Thread Stipe Tolj
Btw, I noticed that when kannel returns 30 kb mm content, it sends about 60 segments, which takes quite a time. Igor, is is this Kannel or the phone ? does it behave that way for several different phones? Stipe [EMAIL PROTECTED]

Re: [PATCH] Re: Kannel 1.2.1 PANIC when invoking store-status url

2002-12-27 Thread Stipe Tolj
Unfortunally no... If store_cleanup thread call store_dump you set file = NULL and if in the same moment store_save called , then you check file != NULL and return with 0. But in this case we have store file and we want block on the list (sms_store or ack_store) and you have race condition

Re: CVS compiliation warnings

2002-12-28 Thread Stipe Tolj
Mauricio Ramos wrote: Do I have to care about these two warnings I got from today's CVS snapshot? I think they are quite old... - gcc -D_REENTRANT=1 -I. -Igw -g -O2 -DBROKEN_PTHREADS=1 -I/usr/include/libxml2 -Wall -I/usr/include/openssl

Re: Fwd: Country Table Lookup

2002-12-28 Thread Stipe Tolj
On Freitag, Dezember 27, 2002, at 07:45 Uhr, George C wrote: no they are 3 digit country codes.. quite a few.. cyprus +357 former Yugoslavian countries too, Croatia +385, etc. Stipe [EMAIL PROTECTED] --- Wapme

Re: Appologies on autoreply message

2002-12-30 Thread Stipe Tolj
Sorry guys for the auto reply message that u all have been getting. It has been turned off. Be almost banned you from the list ;)) Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: MSISDN of WAP Client

2002-12-30 Thread Stipe Tolj
How can I fetch the MSISDN of the WAP Client ? :)) what you try is the so called MSISDN Provisioning concept. Beware that the WAP stack does not send the MSISDN in the WTP or WDP layers. Hence you need to proxy in the MSISDN as HTTP header to the HTTP request send from wapbox to your local

Re: Reloading configuration

2002-12-30 Thread Stipe Tolj
Mauricio Ramos wrote: How about killall -HUP bearerbox smsbox? yeah, that would be the cool thing to have. But it's not trivial to reload the config while the boxes do have elements in the queues. Stipe [EMAIL PROTECTED] ---

Re: Bug - memory leak in smsbox

2002-12-30 Thread Stipe Tolj
Paul Keogh wrote: The function http_queue_thread() leaks memory because the structures allocated by a call to get_receiver() are not subsequently freed. Add msg_destroy (msg); octstr_destroy (req_url); http_destroy_headers (req_headers);

Re: http://www.kannel.org/download.shtml

2002-12-30 Thread Stipe Tolj
the page http://www.kannel.org/download.shtml states that the development release is older than the stable release. I think this is not really appropriate. Anyone want to change this? but it is older. 1.2.1 is newer then 1.1.6. Sitpe [EMAIL PROTECTED]

Re: [PATCH] smpp suspend fix

2003-01-01 Thread Stipe Tolj
attached patch will fix non working suspend/isolate for smpp. patched cvs and commited. 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

Re: [PATCH] EMI part 2

2003-01-01 Thread Stipe Tolj
Nisan Bloch wrote: This patch to the EMI module tries to address the problem of dealing with msgs that do not get acked by the SMSC after the wait-ack period. This should never happen but it does, even with wait-acks in the region of 240-600secs. Thanks to Andreas for his input. It adds

Re: [PATCH] EMI

2003-01-01 Thread Stipe Tolj
Nisan Bloch wrote: Here is a patch to fix the problem of Kannel not respecting the window size setting. The constant EMI2_MAX_TRN was been used for all limits and the mod function to find a new free slot/window, rather than the window setting. ok, applied you newer patch. Does it include

Re: SMPP getting stuck

2003-01-01 Thread Stipe Tolj
Nisan Bloch wrote: Here is a different take the Andreas's SMPP generic_nack patch. This is a bit more complete, and fixes a potential NULL pointer exception in the code. On line 922 a check is made for msg==NULL, and an error message outputed, but then bb_smscconn_send_failed is called with

Re: [PATCH] store not critical fix

2003-01-01 Thread Stipe Tolj
Alexander Malysh wrote: and again small fix ;) Here is small fix for bb_store. thanks Alex. Applied to cvs. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: SMPP getting stuck

2003-01-02 Thread Stipe Tolj
Andreas Fink wrote: before submitting ANY patch to CVS it should be checked if the code compiles at least... With current cvs I get: gcc -D_REENTRANT=1 -I. -Igw -g -O2 -DBROKEN_PTHREADS=1 -I/usr/include/libxml -I/usr/include -I/usr/include/mysql -o gw/smsc/smsc_smpp.o -c

[RFC] new development release

2003-01-02 Thread Stipe Tolj
Hi all, I'd like to build a development release from the current cvs head tree. Any release show-stoppers that have yet not been commited for this?! I guess we want to have a new 1.3 branch since we added WTP-SAR and smsbox routing facilities to kannel witch are major improvements/changes.

Re: [RFC] new development release

2003-01-02 Thread Stipe Tolj
I see currently still an open issue that may be a release show-stopper. It's the difference in dlr_find_mem() and dlr_find_mysql() that Paul reported, see his mail from Thu, 12 Dec 2002 17:26:18. I think that issue should be resolved before we go for it. Any volonteers?! I'm currently bussy

Re: Problem with packing headers

2003-01-03 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Hi, list. Writing http_header_pack function I get strange behavour for some web sites. 1) GET /img/eslogo0P.wbmp HTTP/1.1 Host: wap.eurosport.com Accept: text/html Accept: image/vnd.wap.wbmp Works. 2) GET /img/eslogo0P.wbmp HTTP/1.1 Host:

Re: Problem with packing headers

2003-01-03 Thread Stipe Tolj
(!) Header fields can be extended over multiple lines by preceding each extra line with at least one SP or HT. ok, the RFC is allowing it. So I think case 3 must not break specification. Do I miss something? no, but this may indicate that MS IIS is breaking the specs?! Does that

Re: AW: Problem with packing headers

2003-01-03 Thread Stipe Tolj
Andreas Fink wrote: yes but Kannel's HTTP server should be able to accept such valid lines. One day, there might be a browser who sends such lines. I guess they are more interested in the HTTP client side support for this. It seems to me that various HTTP server implementations, i.e. IIS is

Re: regarding SMPP - EMI/UCP mapping

2003-01-03 Thread Stipe Tolj
S.Ramakrishnan wrote: Hi! Just wanted to know where we can get SMPP to EMI protocol Mapping.. Any RFC or Document on that? no, there is no RFC or document that would cover that. At least I don't know such thing. You may be able to use SMPP server side logic to fead an EMI client side

Re: Kannel

2003-01-03 Thread Stipe Tolj
Maribel Lara wrote: Hello, I want to know if Kannel supports windows clients for execute the application from the linux server. Thanks, you question is not quite clear. To be honest, it's confusing me. Are you talking about the SMS or WAP gateway parts of Kannel? Could you please re-write

Re: [PATCH] bb_store still not fixed

2003-01-03 Thread Stipe Tolj
Alexander Malysh wrote: Stipe can you pls apply this patch to cvs? We have discussed about this patch?! definetly, +1, commited to cvs. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel:

[RFC] version number for development release

2003-01-04 Thread Stipe Tolj
Hi guys, I asked what the versioning should look like for the upcoming development release?! Should I name it 1.3.0 or then 1.3.1 for the stabilized version or 1.3.0rc1? Opinions and votes please! I think we have to sync more faster with our development release plans. It should be more of

Re: [RFC] version number for development release

2003-01-04 Thread Stipe Tolj
Alexander Malysh wrote: It's _simple_ , I do not like rc for development release ;) now that's an opinion. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: regarding SMPP - EMI/UCP mapping

2003-01-06 Thread Stipe Tolj
Jeetendra Singh wrote: SMPPBOX?? Is this a standard Kannel component? If not, where can we get that :-) the smppbox is a daemon (similiar as smsbox) that Wapme has developed as SMPP v3.4 server. It will be released as open source to the Kannel project in the near future. No, currently we can

Re: Solaris packaging

2003-01-06 Thread Stipe Tolj
Alan McNatty wrote: Hello all, The solaris directory in root cvs directory contains a pkginfo file but does not contain the template pkginfo.tmpl which is required by the mk-solaris-package.sh script. Hence the pkginfo file should be removed from cvs and the template added to get things

Re: How implement tariff class

2003-01-07 Thread Stipe Tolj
Oded Arbel wrote: There are several billing/tariff patches that were submitted to the list - I'm not aware of any of them beind commited to the CVS, but you can hunt the devel list archives for some examples. I think they have *not* been included to cvs, because of missing votes and reviews.

Re: How implement tariff class

2003-01-07 Thread Stipe Tolj
Oded Arbel wrote: Well, I can't vote on my own patch, now can I ? :-) no, not directly. But you may stimulate others to do so by explaining why the patch is good and why we should add it. Stipe [EMAIL PROTECTED] --- Wapme

Re: poblem: kannel times, please help me!urgent!

2003-01-07 Thread Stipe Tolj
Ivone Uribe wrote: Hi all! I have detected a problem with the Kannel. I'm using the kannel 1.2.0 and Redhat 7.2. I'm using the patch kwtls-1.0.3.tar because I use the WTLS. When I try to access to a wrong url or one that don't exist( in the cellphone I get this error: Network Error),

Re: features kannel

2003-01-07 Thread Stipe Tolj
why didn't you check the user's guide first before asking?! I'll treat it as FAQ and answer it once now ;) -Subscribers authentication (including MSISDN) ? no, that's in the scope of an RADIUS daemon and corresponding NAS. -Perform the standard WAP June 2000 ? That's 1.2.1, right?! Allmost,

Re: Solaris packaging

2003-01-07 Thread Stipe Tolj
Alan McNatty wrote: Hi Andreas, make pkg simply does a cd solaris and then runs the mk-solaris-package - or tries to if current directory is in your path (attached patch adds a ./ to ensure it works). mk-solaris-package.sh first references pkginfo.tmpl on line 12 (see below). I can't see

Re: ppg smsc routing

2003-01-08 Thread Stipe Tolj
Szymon Stasik wrote: I wonder if this matter has been solved in some recent cvs version? I have found some thread about this. I would be useful to have possibility of routing different push messages through apriopriate smsc. AFAIK, no. Aarno, this should go to the STATUS and/or TODO file?!

Re: Requesting User Agent Profile

2003-01-09 Thread Stipe Tolj
Azeemuddin Mohammed wrote: Hi, When the client sends a request it also sends this user agent information by the help of this you can differentiate if its a WAP enabled client or imode or something else. I don't think that i-mode devices will be sending WAP packets to an WAP gateway, or am

Re: ppg smsc routing

2003-01-09 Thread Stipe Tolj
Aarno Syvänen wrote: Definitely. Actually this may be a simple thing to do. (Ppg should have url parameters as sendsms does.) so we need to duplicate code?! hmm, not that style we really want, or?! Stipe [EMAIL PROTECTED] ---

Re: Method not supported problem

2003-01-09 Thread Stipe Tolj
patch applied and commited to cvs. Thanks Vjacheslav! 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:

Re: Errors when compiling

2003-01-09 Thread Stipe Tolj
When I compile the development version 1.3.0 I get an undefined reference to 'gw_panic' error when it gets to the wmlscript folder. The errors occur in wserror.c and wslexer.c. What should I do? did you compile from a clean source tree?! send us a log of the make process, including

Re: Requesting User Agent Profile

2003-01-09 Thread Stipe Tolj
If you have a common Web/Application Server serving both WAP and CHTML pages, it needs to detect the type of client and this is relevant only in this kind of scenario. yes the application side with destinguish between WAP related and i-mode related clients. But the device will not do that.

Re: ppg smsc routing

2003-01-09 Thread Stipe Tolj
Andreas Fink wrote: The suggestion would be to add smsc=... to the ppg URL as it is in the sendsms URL. This would allow the same mechanisms to work for SMSC selection for PPG and normal SMS delivery. sounds reasonable and practible. +1 from me. Stipe [EMAIL PROTECTED]

Re: ppg smsc routing

2003-01-10 Thread Stipe Tolj
Andreas Fink wrote: On Freitag, Januar 10, 2003, at 08:01 Uhr, Szymon Stasik wrote: But would it allow to controll access to aprticular SMSC? eg one wap-push-user can only access some SMSCs and not some others. no this would not be implemented. However this is also not implemented

Re: [RFC] new development release

2003-01-02 Thread Stipe Tolj
Paul Keogh wrote: I'm not sure that its a showstopper - its only relevant if you have applications that care about the values of recipient/sender in the DLRs and you're switching DLR store providers. hmm, now as we abstract the dlr_find() calls for the implementation technique, i.e.

Re: WSPMachine destroying question

2003-01-13 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Hi, list. May be someone who is familiar with kannel WSP layer may answer to my question. WSPMachine is destroyed if state=NULL_SESSION But how WSPMachine will be desroyed if client doesn't send disconnect event but simply end his session without any

Re: Memory leak suspicion in wap-appl.c

2003-01-13 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Hi, list. I suspect memory leak in wap-appl.c It's about set_referer_url(): static void set_referer_url(Octstr *url, WSPMachine *sm) { gw_assert(url != NULL); gw_assert(sm != NULL); sm-referer_url = octstr_duplicate(url); } In

Re: Memory leak suspicion in wap-appl.c

2003-01-13 Thread Stipe Tolj
patch applied to cvs. Thanks Vjacheslav. 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.wapme-systems.de

Re: Notice of issue in SMPP Driver

2003-01-13 Thread Stipe Tolj
Michael Mulcahy wrote: Hi All, There is a bug in the current SMPP driver that stops the driver from accepting messages to be submitted to the SMSC. Scenario: SMPP SMSC configured as receiver and transmitter, transmitter and receiver connected and bound successfully. 1) Receiver SMPP

Re: Notice of issue in SMPP Driver

2003-01-13 Thread Stipe Tolj
should we introduce transmitter and receiver dependent status flags, like smpp-conn-status-receiver = SMSCCON_RECONNECTING; smpp-conn-status-transmitter = SMSCCON_ACTIVE. ?? Any patch for the suspected rade condition yet? Stipe [EMAIL PROTECTED]

Re: Bug in EMI2 driver?

2003-01-13 Thread Stipe Tolj
kanelek wrote: Hi All, I use Kannel with EMI2 connection to smsc. I think there is a bug in EMI2 driver in cvs version of Kannel. Termination of bearerbox ends with: 2003-01-13 13:46:21 [20] PANIC: gwlib/thread.c:79: mutex_lock_real: Mutex failure! (Called from

Re: Notice of issue in SMPP Driver

2003-01-13 Thread Stipe Tolj
Alexander Malysh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Stipe, all, On Monday 13 January 2003 22:54, Stipe Tolj wrote: should we introduce transmitter and receiver dependent status flags, like smpp-conn-status-receiver = SMSCCON_RECONNECTING; smpp-conn-status

Re: Extensive DLR testing with SMPP found lots of bugs

2003-01-15 Thread Stipe Tolj
5) In many test cases (dlrmasks 9,10,11,13,14,15,25,26, 27,29,30 or 31) Kannel says DLR not deleted because we wait on more reports but after receiving a correct deliver_sm (DLR) it just didn't find the mysql row, telling no rows found and then got DLR but could not find

Re: Extensive DLR testing with SMPP found lots of bugs

2003-01-15 Thread Stipe Tolj
1) Wrong type of MySQL dlr field 'ts'. I used TIMESTAMP type and now using VARCHAR type for correctness. It would be great to have sample dlr field data types in userguide! oh... this is an excellent idea. never came to my mind that this could be your problem. there is a

Re: WSPMachine destroying question

2003-01-15 Thread Stipe Tolj
Paul Keogh wrote: I have also seen quite different behaviours from devices and disconnects and agree with what you say. I also suspect that this may cause resource problems with sockets not being closed. what about timeouting the idle conntects?! Stipe [EMAIL PROTECTED]

Re: WSPMachine destroying question

2003-01-15 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Ok, if we talk about not closed sockets than there is problem in http library. See in http.c : /* XXX re-implement socket pools, with idle connection killing to save sockets */ Every http request to new host create socket and didn't close it even if

Re: Nokia 7210 Problems

2003-01-15 Thread Stipe Tolj
Andreas Fink wrote: the problem is the nokia site, not the nokia phone. right. The discussion has been up here some weeks ago. Some HTTP servers have very restrictive configured entity length acceptable. Which means in practical words, they don't accept that much HTTP headers as the phone is

Re: Nokia 7210 Problems

2003-01-15 Thread Stipe Tolj
two questions: 1. this patch hasn't been incorporated to the cvs tree right? has anyone checked and voted for it? 2. if we assume this works, what about breaking the HTTP specs for the horizontal length of an HTTP header? If you pack 100 vertical HTTP headers that contain one value each to one

Re: black/white list question

2003-01-15 Thread Stipe Tolj
Dziugas Baltrunas wrote: hallo, I would like to ask, if kannel does automatic filtering of messages send/received to/from the same number. I tried to send few logo one after another to the same number, and after few tries I got: 2003-01-15 10:13:09 send-SMS request failed - Number(s)

Re: Nokia 7210 Problems

2003-01-15 Thread Stipe Tolj
which may impricate that they may use Kannel as WAP gateway ;) no they use some phone.com/openwave stuff. arrrgg, why the hell *bla bla bla bla* Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470

Re: Q: How to extract SMPP gateway code from Kannel

2003-01-15 Thread Stipe Tolj
Could you give me some thumb of rules which are relevant if I has to - cut out some parts of Kannel (e.g. SMPP interface) - integrate it into my code. first of all read COPYING ;) you should consider using the SMPP module as it is intended, for Kannel usage. Let your application interface

Re: Nokia 7210 Problems

2003-01-15 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Yes, http_header_pack control length of header. I don't aware about documented limits, so I limit it to 256. you may check the HTTP RFC to see what it says. Onother limit may be the hard coded limit Apache uses, it's at least the 62% market share leader, so we

Re: Extensive DLR testing with SMPP found lots of bugs

2003-01-15 Thread Stipe Tolj
I am, but the default specified in Userguide seems not to be working... I solved this using 0x01. the user's guide in cvs is fixed now. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: Does Kannel work in MMS retrieval?

2003-01-15 Thread Stipe Tolj
yes, Kannel 1.3.0 and up will support WTP-SAR that is required to download MMS from an MMSC. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail:

Re: WAP

2003-01-15 Thread Stipe Tolj
Hi Belay, Belay Desta schrieb: Hello there! I happened to put interest on the new technology,which is WAP and search information about mobile toolkit and come across to your site by chance. I wonder If you have a few minutes to spare and share your expereience with baby WAP developer. I

Re: Status of cygwin port

2003-01-21 Thread Stipe Tolj
Andrea Viscovich wrote: Anyone know what the status of the current cygwin port is? I have been able to get bearerbox and wapbox up and running as a wap gateway. I am having trouble however in terminating the processes with what I think are the equivalent of SIGTERM Hi Josh, I had to

Re: MO directed to my GW

2003-01-21 Thread Stipe Tolj
Jeetendra Singh wrote: I have configured my GW to talk to a Live SMSC. My problem is: How to get MO's in reply to my messages directed towards me. I have seem some chat servers which display different numbers for user logins when the SM is sent to mobile from chat server and reply to those

[PATCH] unneeded counter increase?!

2003-01-21 Thread Stipe Tolj
Hi list, is this patch making sense: RCS file: /home/cvs/gateway/gw/smsc/smsc_emi2.c,v retrieving revision 1.7 diff -r1.7 smsc_emi2.c 713d712 counter_increase(conn-received); Can someone who runs emi2 in production state a comment and/or vote please?! Stipe [EMAIL PROTECTED]

Re: (no subject)

2003-01-21 Thread Stipe Tolj
David Holland wrote: On Tue, Jan 21, 2003 at 01:26:02PM +0100, Andrea Viscovich wrote: You have the wrong link to download kannel, http://www.kannel.3glab.org is the right one. actually www.kannel.org points to the same place as www.kannel.3glab.org these days, thanks to the guys at

Re: Serious bug in wml_compiler.c

2003-01-22 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Hi, list. There is bug in wml_compiler.c that forces wapbox panic in some circumstances. Problem is in string table. string_table_add() returns unsigned long offset for new entry and after that wml_compiler uses output_st_char()-octstr_append_char() to add this

Re: [PATCH] unneeded counter increase?!

2003-01-23 Thread Stipe Tolj
Stipe Tolj wrote: Hi list, is this patch making sense: RCS file: /home/cvs/gateway/gw/smsc/smsc_emi2.c,v retrieving revision 1.7 diff -r1.7 smsc_emi2.c 713d712 counter_increase(conn-received); Can someone who runs emi2 in production state a comment and/or vote please

Re: [PATCH] Race between boxc_sender and smsbox identification

2003-01-23 Thread Stipe Tolj
Hi Robert, Robert Galach wrote: I found a problem in Kannel gateway (CVS version). Let's check scenario. Consider bearerbox and 1 smsbox named some_box_id. 1) Start bearerbox, it is waiting for smsboxes. 2) Start smsbox with smsbox_id = some_box_id, connect to bearerbox. 3) In bearerbox

Re: Serious bug in wml_compiler.c

2003-01-23 Thread Stipe Tolj
Vjacheslav, the attached .wml file contains non-textual characters?! Is this hence supposed to be a valid WML document? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: Sending push using sendsms?

2003-01-23 Thread Stipe Tolj
Peter Löfman wrote: Thanks alot Bernd! I will try this out! why do you want to live in hard land?! while Aarno has written the PPG in wapbox that does all the WAP push magic. We use it for MMS notification pushing via SMS. Stipe [EMAIL PROTECTED]

Re: SAR panic

2003-01-23 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Hi, Igor. I think, first of all, panic must be eliminated. yep, agreed. Panics do stop wapbox service. Hence a download of a too large file kills wapbox, which is not the way we want it in an operational environment. If something can't be done, then other clients

Re: Bug in gw/wap_push_pap_compiler.c - infinite loop

2003-01-23 Thread Stipe Tolj
Paul Keogh wrote: In the function parse_content (), the lines while (octstr_get_char(*address, pos) != octstr_get_char(nameos, 0) pos = 0) { pos = drop_character(address, pos); } should be replaced with while ((octstr_len (*address) 0)

Re: LAPI

2003-01-26 Thread Stipe Tolj
the protocoll looks similar to SMASI which we implemented using Kalle's SMPP code as a base. I guess you could addopt this one very easily using our SMASI code too. Just a hint ;) Stipe [EMAIL PROTECTED] --- Wapme Systems AG

[RFC] putting SMSC protocoll specification on the web site

2003-01-26 Thread Stipe Tolj
Hi list, I'd like to put the protocoll specs - mainly the PDF files - of the SMSC protcolls we support in kannel to the web site. I guess we would have to ask for permission by the copyright holders of those documents, right?! Anyone having closer relationsships to the companies that publish

Re: MMS over WAP

2003-01-26 Thread Stipe Tolj
Andreas Fink wrote: MMS travels on top of WAP. So without WAP, you wont have MMS. I disagree in some sense. MMS is a part of the WAP protcoll stack, that's true. In theory you could use a proterietary SMS MT (or even the normal MMS notification) to indicate the URL where the phone should

Re: MMS over WAP

2003-01-26 Thread Stipe Tolj
Shridhar Raju wrote: In my opinion, MMS is nothing but a glorified WAP. As capabilities of Mobile terminals increasing day by day, newer media are transfered over WAP. WAP is a building block for MMS. that's true. But remember that basically you need only HTTP to transfer MMS messages. So

[RFC] new development version?!

2003-01-26 Thread Stipe Tolj
Hi list, we had a couple of bug fixes now since 1.3.0 and I'd like to release a new development version. Any vetos?! Which versioning should be used for it? 1.3.1? BTW, anyone working on the long outstanding WTLS issue?! I think it would be pretty cool to have that fully implemented. Stipe

Re: Bug in HTTP when proxying

2003-01-26 Thread Stipe Tolj
Michael Mulcahy wrote: Hi All, There is a bug in HTTP module when connections are proxied and the connection is persistent. The host:port key of the target server is put into the connection pool rather than the host:port key of the proxy. The proxy connection never gets reused as the

Re: Changes to smsc_cimd2.c

2003-01-26 Thread Stipe Tolj
Arne K. Haaje wrote: Hello, I have two changes to the CIMD2 module; 1. Turn off REPLY_PATH as default. This avoids some phones (at least Ericsson T68i) asking the user if he want to reply to every message. 2. Support for alphanumeric sender. This was the itch that needed scratching

<    3   4   5   6   7   8   9   10   >