Re: alpha patch CIMD2?

2003-03-07 Thread Stipe Tolj
Hi Angel, I'll try this today with two of my CIMD2 providers, and comment on it. great. 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: [PATCH] Re: [FYI] contrib/kannel-monitor: a php application

2003-03-07 Thread Stipe Tolj
Alexander Malysh wrote: Hi Stipe, patch adds names to kannel instanses and fix date calculation... thanks Alex, commited to cvs. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]

2003-03-07 Thread Stipe Tolj
Bruno David Rodrigues wrote: I think Bas Schulte is right - second parse_url is not needed. Can you please remove it and test if it works ok ? right, I already worked this out. And will commit the change in a couple of minutes. Another alternative is to create an Octstr *logurl and have it

[Fwd: Extensive DLR testing with SMPP found lots of bugs]

2003-03-07 Thread Stipe Tolj
forwarded to the list. 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

[REQ] any fix for the AT2 module fails to open serial ports after system startup. issue

2003-03-08 Thread Stipe Tolj
Hi Oded, any update from your side concerning this entry in the STATUS file: * AT2 module fails to open serial ports after system startup. The reason is that the default serial port parameters are not proper set for connecting to modems. To work around the problem you can open

Re: wap gateway - wtls

2003-03-11 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: Is there any wtls workaround in Kannel 1.3.1 ? a possible workaround is the kwtls package, see http://www.kannel.org/download/wtls/kwtls-1.0.3.tar.gz but this is *not* supported in any way by the group. Or is there a working patch that enables wtls in 1.3.1 ?

Re: Siemens SEO Specification

2003-03-11 Thread Stipe Tolj
Hi Dominik, If all tests are done, I want to make a tutorial :-) great. 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]

[FYI] gwlib/dbpool.[ch] commited

2003-03-11 Thread Stipe Tolj
Hi list, I have now commited a first implementation of database connection pools. (Currenly MySQL mainly). They are intended to reduce/eliminate database communication bottle-necks by providing a set of functions that pool single connections into an more abstract data type, the pool itself. To

Re: Reconciliation of DLR with original message?

2003-03-12 Thread Stipe Tolj
Bas A. Schulte wrote: Jason, On Wednesday, March 12, 2003, at 12:44 AM, [EMAIL PROTECTED] wrote: On 12/03/2003 10:26:29 AM devel-admin wrote: http://kannel.machine:13013/cgi-bin/sendsms?.dlr- url=http://your.machine/de livered.php?msisdn=msisdn I understood that part of

Re: SMS Replies

2003-03-13 Thread Stipe Tolj
Does sms-service have any way to reconciliate an outgoing message, with a reply. Does Kannel have anyway to recognise a reply from a message it sent out to start with. I know that you have support for sms-services which are identified by the first word in the sms message, and I really

Re: [PATCH] trivial fix smpp-pdu

2003-03-13 Thread Stipe Tolj
attached you can find patch that should fix (my mistake:() parsing of optional parameters in smpp stack ... yep, +1, commited to cvs. Thanks a lot. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf

Re: When will Kannel 1.3.x be 1.4.0 stable?

2003-03-18 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: Hi, Any idea generally how long it might be before 1.3.x goes into feature-freeze phase? now, as I asked for comments, I suggest to have a couple of issues included into 1.3.2 development and let that be then in feature-freeze, which means only bug fixing, and

Re: When will Kannel 1.3.x be 1.4.0 stable?

2003-03-18 Thread Stipe Tolj
Aarno Syvänen wrote: What features should 1.4.0 contain. Mms support is enough for a stable release, imho. see my last mail with suject [RFC] new development release 1.3.2. I'd like to roll that one first in near time and let a feature-freeze postulate it to 1.4.0 stable. What do the others

[FYI] SMSC re-connecting behaviour changed!

2003-03-19 Thread Stipe Tolj
Hi list, this is informative and also a COMPATIBILITY BREAKER! We have moved the smsc group config directive 'reconnect-delay' which was used mainly for SMPP and SM/ASI to the higher abstraction SMSCConn layer, so all SMSC modules can benefit from this. Which means within AT2 and EMI2 there is

Re: [PATCH]ppg push - crashing bug trusted-pi/no user

2003-03-20 Thread Stipe Tolj
In theory, only the patch to wap_push_ppg_pushuser.c is needed to prevent the crash. However, why bother to have pap_request_thread call wap_push_ppg_pushuser_smsc_id_get when you already know there is no username to make wap_push_ppg_pushuser_smsc_id_get do something usefull? Also, it allows

anyone tested the new 'reconnect-delay' with EMI2 links?!

2003-03-20 Thread Stipe Tolj
Hi list, I just tried to restart our production server with a bunch of EMI/UCP links and the new reconnect harmonized config, but *all* EMI2 links failed to connect ;(( Anyone had the chance to test this? Seems something is wrong in here. Stipe [EMAIL PROTECTED]

Re: ppg test tool

2003-03-20 Thread Stipe Tolj
It does require the latest CVS kannel as there were some issues that have recently been fixed in kannel. If nothing else, it can be used as an additional test tool for ppg (besides test/test_ppg.c). and will be available in the upcoming 1.3.2 development release. Stipe [EMAIL PROTECTED]

Re: accept-x-kannel-headers

2003-03-21 Thread Stipe Tolj
everything seems to work fine. but what about the userguide? can you provide a patch in unified format?! Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

[RFC] new 'sms-service' transport type 'store'

2003-03-21 Thread Stipe Tolj
Hi list, we came accross a demand that can be implemented in Kannel for various other functional uses. Assume you want to receive MOs via bearerbox and pass to smsbox, but you don't want to handle them on-the-fly. So what you can do is push them via 'get-url' to an HTTP server and store them

Re: [PATCH] CIMD2 driver upgraded to smsconn api

2003-03-22 Thread Stipe Tolj
Angel Fradejas wrote: So, finally here it is. A first working version of the Nokia CIMD2 driver upgraded to the more convenient api SMSCConn*. I took Kalle Majorla's work on this issue as a starting point, then further improved it. I have tested this with two providers, with every type of

Re: [PATCH] complete restart functionality

2003-03-23 Thread Stipe Tolj
Alexander Malysh wrote: attached patch adds missing restart functionality to smsbox and wapbox. So you can now really use this functionality over http-admin interface :) Comments and votes please ... thanks Alex. are the smsbox and wapbox restarts gracefull?! which means do they harm the

Re: Markefile.in - distclean deletes config.sub and config.guess

2003-03-25 Thread Stipe Tolj
Been building a few debian packages - found a minor bug in process (I think). The Makefile.in file currently builds a Makefile which when you distclean removes config.guess and config.sub. I believe this is incorrect - ie: try running a ./configure after a make distclean (trivial patch

Re: [PATCH] CIMD2 driver upgraded to smsconn api

2003-03-25 Thread Stipe Tolj
commited to cvs. Thanks a lot Angel! 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: GPRS / MMS configuration SMS

2003-03-25 Thread Stipe Tolj
Jason Brian Friedrich wrote: Hello list, are there any examples of gprs-config-sms out there? I need one for a Nokia 7650 and/or SonyEricsson T68i. I tried to send one to a wavecom modem but the config-sms did not arrive. check out the Nokia/Ericsson OTA specs, there are examples of GPRS

Re: [PATCH] CIMD2 driver upgraded to smsconn api

2003-03-25 Thread Stipe Tolj
Dziugas Baltrunas schrieb: I currently was writing a question to the mailing list about plans to rewrite CIMD2 to smsconn :)) now... that should go to recycle I guess ;) great job, Angel. yep, he did ;) Stipe [EMAIL PROTECTED]

Re: [Kannel 0000010]: HTTP requests get urlencoded twice (orevenmore) if HTTP 302 (redirect) responses are received

2003-03-26 Thread Stipe Tolj
Rene Kluwen wrote: I think you answered your question yourself :). Yes, the querystring should be included in subsequent requests. By intuition I'd disagree. But maybe we should check if other common HTTP clients do this. Should be easy to check. Can someone do this? I'm busy with applying

Re: [PATCH] CIMD2 driver upgraded to smsconn api

2003-03-26 Thread Stipe Tolj
and if yes, maybe we could add one more directive in the configuration file, like use-dlr? Concerning additional directives, I'm pretty much for it if they avoid real life problems, to be able to use Kannel our-of-the-box (with the proper config) without hacking with the code. And most of

Re: [PATCH] complete restart functionality

2003-03-27 Thread Stipe Tolj
commited to cvs. Thanks. 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: [PATCH] log.c reopen bug fix

2003-03-27 Thread Stipe Tolj
attached patch will fix segfault in log.c. Segfault arise while reopening of shared files. The solusion for this is: while reopening of log files walk logfiles reverse and seek for allready reopened one, if found then point FILE pointer to already reopened and try the same with next log

Re: [PATCH] CIMD2 fix and userguide (overrides last one)

2003-03-27 Thread Stipe Tolj
Angel Fradejas wrote: This patch fixes some problems with the SMSCConn CIMD2 driver, for example high CPU load in a connection with no traffic at all (thanks to Dziugas Baltrunas for pointing it out), and some other things. Also included an update for the user guide. This patch

Re: SIMToolkit Implementation (www.smartrust.com)

2003-03-27 Thread Stipe Tolj
Anyone interested in developing SIMToolKit module (especially SIMToolkit platform provide by www.smarttrust.com called Delivery Platform) in Kannel? The mechanism is like WAP over SMS mechanism, but they use proprietary wml compiling mechanism to provide proprietary wml bytecode. what I see

Re: [PATCH] SMPP sender-prefix ala unified-prefix

2003-03-27 Thread Stipe Tolj
Benjamin Lee wrote: Those of you connected to a large multinational SMSC who does not support NATIONAL TON... ;-) ... may find this patch useful where you want users to be able to set their originator / source address in national format. It is based on the unified prefix code. hmm, so

Re: [PATCH] SMPP

2003-03-27 Thread Stipe Tolj
Nisan, sorry to be nastly, but could you please resend the whole patch in *one* diff file and at email attachement rather then enbedding in the email body. Thanks. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80

[Fwd: [PATCH] SMPP]

2003-03-27 Thread Stipe Tolj
forwarding this to the list. 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: TON error on SMSpush

2003-03-27 Thread Stipe Tolj
Rory Campbell-Lange wrote: Hi Alex. Thanks very much for your mail. I am using 1.3.1. The problem I reported seems to be solveable by also setting the dest-addr-npi = 1. the config directives *should not* depend on eachother. Alex, if you test this and can reproduce, could you make a bug

Re: Multiple smsc groups

2003-03-27 Thread Stipe Tolj
Is it ok to have multiple smsc groups? of course. We have up to 140 smsc groups in one Kannel instance ;)) If I try and set both of these to run concurrently, I get a failure on one of the SMSC connections. 2003-03-27 21:34:59 [7] DEBUG: SMPP[orangeshort]: Sending enquire link: 2003-03-27

[RFC] adding new foobox modules to cvs

2003-03-28 Thread Stipe Tolj
Hi list, I'm wondering how (which means in which source directory organization) we should add new foobox'es (ie. smppbox, emibox, sqlbox, etc.)?! Those are 'server-side' implementations and use Kannel's internal message communication to act as an smsbox attached to bearerbox. I'd like to keep

Re: Wappush not sending response back in the proper format

2003-03-28 Thread Stipe Tolj
Ok, I checked this: When I use your PAP document ?xml version=1.0? !DOCTYPE pap PUBLIC -//WAPFORUM//DTD PAP 1.0//EN http://www.wapforum.org/DTD/pap_1.0.dtd; pap push-message push-id=235http://127.0.0.1:8080/wappush104871366918042893839821184112102 4 source-reference= address

Re: Wappush not sending response back in the proper format

2003-03-28 Thread Stipe Tolj
to answer this on my own. The PAP spec does not quote any must or should be in upper-case. Even the example in section 12.1. is using this: pap push-message push-id=[EMAIL PROTECTED] address address-value=wappush=12345/[EMAIL PROTECTED]/address /push-message /pap so obviously in lower-case.

Re: Wappush not sending response back in the proper format

2003-03-28 Thread Stipe Tolj
I will make a bug report of this to mantis, resolve, fix and close in a bunch ;) Fix will be in cvs in a couple of minutes. Could you please try then the cvs head tree. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg

Re: [PATCH] [BUG] http.c does not follow redirections at all

2003-03-28 Thread Stipe Tolj
Angel Fradejas wrote: Current http.c does not follow 302 Location redirections at all. I tracked down the problem down to the handle_transaction() function. If we leave trans-host and trans-port set there, there will be no parse_url() for the redirection, and the original url is fetched

Re: [PATCH] [BUG] http.c does not follow redirections at all

2003-03-28 Thread Stipe Tolj
Andreas Fink wrote: Did everyone test this with and without Proxy? While using a proxy is exactly the locatio where the host would stay the same. I have to addmit, no, I didn't test proxy mode. Andreas, can you do this please. The code is already commited. If there are problems please

Re: Help with Windows

2003-03-27 Thread Stipe Tolj
The problem now is when I tried the next step: ./configure. There'sa problem with gcc and cc compilers, which seems to not come with the CygWin environment. Or maybe they come but i don't know how to install them. These are the messages from CygWin: loading cache ./config.cache

Re: [PATCH] [BUG] EMI2 wait-ack-expire fix

2003-03-29 Thread Stipe Tolj
Angel Fradejas wrote: Attached an simple patch to fix a typo in the EMI2 driver, related to wait-ack-expire behaviour. Stipe, please, don't close your wincvs and keep on commiting ;-) how do you know about that? ;))) Stipe [EMAIL PROTECTED]

Re: [PATCH] [BUG] EMI2 wait-ack-expire fix

2003-03-29 Thread Stipe Tolj
Angel Fradejas wrote: Attached an simple patch to fix a typo in the EMI2 driver, related to wait-ack-expire behaviour. Angel, thanks for the patch. Can you please comment why this is a typo or any other please vote if this is a fix?! Stipe [EMAIL PROTECTED]

Re: Problem in WAPPUSH

2003-03-29 Thread Stipe Tolj
forget about this. The HTTP header in the PAP control entity gets handled. 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: Problem in WAPPUSH

2003-03-29 Thread Stipe Tolj
Hi, can you please send us a log of the HTTP request that the PI sends to PPG. You can capture that like this: $ ./gateway/test/test_http_server /tmp/pi.log which starts a HTTP server at port 8080 and simply let the PI trigger the same way as it would to the PPG. Please provide us then

Re: Possible race condition with HTTP.c

2003-03-29 Thread Stipe Tolj
Hi Michael, can this be reproduced with setting up an apache that has a max client limit set also? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299

Re: [FYI] a new smsc (Minick Ltd LAPI)

2003-03-31 Thread Stipe Tolj
Aarno Syvänen wrote: Hi List, I wrote last week a smsc drive (that's I were not answering push question ?) This could, in principle, be added to cvs, if there is interest. Some stabilation is required, however. I guess if it's in SMSConn API style, it's always welcome. Stipe [EMAIL

Re: [PATCH] smsc_cimd2.c sleep times

2003-03-31 Thread Stipe Tolj
Stipe, could you revert smsc_cimd2.c to version 1.7 and then apply the second patch? done, please check. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: Possible race condition with HTTP.c

2003-03-31 Thread Stipe Tolj
Michael Mulcahy wrote: I have attached a simple perl script that reproduces the problem (for me anyway:). It listens on port 8080 and disconnects the listener socket when a connection attempt is made. My test case consists of fakesmsc - bearerbox - smsbox - perl script with smsbox sending

Re: Possible race condition with HTTP.c

2003-03-31 Thread Stipe Tolj
yep, +1, commited the fix to cvs. Thanks Michael! 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: [PATCH] [BUG] EMI2 wait-ack-expire fix

2003-03-31 Thread Stipe Tolj
has been commited, thanks. 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: [PATCH] smsc_cimd2.c sleep times

2003-03-31 Thread Stipe Tolj
so the question is - why mine cvs update didin't fetch version 1.9? I guess it has still it's sticky bit on it for the revision you updated previously. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470

Re: MMS trials, getting insane trying to decode pdu's!

2003-04-01 Thread Stipe Tolj
Bas A. Schulte wrote: Hmm. How on earth would I have known that? :) I figured with about 3 documents in front of me I'd have enough but no! I also need the WSP spec (WAP-203-WSP-2504-a.pdf in WAP 1.2.1 which is WAP-230-WSP-20010705-a.pdf in WAP 2.0)... Luckily that one has some

Re: sms message format to access URLs

2003-04-01 Thread Stipe Tolj
Steven Sabado wrote: may i ask if what is the specific format on how to access the http using a simple sms message? do i need a specific format in order to a url site? and if there are key words, does kannel have it's own keywords or does the developer need to specify it's own key words?

Re: UCP protocol with GSM modem

2003-04-01 Thread Stipe Tolj
Tronet Sarah wrote: As far as I know, it is possible to connect Kannel to the mobile network via a GSM modem (e.g. Siemens M20). In that case, I would like to connect my terminal application to Kannel via UCP-EMI protocol as if Kannel was my SMSC in order to receive SMS from the mobile

Re: CDR output

2003-04-01 Thread Stipe Tolj
Has anyone implemented a CDR interface on to Kannel. I'm not talking a billing engine, just something that outputs simple CD records that can be processed elsewhere ? yes. Bearerbox provides it's own access-log, hence that are your CDR records. Stipe [EMAIL PROTECTED]

Re: Hello LIST

2003-04-03 Thread Stipe Tolj
Hi Vijay, Vijay Patwari wrote: Hello All, i hve an smil file cats.smil( which contains text cat image audio) , i wnt it to be represented it into mms (.mms), hw this possible.., can u say me. hw to create mms message. say me. first I'd like to ask you an counter-question: Have

Re: [PATCH] small fix to previous patch

2003-04-03 Thread Stipe Tolj
ok, this has been commited to cvs now. But we *SHOULD* abstract this to the upper SMSCConn layer, so that the new config directive is available for all SMSC module types. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger

Re: SMPP Service Type --wap

2003-04-03 Thread Stipe Tolj
Guanghua Hou wrote: When push message is sent through SMSC. SMPP v3.4 'submit_sm' is used by kannel. Kannel sets 'service_type'as NULL and 'protocol-id' as zero.The short message is WDP/WSP encoded PDU. When this message is sent to Terminal, how does the terminal distinguish application

Re: Wap Push SI compliant PDU (for Openwave wap browsers as Sharp GX10)

2003-04-03 Thread Stipe Tolj
Enzo dell'Aquila wrote: Hi Aarno, Sharp GX10 works well if you don't send AF, so Kannel PPG should have no problem with Sharp. Other Openwave browsers should work too. so there is no problem here? is this right? Stipe [EMAIL PROTECTED]

Re: Strange error message

2003-04-04 Thread Stipe Tolj
Jarrod Hermer wrote: While running Kannel 1.3.1 in Cygwin the following error message was printed to screen by the bearerbox: 7 [unknown (0x74C)] bearerbox 1960 pthread_cond::Signal: Released too many threads - 1 now 1 originally Any ideas what might have caused this and what the

[FYI] HTTP smsc modified/fixed

2003-04-04 Thread Stipe Tolj
Hi list, I have patched gw/smsc/smsc_http.c to fix a couple of issues, including: * bearerbox crash if smsc is shutdown and /status is called * don't 'fail' messages if the connection could not be established to HTTP SMSC, instead re-queue and respect 'reconnect-delay' for a sleeping period.

Re: SMPP Service Type --wap

2003-04-04 Thread Stipe Tolj
Guanghua Hou wrote: How phone to know the application type? So SMSC should transfer some smpp headers to phone and the header value is written by Kannel. Now I think the header is service_type and its value is WAP. But kannel sets this value as NULL. According to what you mean, phone will

Re: SMPP Service Type --wap

2003-04-04 Thread Stipe Tolj
According to what you said, 'service_type' setting is optional.If it's null, phone shall also recogonize WAP application. yes, it will recognize either via the UDH header port or the token that has been encoded within the UDH header while using PPG's push capabilities and setthing the

[RFC] Telit GSM862 GSM modem?

2003-06-04 Thread Stipe Tolj
Hi list, anyone ever tried to use the industry GSM862 modems from Telit (IT)? They are pretty cheap, compared to Siemens or Falcom. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: [RFC] Telit GSM862 GSM modem?

2003-06-05 Thread Stipe Tolj
anyone ever tried to use the industry GSM862 modems from Telit (IT)? They are pretty cheap, compared to Siemens or Falcom. hmmm, no one? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: Access limitation on wap gateway side.

2003-06-08 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Hi, Angus and Andreas. Ok. After discussion I must agree with you that forcing HTTP request to go from specific interface is good way to solve my problem. So go to solution: http.c function get_connection has hardcoded our_host = NULL, binding not forced now.

Re: Kannel SMPP interface !

2003-06-08 Thread Stipe Tolj
yes there is. We at Wapme have those beasts arround here still in cages ;) Reason: We need a modularized configure/make process to have them hooked in cleanly and keep them seperated in own cvs modules. So could some people *please* think of how to handle configure/make of external cvs modules

Re: Kannel SMPP interface !

2003-06-08 Thread Stipe Tolj
Himalay Gopu schrieb: I went wrong in explaining the problem But the link is for a SMPP simulator but i would like to have a open source SMPP/EMI server which will inturn connect to Kannels bearerbox which has different SMSC connections configured yep, our smppbox and emibox are SMPP

Re: It's possible to send Push SI message through Virtual SMSC?

2003-06-08 Thread Stipe Tolj
Mauricio Ramos wrote: Hi Folks, I would like to use a GSM phone as a Virtual SMSC (AT2) to send WAP Push SI/SL messages to another GSM phone. Is it possible? How? yes, should be possible. Some GSM modems require to have alt-dcs set when sending binary SMS. I guess this can't be

Re: Strange smsbox/bearerbox problem : SMS messages not being sent

2003-06-08 Thread Stipe Tolj
Rory Campbell-Lange wrote: My smsbox/bearerbox setup has been working flawlessly for about a month. However recently I have had to restart the system after a number of messages are shown as queued but not sent. On restarting bearerbox the messages flood through. The problems start with a

Re: [PATCH] smsc_cimd2.c sleep times

2003-03-31 Thread Stipe Tolj
Dziugas Baltrunas wrote: something mysterious has happend after commiting cimd2_smsc2.c patches written by Angel Fradejas. there were problems with sleep times and Angel wrote the final patch (file was called cimd2_fix2.diff) and it was commited by Stipe. recently I did cvs update and seems

Re: wml in wap push

2003-06-08 Thread Stipe Tolj
Hi Amit, amits schrieb: Hiii We are trying to push a multipart wap push to the phone..we done SI and SL successfully..but in this case we are facing problemsnothing is delivered on the phone we try same in two ways First we create a multipart message through

Re: Kannel w. TETRA Packet Data

2003-06-17 Thread Stipe Tolj
R. Dam wrote: Good news guys, I've just performed some life tests with Kannel with TETRA Packet Data on the Nokia THR850 through our TetraNode software. Browsing the net with WAP works perfect on this TETRA terminal. (The WAP software in this mobile is the same as the software used in

Re: [REQ] UAProf suppport

2003-06-19 Thread Stipe Tolj
Hi Paul, Paul Keogh schrieb: our REFPOOL tests are doing well. Handset manufacturers claim the lack of UAProf support within Kannel. Is there any more details about these claims - ie. what exactly are they claiming is missing ? now basically they complain that Kannel does not check

Re: Kannel SMPP interface !

2003-06-19 Thread Stipe Tolj
Aarno Syvänen wrote: You mean making cvs modules located in different machines ? no, I'd like to have the current gateway cvs module as the base component and add-ons (ie. smppbox, emibox, mmsbox) to be extendable to the gateway source. Basically something similiar as the Apache guys did with

Re: Kannel SMPP interface !

2003-06-19 Thread Stipe Tolj
Alex Judd wrote: No, I think Stipe's on about the discussions to build a more module based build with bearerbox forming the core - ie. - smsbox - wapbox bearerbox - smppbox - etc. if we split the modules out a little cleaner like this, then you can

[RFC] changing defaults of SMPP TON and NPI for MT?

2003-06-19 Thread Stipe Tolj
Hi list, I'd like to have a quick voting for chaning the current defaults settings for the SMPP module for the TON and NPI values. Currently we have: /* setup default values */ pdu-u.submit_sm.source_addr_ton = GSM_ADDR_TON_NATIONAL; /* national */

Re: Fw: Incorrect Validity Time

2003-06-19 Thread Stipe Tolj
Hi Patrick, my GSM provider has requested to to put the Validity flag to 8 hours. we did it but aftter about 10 hours the SMSC started to have these errors PROVIDER ERROR MESSAGE 06/06 18:52:32 AMP:uac_amppdu001 trace AMP PDU Trace, SMPP: Incorrect Validity Time:

Re: Strange smsbox/bearerbox problem : SMS messages not being sent

2003-06-19 Thread Stipe Tolj
Rory Campbell-Lange schrieb: Thanks very much for your message, Stipe. Upon enquirey it appears that the target SMPP host only allows 6 messages a second to pass through on our service. I was trying to send 150 messages in less than a second! yeah, Kannel performs very well ;)) I've

Re: FW: Updated Charset.c with greek Alphabet 7-bit encoding

2003-06-19 Thread Stipe Tolj
Andreas Fink wrote: will probably mean it works in greece but breaks compatibility in other countries. I vote -1 for this patch as is. Proper implementation of greek has to be made different. ISO-8859-1 is also not appropriate so there's more to this. ok, these are serious concerns from

Re: [RFC] changing defaults of SMPP TON and NPI for MT?

2003-06-19 Thread Stipe Tolj
Alexander Malysh schrieb: Hi Stipe, -1 from me. How do you want recognize national numbers? International numbers can be simple detected. They have '+' in front and then we set ton to international and remove the plus. hmm, so you *require* users to send to=%2b49xxx at sendsms HTTP

Re: Strange smsbox/bearerbox problem : SMS messages not being sent

2003-06-19 Thread Stipe Tolj
Alexander Malysh wrote: hmm, sleep is very bad (imho). In this sleep time you can maybe handle 100 delivery receipts instead just sleeping. It would be great to add abstracted bandwidth calculation code to kannel and then send only if bandwidth allow this. so sleeping makes only sense if

[FYI] recent CIMD2 patch commited, please check

2003-06-19 Thread Stipe Tolj
Hi list, I have commited now: 2003-06-19 Stipe Tolj [EMAIL PROTECTED] * gw/smsc/smsc_cimd2.c: fixed a bug inside CIMD2 module. Thanks to Per Skaglund [EMAIL PROTECTED] for the patch. [Msg-ID: [EMAIL PROTECTED]] if you run CIMD2 connections, please update your local CVS tree

Re: Bug in log.c

2003-06-19 Thread Stipe Tolj
a) change gwthread code to use the freed slot ID number instead of incrementing. So we will never have a thread id above 1024 (which is the hard thread limit). b) thing how we can map the thread to the exlusive log file to be honest I'd like to pick a), because b) should be pretty fast

Re: Strange smsbox/bearerbox problem : SMS messages not being sent

2003-06-19 Thread Stipe Tolj
Rory Campbell-Lange wrote: The only error codes I'm getting are: 2003-06-06 20:42:53 [8] ERROR: SMPP[orangelong]: SMSC returned error code 0x0045 in response to submit_sm. according to SMPP specs this is considered to be a *general* error for a submit_sm PDU. (seee SMPP v3.4, p. 113).

Re: Bug in log.c

2003-06-19 Thread Stipe Tolj
ok, I just commited this: 2003-06-19 Stipe Tolj [EMAIL PROTECTED] * gwlib/gwthread.h, gwlib/gwthread-pthread.c: added function gwthread_table_slot() to provide the slot integer of threadtable the thread is using. * gwlib/log.c: fixed Michael's reported bug for the logging

Re: [PATCH] rewrite/cleanup of dlr handling (new)

2003-06-19 Thread Stipe Tolj
Nisan Bloch wrote: Hi what happened to this? I'm just reading it. Unfortunatly it's huge and even in unified diff almost unreadable to understand what happens. Maybe you Nisan can explain a bit?! Have you tested Alexander's code again SMSCs? Stipe [EMAIL PROTECTED]

Re: Strange smsbox/bearerbox problem : SMS messages not being sent

2003-06-19 Thread Stipe Tolj
Andreas Fink wrote: AT2 module sleeps anyway and waits for ACK from modem before proceeding. So adding sleeps there is not making any sense unless you wana limit it to have only 1 message every minute or such. ok, I wasn't aware of it right now. That's fine with me then. Stipe [EMAIL

Re: [PATCH] rewrite/cleanup of dlr handling (new)

2003-06-19 Thread Stipe Tolj
Alexander Malysh wrote: sorry first mail has wrong diff :( attached big patch does following: 1) adds more abstraction to dlr handling 2) makes it easier to add new dlr storage types to kannel without touching a dlr-core code 3) makes dlr-core ready

Re: [PATCH] rewrite/cleanup of dlr handling (new)

2003-06-19 Thread Stipe Tolj
Alexander Malysh wrote: i found a small memleak after it ... Attached you can find corrected version of this patch. I can say, mysql and internal where tested and works on our production systems without any problems. libsdb is not tested yet, but should work, because i have not changed any

[RFC] cookie support per detault in wapbox?!

2003-06-19 Thread Stipe Tolj
Hi list, I'd like to throw the --enable-cookie directive from configure and make cookie support for wapbox now a permanent default feature. Any objections for doing this? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger

Re: Bug in log.c

2003-06-19 Thread Stipe Tolj
Andreas Fink schrieb: so what if I have a thread 10 which is a EMI/UCP process and suddendly a new process gets added with 1034? we have a new conflict... ahhh, Andreas *is* right here. We don't take into account that the threadtable handling does a linear scan in the threadtable to find

Re: Bug in log.c

2003-06-19 Thread Stipe Tolj
Michael Mulcahy schrieb: so what if I have a thread 10 which is a EMI/UCP process and suddendly a new process gets added with 1034? we have a new conflict... No, that what I thought as well, but the gwthread-pthread.c takes care of that problem. see gwthread-pthread.c /* Find a

GNU autoconf experts arround?!

2003-06-19 Thread Stipe Tolj
Hi list, I'm fidling arround with a modified configure/make process to allow adding new add-on boxes (ie. smppbox) to the build. I come up with --with-box[=NAME] inside configure.in and this works, even while this is really an un-nice hack ;) Unfortunatly I can't give more then one --with-box

[FYI] RADIOUS accounting proxy commited

2003-06-19 Thread Stipe Tolj
Hi list, I just commited this to cvs: 2003-06-20 Stipe Tolj [EMAIL PROTECTED] * Makefile.in: added compilation of RADIUS related files inside radius/. * doc/userguide/userguide.xml: new MSISDN provisioning section describing the use of the RADIUS accounting proxy thread

Re: [FYI] RADIOUS accounting proxy commited

2003-06-20 Thread Stipe Tolj
huangcy wrote: hi,list: when will kannel support wap2.0? now that's a good question ;) I guess this depends on how many people there are outside using Kannel and want to contribute as module maintainer. Which means people that pick up a certain issue (like Aarno does for PPG) and provide

Re: EMS Support

2003-06-20 Thread Stipe Tolj
Xavier RODRIGUEZ wrote: Hi, Is it possible to send an EMS with kannel ? The response seems to be yes but is there any ems generator or something to turn an ems discriptor file into a binary sms Anybody has tried to send an EMS with kannel ? yes, there have been a lot of people

  1   2   3   4   5   6   7   8   9   10   >