Re: [PATCH] AT2 rewrites (one last time, I hope :-)

2002-08-20 Thread Stipe Tolj
Are there any votes for commiting Oded's at2 module patch here? I'd like to ask those developers who use at2 to review and test the code so we can commit the changes to cvs. I'll anyway add the patch to the STATUS file, so it does not get lost out of scope. Stipe [EMAIL PROTECTED]

Re: [PATCH] SMPP

2002-08-20 Thread Stipe Tolj
Looks good to me. Nisan, if you can provide as also a patch for the user's guide (the SMPP SMSC section) for this new configuration directive, then I'm +1 for adding this today to cvs, as long as current behaviour is assumed as default. Any objections from the others? [EMAIL PROTECTED]

Re: [FYI] HTTP request queueing of sms-services

2002-08-20 Thread Stipe Tolj
That's exactly what I intend to. For messages incoming from the same Carrier some sms-services would require an instant response while other ones would wait until http-request-retry for each http-request-delay. If queueing is configurable only per smsbox, I think I can't have such both

Re: SMS WapBox problem

2002-08-20 Thread Stipe Tolj
I've successfully run bearerbox using wapkannel.conf but when i ran wapbox using wapkannel.conf the wapbox could not connect to the bearerbox. I checked the bearerbox is listening to the port which wapbox is connecting to on of the error says it could not getbyhostname then saysa resource

Re: Kannel resending old unsuccessful messges after a box restart. BUG?

2002-08-20 Thread Stipe Tolj
Questions: 1) Why did Kannel resend a unsuccessfull message after it had been restarted? I guess because the messages was still unacknoledged in the store-file and everything that is pending in the store-file is re-piped into bearerbox outbound routing at re-start. 2) Why did kannel do it

Re: Possible race condition in gwlib/protected.c

2002-08-21 Thread Stipe Tolj
Nice catch. I like the patch too, and will vote for it if you stop using gw_native_malloc() and call the macro wrapper instead. some of us are using checking or even slow malloc from time to time, and its such a waste having a memory allocation checker and then opting out of using it. agreed

Re: [PATCH] AT2 rewrites (resubmit)

2002-08-21 Thread Stipe Tolj
Why can't you people just get an editor that auto-indents with spaces? :] agreed! 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: sim-buffering

2002-08-22 Thread Stipe Tolj
Does the 1.2.0 stable release contain sim-buffering? have you checked the NEWS file for that release?! I've been trying out the latest cvs snapshot but got the following error when I request the status from kannel via the http interface:- [0] DEBUG: Kannel bearerbox version `cvs-20020819'

Re: Possible race condition in gwlib/protected.c [version 1.1]

2002-08-22 Thread Stipe Tolj
I'm happy to submit a patch if people are interested. My system supports getaddrinfo, but I don't know about others - especially cygwin-Win32. if this is portable across OS and libc versions, then I'd say -go for it :-) I'm not quite sure, but Cygwin seems to lack it. Please correct me

Re: Possible race condition in gwlib/protected.c [version 1.1]

2002-08-22 Thread Stipe Tolj
has anyone of the core developers checked the patch? Is someone willing to vote for this to commit? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299

Re: [PATCH] Kannel resending old unsuccessful messges after a box restart.BUG?

2002-08-26 Thread Stipe Tolj
Warning - this patch is _not_ tested ! it simply compiles. I would like to have comments on the code, the solution methods and the new configuration option name. testing would be nice too :-) I'll try to find time to upload the changes to a test platform tommorow. ok, great, keep us posted

Re: libsdb

2002-08-26 Thread Stipe Tolj
This is just to let you know libsdb does not compile under windows ( at least NT). I tried to compile it even to another machine installing latest cygwin with no success. I tried to ask to libsdb creator, but nothing happened. So, I suggest to add in the userguide the warning that libsdb

[FYI] mutex_lock/unlock problems on Solaris

2002-08-26 Thread Stipe Tolj
Hi, we encountered a problem with the mutex implementation on Solaris. What we see is that our store-file is getting bigger, even while all msg that are in there are definetly ACKed by the SMSC. I traced the problem up to the following scenario: bearerbox is doing do_dump() of the store-file.

Re: Minor bug fix in http.c

2002-08-28 Thread Stipe Tolj
Paul Keogh wrote: The function static void client_shutdown(void) should include the line; client_threads_are_running = 0; otherwise repeated use of http_start()/http_shutdown() causes a crash. Use case is reuse of Kannel HTTP client code in a COM object. Paul, can you

Re: [patch] preliminary tariff support (update)

2002-08-29 Thread Stipe Tolj
any votes from the developers?! 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: Multimedia-Receive Always on

2002-08-29 Thread Stipe Tolj
Multimedia-Receive Always on Does anyone know how to set this parameter in a nokia 7650. There is nothing about it in the OTA spec but i was just wondering is someone knows something that is not in the spec... IMO, you can't set such individual specific options of the phone via an OTA

Re: BUG in Kannel Wapbox

2002-08-30 Thread Stipe Tolj
found a strange bug? perhaps with Siemens ME45 as client. If the mobile has a wrong IP for the start page configured ex. 192.168.1/foobar.wml, Kannel trys to connect again and again to this IP. Kannel loops so other mobiles cannot recieve any wml content from the webserver. If the mobile

Re: BUG in Kannel Wapbox

2002-08-31 Thread Stipe Tolj
I've reproduced it with Nokia phones. I've two versions of kannel running, version cvs from 28/dec/2001 (it's old I know, but it was a very long time stable for me:-)) and the new 1.2.0 version. Both versions have the same problem. Version 1.2 wapbox crashed sometimes if the host or the IP

Re: BUG in Kannel Wapbox

2002-08-31 Thread Stipe Tolj
found a strange bug? perhaps with Siemens ME45 as client. If the mobile has a wrong IP for the start page configured ex. 192.168.1/foobar.wml, Kannel trys to connect again and again to this IP. Kannel loops so other mobiles cannot recieve any wml content from the webserver. If the mobile

Re: [PATCH] smsbox inserts empty reply message even if UDH contains data

2002-09-02 Thread Stipe Tolj
The smsbox inserts the text empty reply from service provider into the message data if it is empty. it does not take into account the UDH data - for example, if we send an EMS object with no text, smsbox will add the empty reply text. This patch will change this behaviour so that UDH only

Re: Ericsson PI monitor with Kannle1.2.0

2002-09-02 Thread Stipe Tolj
A problem happens when I use Ericsson WapIDE as PI monitor. Kannel1.2.0 can't recognise XML format of Ericsson's push-message. The XML format of Ericsson is strange. can you please confirm is the XML message Ericsson's PI is using is protocoll conform to the official specs?! Stipe [EMAIL

Re: Kannel automatic compilation test

2002-09-04 Thread Stipe Tolj
Stipe, Would this patch solve it. Not knowing the protocol spec of SMASI. I can try. But I took the code from smsc_smpp.c as template and AFAIK, they had no such mungy p = *(p); thingies :)) Stipe Harrie Hazewinkel schrieb: Stipe, Would this patch solve it. Not knowing the protocol

Re: Kannel 1.2.0 with a major BUG VERSUS current CVS?

2002-09-04 Thread Stipe Tolj
I'm actually not aware of every change on current CVS but would like to know your opinions wheter current CVS is stable as 1.2.0 or not. the current CVS tree has a couple of cerious bugs fixes from 1.2.0 stable, so consider CVS currently as stable. Indeed, I'd rather to deploy version 1.2.0

[FYI] DLR processing changed

2002-09-04 Thread Stipe Tolj
Hi all, I have re-organized the internals of the DLR processing a bit to make the DLR proxying accross different SMSC modules more transparent. Basicaly what has changed is that another parameter is given to dlr.c:dlr_add() call which contains the source of the message. Accoding to this the

Re: [BUG] comparison instead of assignment in dlr.c line 507

2002-09-05 Thread Stipe Tolj
The patch says it all, I think. yep, fixed in cvs allready, sorry, my typo. 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]

Re: WSP TO HTTP SLOW !!

2002-09-05 Thread Stipe Tolj
we have currently a problem with large objects transfer in the WTP/WSP stack, yes. Can you check the wapbox log if you see some Timeout-R events occuring while the transfer takes place?! Stipe [EMAIL PROTECTED] --- Wapme Systems AG

Re: [PATCH] new DLR scheme - fixes for AT2, SMPP and dlr.c

2002-09-06 Thread Stipe Tolj
Ok, done and commited to cvs. Anyone who is using DLR storage via MySQL or libSDB should try the current cvs tree and report problems if any. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: [BUG] In bearerbox

2002-09-06 Thread Stipe Tolj
I'm not sure is it bug on cvs-20020905 but it's a strange. using dlrmask bearerbox crashed with Segmentation fault from the log I assume you use the DLR mysql storage, right?! If so, there was a bug in cvs yesterday. It should be fixed now. Please update your cvs tree, recompile and try

Re: SMPP delivery_sm.ems_class and delivery notification detection

2002-09-06 Thread Stipe Tolj
Look reasonable while confirming this in the v3.4 specs. Any votes from the others to commit this?! I'm +0 BTW. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

[RFC] unified-prefix on smsc basis

2002-09-06 Thread Stipe Tolj
Hi all, I'd like to introduce a 'unified-prefix' directive on a smsc basis that behaves the same way as the global one defines in the core group. Main intention is that smsbox does route the msg to bearerbox and bearerbox may normalize the number according to the global unified-prefix rules.

Re: [PATCH] new DLR scheme - fixes for AT2, SMPP and dlr.c

2002-09-06 Thread Stipe Tolj
Hi Andreas, seems you haven't been following the list for a while :) I've upgraded from 1.2.0 stable to CVS. Problem #1: your code doesn't compile. (you used field_source instead of field_src) (fixed this and commited to CVS) yep, a typo, sorry. Problem #2: the new version

[PATCH] internal bearerbox - smsbox routing

2002-09-06 Thread Stipe Tolj
Hi all, attached is a patch that I developed today for internal smsbox routing inside bearerbox. The patch is quite big, so I'll try to explain what the intention is and what it does. Basically currently any sms that arrives at bearerbox via a specific thread of a specific smsc module is

Re: [PATCH] internal bearerbox - smsbox routing

2002-09-06 Thread Stipe Tolj
Nisan Bloch wrote: Hi Stipe. Wow..this sounds really usefull.. I can already use it, but I think we should have it as a separate patch for now, the CVS is relatively stable, and this is quite a big internal change. I would be happy to try it on our dev servers. ok, how about checking if

Re: [PATCH] Still with lots of work...

2002-09-07 Thread Stipe Tolj
Bruno, you forgot to attach the patch :p 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:

Re: MMS Task Force

2002-09-13 Thread Stipe Tolj
Stipe/Andreas/Oded - any of you guys interested? definetly. Has Vjacheslav Chekushin [EMAIL PROTECTED] posted the SAR patch to the list? If no, can he/you do that so that we (who are interested) can test things. Stipe [EMAIL PROTECTED]

Re: MMS Task Force

2002-09-13 Thread Stipe Tolj
wapbox has a thread that implements the PPG (push proxy gateway). When the MMS Server want's to indicate a phone that it should fetch a waiting MMS message it sends a MMS notification request to the PPG and the PPG encodes this into a WAP Push message via SMS as bearer to the phone. Aarno, is

Re: MMS Task Force

2002-09-13 Thread Stipe Tolj
Basically we need to get the following TODOs done to have full MMS support (without the MMS Server logic). * wapbox's PPG should be able to receive MMS notification requests from the MMS server and encode those correct to an SMS and send it via a connected SMSC. * wapbox needs to support SAR

Re: wtls crashed

2002-09-17 Thread Stipe Tolj
the WTLS stack in Kannel is not fully implemented as should be considered experimantal of pre-alpha quality. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: about wtls

2002-09-17 Thread Stipe Tolj
I use nokia 3.0.1 wap browser, when i use wtls (9203 ) to connect kannel wap gateway, gateway segmentation fault(core dumped). is there some bugs in kannel, or it doesn't support nokia 3.0.1 wap brower. and how many wap browser supporting wtls kannel can support? the WTLS stack is

Re: Regarding gwlib-based SMPP server

2002-09-19 Thread Stipe Tolj
I saw your post regarding an SMPP server based on gwlib. I have been contemplating the same project, as I would like to work with using kannel as a message relay. Could I use yours? I'd be glad to help beat it into shape. we currently have not descided if it's going to be released to

Re: FW: UCP protocol

2002-09-19 Thread Stipe Tolj
Hi, Tronet Sarah wrote: Hi, Can somebody give me some hints about the UCP-EMI protocol. My application (Short Message Terminal ) is supposed to receive SMS from SMSC. Should I only receive it using the deliver_sm (52) message or is it a way for me to poll the SMSC about stored messages

Re: CMTI-patch?

2002-09-19 Thread Stipe Tolj
Hi Rene, can you please use /* */ comment styles as indicated in the doc/CodingStyle document and resend the patch as mail attachement rather then inline. Thanks. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80

Re: 6310i 7650 problems..

2002-09-19 Thread Stipe Tolj
and on the 7650 I am not getting anything.. is there something special in the configuration that I have missed yep, the 7650 uses SARed requests. Kannel does not support SARed request currently. But Aarno and we here at Wapme are having SARed versions that are to be incorporated to the

Re: Instalation error

2002-09-19 Thread Stipe Tolj
Hi Mario, I´m a newbie in Kannel Gateway and I´m trying to install it in a FreeBSD 4.3 machine, but I´m getting some troubles. When I try to compile Kannel with 'make' command, I get the following error: SH# cd /usr/local/gateway-1.2.0 SH# make Makefile, line 281: Could not find .depend

Re: CMTI patch

2002-09-23 Thread Stipe Tolj
So, (just to be sure ) does the current AT2 driver in the KANNEL CVS include the CMTI patch ? you can check always current changes of cvs tree via the viewcvs interface from the web site. Stipe [EMAIL PROTECTED] --- Wapme

Re: SMS relay

2002-09-23 Thread Stipe Tolj
I have a question that really need to be answered, can anyone help me? Here's the question: Kannel(HTTP) - Kannel(SMPP) - SMSC I have a friend using kannel and using http to send sms to me. I am a middle man, so the question is how do I get the SMS content and dump to an SMPP SMSC. Do i

Re: SMSC-box?

2002-09-23 Thread Stipe Tolj
Rene Kluwen / Chimit Software Solutions wrote: Hello devel, When reading the docs, I came upon a question. Have there been thoughts about putting the smsc-interfaces into a seperate box? And then have the messages come in through a connector, the same way as UDP datagrams come

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

2002-09-23 Thread Stipe Tolj
For two functions ? doesn't sound like a good idea to me. I think it should be part of the Octstr system as are the base64 encoding and url encoding routines (for example). Oh, ok then. Haven't seen that there are only two functions. That's ok with me then. Stipe [EMAIL PROTECTED]

Re: [BUG] SMPP

2002-09-25 Thread Stipe Tolj
Hi Andreas, Anyone having an idea what's wrong here? no, we have serveral dozens of SMPP links running without the max-pending-submits at all. How about a bearerbox log snapshot with SMPP debug on?! Stipe [EMAIL PROTECTED] ---

Re: MMS-WSP GET Request??

2002-09-25 Thread Stipe Tolj
wapbox does panic and stop because of an failing assertion at gwlib/parse.c:44:parse_error() there the given context is NULL and hence the assertion happens. I haven't seen this using the Nokia 7650 for manual WSP downloads. Can you provide us more information on this issue? Is this only

Re: smscconn cimd2

2002-09-26 Thread Stipe Tolj
Kalle Marjola wrote: The attached patch changes cimd2 to use SMSCConn instead of old SMSCenter. However, notes: - diffed against latest CVS version (just did cvs udpate) - not tested! We do not have cimd2 currently available. Compiles, however =] - had some problem with merge, so it

Re: CIMD2 Tariff..

2002-09-27 Thread Stipe Tolj
Hi Stefan, We are currently running 1.2.0 with mine and Pekkas CIMD2 Tariff patches. Is there any interest in fixing these against current cvs ? AFAIK, the patches have been submitted to the list, and AFAIK too there have not been any votes for commitment. So it seems none of the core

Re: Wap version

2002-09-27 Thread Stipe Tolj
Hi Michel, I am making a diplom work in the university of applied sciences of Offenburg. I need a wap gateway. Can you say me which release of wap protocol does support your gateway? Is it compatible with wap 1.2? Kannel has received the WAP 1.1 certification by the WAP Forum, even while it

Re: headers black list?

2002-09-30 Thread Stipe Tolj
Lior Barnea wrote: Hi list, When i sent m-nitofication-ind (mms push) message to the mobile i noticed that every header that is not known (in the wsp headers list) is sent as is (readable text) to the mobile, including even the host name and port of the HTTP POST to the wapbox, is it a

Re: kannel mms?

2002-09-30 Thread Stipe Tolj
Hi Dominik, First a SMS (or two) with WAP-URL of the mms-message, priority, date, sender, ccs and bccs will be send to the mms-client (receiver). The receiver press view on his mobile phone and it will connect to the mms proxy-relay (wap-gateway) to get/fetch the mms-message. I hope its

Re: Another one -- smsc

2002-09-30 Thread Stipe Tolj
Kita B. Ndara wrote: I have two SMPP connections to a network. One is primary the other a backup. I want all my messages to go through the first, unless it is dead. By default kannel does a sort of load balance, which is not good... Any ideas? if your configuration allows bearerbox to

Re: Another one -- smsc

2002-09-30 Thread Stipe Tolj
I have two SMPP connections to a network. One is primary the other a backup. I want all my messages to go through the first, unless it is dead. By default kannel does a sort of load balance, which is not good... Any ideas? enable routing to both of them, use preferred-routing to the

Re: smpp reconnect bugfix

2002-09-30 Thread Stipe Tolj
I don't understand. Do you mean that in certain situations we may not have a transmitter thread at all? If so, then note that the status will never become SMSCCONN_ACTIVE - it can only rise up to SMSCCONN_ACTIVE_RECV. This is not right, I'm sure. but a receiver thread should only rise to

Re: smpp reconnect bugfix

2002-09-30 Thread Stipe Tolj
Yep - that's my problem. how about the following complicated logic: whenever the receiver thread wants to change the status, it will check if it has a transmitter thread attached, and if so will do the following: if (its_safe_to_change_status()) { if (new_status =

Re: log file permission.

2002-09-30 Thread Stipe Tolj
Currently bearerbox and wapbox process run in super user mode. I tried to run the bearerbox and wapbox process in user mode. It's giving a ERROR:log file don't have permission. were are this permission set up. please help us. bearerbox and wapbox don't check for user permissions. You have to

Re: Alphanum in CIMD2 ?

2002-09-30 Thread Stipe Tolj
How is the status of alphanumerical sender in the CIMD2? It isn't working now afaik, is someone doing anything on that our should I start... ? If there is no reply from the list, go fot it. Stipe [EMAIL PROTECTED] --- Wapme

Re: Should you set up a MMS open source ?

2002-10-08 Thread Stipe Tolj
Should we set up a open source for MMSC ? IMO, Kannel should be an open source MMSC in the future. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299

Re: SMPP: no SMM text when receiving

2002-10-08 Thread Stipe Tolj
Ion Amigdalou schrieb: Dear kannel masters, we use kannel with SMPP3.4 We can send SM messages but when receiving the msg_text is blank. You can find below a SMPP DUMP (the short_message is always) either we use 1.2.0 version or even the today's snapshot. Can you encountered such a

Re: Requesting the /status page...

2002-10-11 Thread Stipe Tolj
Rene Kluwen / Chimit Software Solutions schrieb:  ...will crash kannel if no smsc-id is set in group = smsc. Attached is a patch to fix the problem. looks reasonable to me, +1 for commiting this to cvs. Any more votes?! Stipe [EMAIL PROTECTED]

Re: GSM Signal Quality

2002-10-15 Thread Stipe Tolj
Andrea Viscovich wrote: Sometimes it may happens that there is no signal for gsm modems. As there is an AT+CSQ avalaible, what do you think about doing an +CSQ every n minutes to write in the log that there is no signal? a no signal state may cause to halt the sending process until the

[RFC] new stable maintainance release

2002-10-15 Thread Stipe Tolj
Ok, since there have been some (more or less) significant huge impact patches floating arround, I'd like to release with current CVS tree a stable release 1.2.1 maintainance version before commiting those to cvs. How about that?! Stipe [EMAIL PROTECTED]

Re: Requesting the /status page...

2002-10-15 Thread Stipe Tolj
I can't reproduce this crash. Can you please send us the group configuration block you were using. Make the connection variable unreadable. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

GSM modems for US GSM networks

2002-10-15 Thread Stipe Tolj
Hi list, this is slightly off-topic, no flames please ;) Does anyone know of GSM modems or phones that work in the US GSM networks for receiving and sending SMS via GSM AT commands?! Stipe [EMAIL PROTECTED] --- Wapme Systems AG

Re: Requesting the /status page...

2002-10-15 Thread Stipe Tolj
not yet, I was unable to reproduce it, can you Oded?! 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:

Re: WAP KANNEL Configuration_9203

2002-10-15 Thread Stipe Tolj
Unfortunately, it's impossible for us to set the phone to be 9201. that's why I don't like Motorola phones at all :) So, what can I do to use the WAP secure session service 9203 (Protocol: WSP/WTP/WTLS/Datagram)? Kannel only listens to the ports 9200, 9201 and 9202 but if I want that

Re: Requesting the /status page...

2002-10-16 Thread Stipe Tolj
Rene Kluwen wrote: Steps to reproduce: 1. In kannel.conf: group=smsc, omit the entry smsc-id. 2. Compile cvs version of kannel and run it (patch not applied of course). 3. Request the /status page. Kannel will die at an ostr assertion because smsc-id is null. yep, ok, same for me. I'll

Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Stipe Tolj
Andreas, you have breaked the introduced SMPP module feature to define in which number bases the SMSC is returning IDs. See Nisan's patch and by commit at: http://www.kannel.org/cgi-bin/viewcvs.cgi/gateway/gw/smsc/smsc_smpp.c.diff?r1=1.6r2=1.7sortby=date You will have to simply configure your

Re: [RFC] SMPP TON detection

2002-10-16 Thread Stipe Tolj
If no one is objecting this change I will commit this today to cvs. 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:

Re: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Stipe Tolj
Now you confuse me. According to the specs of SMPP 3.4, the message ID comes as C string. So why should we care if it is hex or decimal? The length can be even up to 65 characters. We have two SMPP links which both didn't work because of that. The patch I did takes the message_id as is and

Re: Veto againt last smsc/smsc_smpp.c commit

2002-10-16 Thread Stipe Tolj
My SMSC also uses C octets. I think sms-id format (hex, dec or c octet) should be configurable (atm only hex and dec). agreed, we should take in account that SMSCs may return msg id's that are alphanumeric and hence don't fit the decimal or hex rules. Stipe [EMAIL PROTECTED]

[FYI] SMPP DLR msg id changes

2002-10-16 Thread Stipe Tolj
Ok, the thread about my veto to Andreas' commit have the following result yet: I commited a changed gw/smsc/smsc_smpp.c module that acts as follows: By default (SMPP spec compliant) the module will assume the msg ids are C strings, hence they are writen and searched unmodified to the dlr

Re: Kannel on Solaris 8

2002-10-17 Thread Stipe Tolj
BTW, forgot to say it. At least or Solaris 2.6 box has a ploblem with pthread mutex. I don't know if it is our box specific or general for Solaris. What happens is following: An ACK is received by bearerbox and the mutex triggers the store file to clear the message. While this is hapening a

Re: Small typo fix (smsc_smpp)

2002-10-17 Thread Stipe Tolj
Alexander Malysh wrote: here is small typo bugfix. Otherwise if you get error from SMSC you can't find DLR for this sms. yep, fixed, thanks. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf

Re: bearerbox problem

2002-10-17 Thread Stipe Tolj
Please send us a more comprehensive snapshot of the bearerbox.log to see what happens. 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: access.log

2002-10-17 Thread Stipe Tolj
Not in any way related to Kannel. there are several interesting methods that allow you to store logs in a database w/o the logging application being aware of the fact. why would you want to do that anyway ? interesting. Any resource inforations Oded?! Stipe [EMAIL PROTECTED]

Re: access.log

2002-10-17 Thread Stipe Tolj
Andy Elacion, Jr. schrieb: There are times that our subscriber would like to verify their transactions and we have hard time in doing this. We do it manually like grep the accesslog for a particular cell no and it give us a pain. Another thing is to monitor the reply of our system. hehe,

[RFY] rolling 1.2.1 tarball?!

2002-10-17 Thread Stipe Tolj
Hi, anyone complaints about rolling now the stable 1.2.1 tarball out of cvs head branch?! Afterwards we'd apply several (more or less huge) patches, like Igor's WTP-SAR patch and my smsbox-routing patch. Ohhh, yeah, what about Stefan Cars' cimd2 patch? Anyone reviewed the code and tested?

Re: Problems compiling the gateway 1.2.0 on windows nt 4

2002-10-18 Thread Stipe Tolj
Guido Meyer schrieb: Hi to all! I have a problem compiling the kannel 1.2 gateway. I want to compile it on windows nt 4/sp6 with cygwin. I tried cygwin 1.3.12. I have compiled it without problems, but if i want to test the push proxy gateway with the included test programm test_ppg.exe

Re: Query on last wsp_headers.c patch

2002-10-18 Thread Stipe Tolj
Paul Keogh wrote: Hi Stipe, Could you give us some details on the last wsp_headers.c patch ? cvs diff -r 1.4 wsp_headers.c (in directory D:\dev\gateway\wap\) Index: wsp_headers.c === RCS file:

Re: Query on last wsp_headers.c patch

2002-10-18 Thread Stipe Tolj
Paul Keogh wrote: we discovered this while figuring out why MMS notifications haven't been working when using PPG to send the content. This push WSP headers must have the Content-type header as the first byte in the headers group. The 0x01 means the length of the Content-type

Re: SMPP SMS-MO broken

2002-10-22 Thread Stipe Tolj
Then in smpp_pdu_unpack we check for these. It wont allways work, it will depend on which other optional params are used by the SMSC. We almost need an array type in the def file to handle this properly. we have an SMPP v3.4 optional parameter patch running on our side here. As soon as I roll

Re: 31 characters (was: Funny)

2002-10-22 Thread Stipe Tolj
Rodrigo Sousa Coutinho wrote: Hello, This is a bug in the 7 bit encoding, and is not directly related with the size of the message: - 123456789012345678901234567890z works (31 chars) - ... does not work (7 chars) In attachment goes the patch that solves this bug.

Re: access.log

2002-10-17 Thread Stipe Tolj
Stip,e have you looked at that module API I once posted?? sorry, only by flying through it. It's still very high on my TODO list and I hope I get the time to do it ASAP. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger

Re: Segmentation fault on RedHat 7.2

2002-10-26 Thread Stipe Tolj
But every time the wapbox is crashing with Segmentation fault This is what is my setup. I have a RedHat 7.2 machine which is currently on live hosting (.i.e its in the ISP hosting racks not in my office!) please provide us following additional thing: 1. the wml decks itself 2. a wapbox.log

Re: SMPP Limitation

2002-10-29 Thread Stipe Tolj
Cipher Strength wrote: Thanks for reply. MY SMSC is of CMG. Do u think SMPP is not implemenented properly.I have checked all SMPP options and there is no such option by which kannel give delay wait for acknolgement etc. Hmmm CMG is a big name, espacially within the UCP/EMI world. I guess

Re: SMPP Limitation

2002-10-29 Thread Stipe Tolj
Cipher Strength wrote: Does SMPP supports windowing, My SMSC vendor is telling that it does not no, SMPP does *not* support windowing mode operations. At least not the official specs. Stipe [EMAIL PROTECTED] --- Wapme Systems AG

Re: WTL_patch_lxml error!

2002-10-29 Thread Stipe Tolj
what kind of wtls patch are you trying to compile?! 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:

Re: Kannel,device_home

2002-10-30 Thread Stipe Tolj
Hi Sherly, I’m using kannel 1.2 and I want that my cellphone load this page as default: http://192.24.xxx.xx/test/test.asp; So, I'm setting the map-url = http://192.24.xxx.xx/test/test.asp; and device-home = http://192.24.xxx.xx/test/test.asp;, is that ok?. the device-home mapping rule is

Re: SIR ProvURL

2002-10-31 Thread Stipe Tolj
Guanghua Hou wrote: When will kannel support Provisioning? How to get ProvURL when SIR is sent? Hmm, if you have the specs and you are familiar with Kannel's code, start and we'll apply the patches :) There is no schedule or volonteer on that tasks, AFAIK. Stipe [EMAIL PROTECTED]

Re: at2 date bug (stable 1.2.0)

2002-11-02 Thread Stipe Tolj
Sindunata Sudarmaji wrote: Hi All, I'm running kannel 1.2.0 with Siemens TC35, and I think I've found a bug in AT2 date handling of received SMS: the month is off by +1. I don't know if it's fixed at the HEAD CVS, but my current tree does not have the fix yet. can anyone of the other

Re: i want to ask some question

2002-11-02 Thread Stipe Tolj
we use kannel_1.2.0 and running in the redhat 7.0 pc we use sony_ecrssion mms phone send data to wap gatway ,the first invoke wtp pdu is0a0b,wap gateway send ack wtp pdu is 1c8b 6100... and phone re ack wtp pdu is 1c0b 6100... ,then wap gatway re send result wtp pdu is 168b i want

Re: Kannel used as a PPG

2002-11-02 Thread Stipe Tolj
Evelyne Notton wrote: I have configured Kannel to work as a PPG on input, and SMPP on output. I have several remarks concerning the configuration: - I have seen that the field Source_Addr on the SMPP request is not filled in using field my_number of smsc group, but using field

[ANNOUNCE] Kannel 1.2.1 - update to stable version

2002-11-02 Thread Stipe Tolj
NEWS about Kannel: Open Source WAP and SMS Gateway version 1.2.1 This is a STABLE version. It should be usable for production systems. Please do report problems to [EMAIL PROTECTED] (the development mailing list). The bug tracking system is currently offline. Changes since version 1.2.0:

Re: SAR Patch for Kannel

2002-11-06 Thread Stipe Tolj
You once promissed :) to send your updated SAR patch to the Kannel mailing list. I tried to find this email on the list but couldn't find it. Could you send your latest version to the list? Possible with your findings like quality, missing features, working phones. Alternatively I can offer

Re: Wapbox problem with nokia phones

2002-11-06 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Hi, all. In wapbox.log I see following line: HTTP: Status line: HTTP/1.1 413 Request Entity Too Large May be the problem is in too big request? Kannel adds various headers by itself and request size can exceed some limit, defined by server. At least status

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