Re: [FYI] RADIOUS accounting proxy commited

2003-06-20 Thread Stipe Tolj
David Chkhartishvili schrieb: Stipe, Could you please look at my debug output? Radius proxy gets msisdn fro nas correctly, but doesn't include MSISDN header. yes, I'll check. Stay tuned... Stipe [EMAIL PROTECTED] --- Wapme

Re: [REQ] UAProf suppport

2003-06-20 Thread Stipe Tolj
Paul Keogh wrote: now basically they complain that Kannel does not check the UAProf profile of a device and hence does not recognize that certain mime-types can or can't be accepted by the device. But can the list of acceptable MIME types not be checked against the Accept: MIME

Re: [RFC] cookie support per detault in wapbox?!

2003-06-20 Thread Stipe Tolj
Stipe Tolj wrote: 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? no objections?! Votes please. Stipe [EMAIL PROTECTED

[REQ] fixing userguide.xml

2003-06-20 Thread Stipe Tolj
Ok, I broke something in there in the new RADIUS section, but I can't see by hand what. Could someone of the jade gurus please have an eye on this and provide a fix?! Thanks. Stipe [EMAIL PROTECTED] --- Wapme Systems AG

Re: GNU autoconf experts arround?!

2003-06-20 Thread Stipe Tolj
Stipe Tolj wrote: 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

Re: [RFC] cookie support per detault in wapbox?!

2003-06-20 Thread Stipe Tolj
Vjacheslav Chekushin wrote: Hi, Stipe. There are 2 issues. Current cookie implementation cache this cookie in session machine. So it works only for connection-oriented mode and only for current session. From other side, WAP user can't manage own cookies with this approach. And by cookie's

Re: [RFC] cookie support per detault in wapbox?!

2003-06-20 Thread Stipe Tolj
Vjacheslav, Current implementation doesn't know how to encode Cookie's headers: 2003-06-20 14:20:56 [1] ERROR: WSP: Do not know how to encode header type 65 2003-06-20 14:20:56 [1] WARNING: Skipping header: Set-Cookie: JSESSIONID=bhFsO7t57CM7; Path=/ could you please add this as a bug

Re: SMPP Query/Update/Delete Message PDU

2003-06-21 Thread Stipe Tolj
Nisan Bloch wrote: The question is not really how to implement these in the smsc module, as the above 3 are trivial. How do we interface this to smsbox? Is this a querybox? Does it generate the appropriate dlr and pass back the status via the dlr mechanism? yep, agreeing Nisan here fully.

Re: using Kannel as SMSC over SMPP

2003-06-21 Thread Stipe Tolj
Grei Zhang wrote: Hi there: 1. Is that possible to using Kannel as a SMSC Simulator(use GSM modem, for sms sending) over SMPP v3.4 for other WAP GATEWAY to send Push Message? 2. If it does, then what about the inter-connectivity, is there a list of vendor

Re: SMPP header

2003-06-21 Thread Stipe Tolj
Guanghua Hou wrote: Hi, To send a push message through SMSC. How to set the application type in SMPP? Which header will be used? UDH or service_type or protocol_id? SMSC may support applications such as text, voice mail notification, WAP, CSSD and etc. My question is how to distinguish

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

2003-06-21 Thread Stipe Tolj
Nisan Bloch wrote: Hi We have a queue load balancer in front of Kannel, that through a statusbox monitors Kannel, and knows extended information about each gateway that kannel is connected to. This way we can control the throughput of any of the Kannel connections, as well as load balance

Re: SMPP header

2003-06-22 Thread Stipe Tolj
You simple use the UDH header to set the source and destination ports (like on machine ports) for identifying the destination application that handles the message. Please see test/test_ppg to see how to send SI/SL documents to an device. Otherwise consult the appropriate WAP Forum specs. The

[FYI] 'throughput' abstracted

2003-06-22 Thread Stipe Tolj
Hi list, I just commited: 2003-06-23 Stipe Tolj [EMAIL PROTECTED] * gw/smscconn[_p].[ch]: added 'throughput' MT message per sec. limitation to abstraction layer. * gw/smsc/smsc_emi2.c: moved 'throughput' from EMI2 specific directive to abstracted directive to provide

Re: SMPP header

2003-06-23 Thread Stipe Tolj
ok, once again: can is *able* to send *any* kind of SMS messages. This includes *all* kind of binary messages (ie. WAP Push document SI, SL, MMS-notification). Kannel has it's own PPG inside and hence deals with those binary messages quite commonly. So if you want to use Kannel as WAP Push

Re: [FYI] 'throughput' abstracted

2003-06-23 Thread Stipe Tolj
Stipe Tolj wrote: which abstracts the 'throughput' directive formerly known only to the EMI2 module for all module types. SMPP has it know included too. commited also for modules: smasi, fake and http Stipe [EMAIL PROTECTED

Re: Kannel Routing and Performance Issues !

2003-06-24 Thread Stipe Tolj
Himalay Gopu wrote: list I have been using kannel for almost 2 months now but i have been facing few problems Iam using kannel stable version on SuSe 8.1 Approach I am connected to 4 smsc ( 2 smpp and 2 UCP ) Two of smsc connections are through VPN Kannel is binding to 6

[RFC] new try: 1.3.2 devel?

2003-06-24 Thread Stipe Tolj
Hi list, ok, some time passed now and some fixes have been commited. Are we ready for releasing 1.3.2 devel (as release candicate for 1.4.0 stable)? Any cerious issues that have yet not been commited? Oded, what about the SOAP module? Can I bind it to the SMSCConn layer now with your latest

Re: [RFC] new try: 1.3.2 devel?

2003-06-24 Thread Stipe Tolj
what about the memory leak someone reported lately?! AFAIK it was with performing heavy HTTP traffic to smsbox, right? Did valgrind show any leak positions? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470

Re: AT2 with Nokia 6210 memory problem

2003-06-24 Thread Stipe Tolj
Edwin R. Poot wrote: I run into problemns with one of my modems, the Nokia 6210 phone. This phone is connected to Kannel and although I have configured kannel with using the phone memory instead of SIM memory () I keep getting a dialog on the phone, saying memory is full. As a result, the

Re: [RFC] new try: 1.3.2 devel?

2003-06-25 Thread Stipe Tolj
Nisan Bloch wrote: At 02:16 PM 6/24/03 +0200, Stipe Tolj wrote: what about the memory leak someone reported lately?! AFAIK it was with performing heavy HTTP traffic to smsbox, right? We havent noticed this. However under relatively heavy usage - polling the Kannel status pages via http

Re: [-] Re: non standard message_id breaks DLR

2003-06-27 Thread Stipe Tolj
Andreas Fink schrieb: On Donnerstag, Juni 26, 2003, at 11:30 Uhr, David Tully wrote: Yes - saw that.. That's the consolation prize.. :) I need to strip off the extra stuff and I'll have the hex message_id. Any ideas out there on the quickest way to do that? ;) and

Re: smsbox CPU Utlization 99%

2003-06-29 Thread Stipe Tolj
Cipher Strength wrote: Hi All, I am using cvs version of 3rd June on my production server. The CPU Utlization of smsbox is 99% during peak hours.Any suggestions ? can you please forward us the corresponding smsbox.log in debug level?! Stipe [EMAIL PROTECTED]

Re: [PATCH] dbpool + dbpool support for mysql storage

2003-06-30 Thread Stipe Tolj
Hi list, anyone tested Alexander's patch?! Votes please. This should go into 1.3.2 too. 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: libsdb support in 1.2.1

2003-07-01 Thread Stipe Tolj
Hi John, can you please re-send the patch against the current cvs head tree?! The stable 1.2.1 is pretty old and there have been some changes in the code since then. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80

Re: [PATCH] libsdb support in 1.3.1

2003-07-02 Thread Stipe Tolj
Alexander Malysh schrieb: Hi John, thank you very much for fixing some stupid bugs introduced by me :( Can you please send diff with whitespace ignore flag set. (cvs diff -Naub) Thanks in advance... P.S. Stipe, I will look in it and commit relevant parts... ok, please test against

[Fwd: SL-notification]

2003-07-02 Thread Stipe Tolj
Hi, 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

Re: [PATCH] libsdb support in 1.3.1

2003-07-02 Thread Stipe Tolj
Alexander Malysh wrote: Hi John, just commited fixed version for sdb support. I have added LIMIT 1 alternative for Oracle (ROWNUM 2) also. This version was successfully tested against Oracle 8i. Please check out new version and try it. NOTE: libsdb has very bad Oracle support. I have

[Fwd: [Kannel 0000035]: Kannel does not handle 'multipart/form-data' as defined by WAP specs]

2003-07-02 Thread Stipe Tolj
Hi list, just filed this bug to Mantis. Do we have mechanisms for content-type converters for the request side too? This is essential for decoding binary encoded 'multipart/form-data' and also for Bruno's suggestion in having decoding MMS binary POSTS via wapbox internally to plain-text HTTP

[Fwd: [Kannel 0000035]: Kannel does not handle 'multipart/form-data' as defined by WAP specs]

2003-07-02 Thread Stipe Tolj
Some more details about the problem. 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: [FYI] some Kannel describing document

2003-07-03 Thread Stipe Tolj
even more: http://plg.uwaterloo.ca/~migod/846/caseStudy/Lu-kannel-slides.pdf 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] SMPP Forum Link

2003-07-08 Thread Stipe Tolj
Hi list, Kannel is now listed among others as basic SMPP tool, see http://smsforum.net/smpp_tools.html Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: announce: cookies, accept headers and multipart/mixed

2003-07-08 Thread Stipe Tolj
Bruno Rodrigues wrote: Multipart/mixed - convertion between multipart/mixed and application/vnd.wap.multipart.mixed. Mime-type parsing code is done and tested but for the actual conversion I'm about to do a system.exec(perl) ;))) --1 ;)) After I finish this I'll need help to debug SAR

Re: Kannel quits without reporting fatal error

2003-07-08 Thread Stipe Tolj
Alan McNatty wrote: Can anyone think of a reason why Kannel might give up on a bad connection after a time (is there something in io_thread in smpp module that might cause a shutdown without reporting - I can only see, if fail continue, etc - all looks good). it may be a memory exhausture.

Re: announce: cookies, accept headers and multipart/mixed

2003-07-10 Thread Stipe Tolj
Bruno Rodrigues wrote: Is there any flag that device uses to say I want sar even if it is 100 bytes ? yes. Because if the phone is SAR capable it will request in SAR mode. Why? Because the phone does not know (while it passed the request) what the outcoming size of the response will be.

Re: more about EMS

2003-07-10 Thread Stipe Tolj
Dziugas Baltrunas wrote: Hi list, I tried to redirect EMS short message (with picture) to one of those short numbers that mine Kannel is connected with. SMSC is SMPP. here is what i got: bearerbox.log 2003-07-10 11:58:48 [8] ERROR: SMPP[xxx]: I/O error or other error. Re-connecting.

Re: PDU's per TCP Packet

2003-07-11 Thread Stipe Tolj
in general this *is* an option to thing about. Apache does this too for serving the response files over the TCP stream. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: Core dump when using smsc=emi_ip

2003-07-11 Thread Stipe Tolj
Nisan Bloch wrote: hi Have you tried the new emi module? smsc_emi2 is a rework of the older smsc_emi. try the same config with smsc=emi2. which brings us up again to the question if we should drop the old ones, ie. emi, at? Any votes for dropping them. I'll be +1 in this case. Stipe

Re: Latest CVS problems with wap stack (cookie?)

2003-07-18 Thread Stipe Tolj
Hi David, 2003-07-18 11:49:20 [10] DEBUG: HTTP: Status line: HTTP/1.1 301 Moved Permanently so wap.sonyericsson.com does reply with a HTTP 301, hence Kannel should follow the Location header. 6e 74 65 6e 74 chunked..Content 2003-07-18 11:49:20 [10] DEBUG: data: 2d 54 79 70 65 3a 20 74

Re: [ANNOUNCE] dropping smsc_at and renaming smsc_emi/emi2

2003-07-21 Thread Stipe Tolj
Bruno Rodrigues wrote: I'm gonna drop smsc_at module and rename at2 to at. I'm also gonna rename emi to emi_x25 and emi2 to emi, and document that this emi_x25 should be used for UCP/EMI through X25 unless someone wants to code it on smsc_emi (new one). Is it ok for you ? even while

Re: PDU to trigger Mobile

2003-07-21 Thread Stipe Tolj
Bruno Rodrigues wrote: I doubt it as we are looking for a different solution to grab imei from our network. There is a solution, but it's not generic sms - you can have an SIM toolkit application in customers simcard reading his imei and then you'll comunicate with the toolkit through

Re: [ANNOUNCE] Compatibility breaking in next release

2003-07-22 Thread Stipe Tolj
Alexander Malysh wrote: Hi Bruno, can you please first post such radical changes to ML before you commit these? It would be great first to review this patch... We are in pre-release phase now (imo)... or ? agreed *fully* here! Bruno, you *have to* ask for votes in case commiting changes

Re: ENABLE_NOT_ACCEPTED

2003-07-22 Thread Stipe Tolj
Aarno Syvänen wrote: Hi List, does new code that checks does phone accept some content type work with wildcards ? (Some phones send just Accept: */*, which is quite stupid, of course.) There seems to be some problems with mms now. Bruno, I think this was your code ? yes, Bruno has a

Re: SAR problem

2003-07-23 Thread Stipe Tolj
Yury Mikhienko schrieb: I tried to fetch the 170K application into Nokia7650 ower Kannel's SAR (CVS version), but get the following error: ... 2003-07-23 14:06:07 [6] DEBUG: WTP: resp_machine 13, state RESULT_RESP_WAIT, event RcvAck. 2003-07-23 14:06:07 [6] DEBUG: WTP:

Re: WAP-183-ProvCont-20010724-a specification

2003-07-23 Thread Stipe Tolj
No, at least not directly. the ota_prov_attr.h contains the tokens as defined by the Ericsson/Nokia OTA config protocol, *not* the official WAP specs. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf

Re: Segmentation fault

2003-07-23 Thread Stipe Tolj
Alexander Malysh wrote: sorry that where changes from me in bb_store :( I am looking on resolving it, or want you resolve it Stipe? nop, your job! ;) Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470

Re: SAR problem

2003-07-23 Thread Stipe Tolj
yep, and this PANIC is reported as bug #4 in bugs.kannel.org and if noone fixes it I will myself. (No, I won't be able to implement ESAR myself, don't even think about that Stipe :P) hmmm, it was the first thing that got into my mind ;) Stipe [EMAIL PROTECTED]

Re: [RFV] late request for voting/vetting for several stuff

2003-07-24 Thread Stipe Tolj
Bruno Rodrigues wrote: I should have asked for comments before, but I'm really work-free now and I'd like to implement stuff as fast as I can, even if there's momentary cvs versions with major bugs. If you can, please test cvs versions as hardly as you can and report everything you find

Re: [RFV] late request for voting/vetting for several stuff

2003-07-24 Thread Stipe Tolj
Bruno Rodrigues wrote: I don't think it's a HTTP server problem. I have devices that sends way too many headers (more than 30 accepts if I remember) and a Cisco alteon alike just dropped my connection with those many headers. I guess what we are doing now is the right thing. ;) hmmm, yeah

[FYI] new bearerbox rerouting feature

2003-07-27 Thread Stipe Tolj
Hi list, I just commited this new bearerbox rerouting feature: Main idea was to allow MOs to be passed directly to the MT queues of smsc-ids configured in the same bearerbox. Hence messages can be proxyied without passing them to external boxes (smsbox, smppbox, or whatever). Therefore 3 new

Re: sending picture message

2003-07-28 Thread Stipe Tolj
Hi, yes it can. See the official specs of the vendors (Nokia, Ericsson, Siemens, et all) for information on how. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: two deallocations in url_result_thread in smsbox

2003-07-28 Thread Stipe Tolj
Aarno Syvänen wrote: I think we have a problem in smsbox: Url_result_thread has octstr_destroy(charset). Charset is copied (without allocation) to msg structure, and deallocated when msg_destroy is called. so this is resulting in a segfault?! And another thing: is there are no charset

Re: two deallocations in url_result_thread in smsbox

2003-07-28 Thread Stipe Tolj
Yep, got problems with ppg sms level delivery reports. any suggestions?! In just looking at this... Drop into IRC: #kannel (irc.freenode.net) for discussion No, this is a different thing. It is just that if http receives something, and there is no charset specified, it must assume that

Re: two deallocations in url_result_thread in smsbox

2003-07-28 Thread Stipe Tolj
Aarno Syvänen wrote: Just remove octstr_destroy ? No deallocation without allocation! which one of the two? Third chat program to be installed. Probably worth of it, however. definetly! I can drop you my ICQ too if you like?! http library should return charset value ISO-8859-1, not , when

Re: [RFT] Kannel Keyword Handling

2003-07-30 Thread Stipe Tolj
Ok, another 2ct from me. 1st of all we could addopt Netikos keyword matching logic, they have enhanced it and code can be derived from their tree. 2nd, PCRE or regexp support would be definetly nice to have and mostly easy to implement I guess. Any volonteers? 3rd, keyword dependency matching

Re: [RFC] commiting changes to ppg bugfixes

2003-07-31 Thread Stipe Tolj
Hi Aarno, a) bugfixes to ppg (most important one is one spotted by Juan Enriques) +1 b) a change to ppg: it will use Kannel headers, not cgivars, to control PPG SMS level (delivery reports). +0. Stipe ;) [EMAIL PROTECTED]

Re: [FYI] rewrote gwlib/http.c:parse_url()

2003-08-01 Thread Stipe Tolj
Stipe Tolj wrote: David Chkhartishvili wrote: Hi Stipe, I've tried latest CVS. Seems likes kannel doesn't send X-WAP-Network-Client-MSISDN any more. in terms of the RADIUS acct proxy? Bruno changed some things in there for his 'wap-[url|user]-map' thing. Let me see... yep

Re: [FYI] rewrote gwlib/http.c:parse_url()

2003-08-01 Thread Stipe Tolj
David Chkhartishvili wrote: Yes. I mean, radius accounting working, but kannel stopped to send X-WAP-Network-Client-MSISDN header. see changes he made in gw/wap-appl.c:add_msisdn(). Stipe [EMAIL PROTECTED] --- Wapme Systems AG

Re: freebsd 4.8 @ kannel cvs problems

2003-08-04 Thread Stipe Tolj
Dziugas Baltrunas wrote: Hi list, I recently made box upgrade with the FreeBSD 4.8 OS inside. I cvs'ed up Kannel, and interesting things happend. firstly, there is someting strange in access log: 2003-08-03 18:42:40 Receive SMS [SMSC:xxx] [SVC:] [ACT:] [from:xxx] [to:xxx]

Re: freebsd 4.8 @ kannel cvs problems

2003-08-04 Thread Stipe Tolj
Dziugas Baltrunas schrieb: The situation could be repeated in very simple way - you just have to invoke http sendsms wrapper several times one by another and smsbox suddenly dies. sms-service groups also works in very unexpected way, offen not providing any reply. in my opinion, it's

Re: freebsd 4.8 @ kannel cvs problems

2003-08-04 Thread Stipe Tolj
Aarno Syvänen schrieb: Got same panic, found double deallocation and told Stipe. He promised to fix this. (see gw/smsbox.c, line 1052; msg_destroy deallocates charset, too). commited to cvs some min ago. Stipe [EMAIL PROTECTED]

Re: BUG ID 0000071

2003-08-04 Thread Stipe Tolj
I've just tried to add wap-map-url group to kannel.conf (http://bugs.kannel.org/view_bug_page.php?f_id=071), but got error: 2003-08-04 14:47:25 [0] INFO: Debug_lvl = 0, log_file = none, log_lvl = 0 2003-08-04 14:47:25 [0] ERROR: Group 'wap-map-url' may not contain field 'group'.

Re: BUG ID 0000071

2003-08-04 Thread Stipe Tolj
group = wap-map-url url = http://* send-msisdn-header = X-WAP-Network-Client-MSISDN it's 'group = wap-url-map', see gwlib/cfg.def. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: problem with CMG and one mutual SEND/RCV connection

2003-08-04 Thread Stipe Tolj
Andreas Fink wrote: if this is really the case, then we have a bug to fix. Bruno what you think of this? I'd like to hear Alexander's opinion too?! Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470

Re: Anam and Kannel

2003-08-07 Thread Stipe Tolj
Nisan Bloch wrote: does anyone know what version of Kannel the Anam WirelessWindow gateway is built off? how about asking Paul directly?! ;) Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf

Re: [Fwd: [Kannel 0000077]: gwlib/dict.c seems to loose entries in the Dict structure]

2003-08-11 Thread Stipe Tolj
Alexander Malysh wrote: Hi Stipe, i hope not ;) It's pretty simple. You use in your test rand. The rand can not generate really unique keys. So if you key equal one which already stored in the dict , then old key will be overwritten with new one. Key _must_ be always unique. Just try

Re: [RFC] Number portability hooks

2003-08-14 Thread Stipe Tolj
An HTTP 'callback' sounds good as an initial implementation. Generic and flexible. yep. I'm also in a favor of this. Where API should be very simplified like: earerbox calls http://www.foob.com/?msisdn=msisdn and that HTTP server replies with either an smsc-id as body/header(?!) or nothing

Re: [RFC] get rid of --with-dlr option

2003-08-14 Thread Stipe Tolj
Alexander Malysh wrote: On Friday 08 August 2003 16:51, Stipe Tolj wrote: David Tully wrote: +1 Makes no sense to me to have to use 3 directives when you want to compile DLR mysql support.. --with-dlr=mysql --enable-mysql --with-mysql=/usr/.. Unless there is another reason

[PATCH] WSP Encoding-Version support

2003-08-14 Thread Stipe Tolj
@@ -2,6 +2,7 @@ * wsp_session.c - Implement WSP session oriented service * * Lars Wirzenius + * Stipe Tolj */ @@ -127,7 +128,8 @@ static void main_thread(void *); static int id_belongs_to_session (void *, void *); - +static int wsp_encoding_string_to_version(Octstr *enc); +static

Re: Possible bug with smsc-stop

2003-08-16 Thread Stipe Tolj
Bill Brigden wrote: Hi, Im running cvs-20030811, and we have 9 connections to our providers: 1 transmitter/receiver to provider 1 3 transmitters to provider 2 1 receiver to provider 2 1 transceiver to provider 3 2 transmitters to provider 4 1 receiver to provider 4 now each

[RFC] WSP Encoding-Version patch reviewed?!

2003-08-19 Thread Stipe Tolj
Hi list, did someone have the chance to review the patch I send in: Subject: [PATCH] WSP Encoding-Version support Date: Fri, 08 Aug 2003 22:17:33 +0200 ??? As there haven't been any vetos, I will commit this to cvs to have it included into 1.3.2 development release. Any issues that have

[RFC] chaning global function names (for 3rd party compatibility)

2003-08-20 Thread Stipe Tolj
Hi list, when trying to use Kannel's libraries with 3rd party software we have some function naming clashes. This will make it very hard to use Kannel's libraries for writing modules to other software components, like Apacke modules, Exim transports and so on. I'd like to propose to change

Re: splitting messages

2003-08-20 Thread Stipe Tolj
I have a little issue here I hope someone can shed some light on. what i want to do is to split a binary message (operator logo) and send it to a mobile. simple..yes, but i want to sent it using 2 different froms. it doesnt seem to work. it works ok if i use the same from. Please find

Re: splitting messages

2003-08-20 Thread Stipe Tolj
well there is a sort of message id inside the udh ..its the concatenated short message reference number ,.. there is no need to use the short number that's your interpretation. Nokia's may differ ;) Stipe [EMAIL PROTECTED] ---

Re: [RFC] chaning global function names (for 3rd party compatibility)

2003-08-20 Thread Stipe Tolj
Alexander Malysh schrieb: On Wednesday 20 August 2003 11:54, Stipe Tolj wrote: Prefix gw causes naming clashes, too, I suppose ? haven't seen that, but maybe, yes. I guess we should prefix all functions to somewhat symantically, like Apache's portable runtime does it with apr_foobar

Re: MMS and stuff..

2003-08-21 Thread Stipe Tolj
What is the current status for MMS and stuff ? Stipe.. you have been working on some stuff ? What does need help etc. ? mmsbox is present. We still need the --add-box switch in Kannel's configure to cleanly seperate cvs modules and the build process. @Alexander: could you preliminary release

Re: Kannel Gateway in Realtime

2003-08-23 Thread Stipe Tolj
Andreas Fink wrote: no. mobile send SMS to SMSC, SMSC sends to mobile --or-- mobile sends SMS to SMSC, SMSC sends to gateway (kannel), gateway sends to APPLICATION (on http) Application replies or sends answer to gateway, gateway sends to SMSC, SMSC delviers answer to mobile Andreas,

Re: Kannel Gateway in Realtime

2003-08-23 Thread Stipe Tolj
We have this since a long time by doing it over HTTP in smsbox ;-) How you route this in the config? of course. But this approach is a lot more faster, beause there is no need to pass messages to the external application server. See reroute-* config directives in smsc group in user's guide.

Re: [RFC] Resouce leak/Denial of service in bb_boxc.c

2003-08-25 Thread Stipe Tolj
Paul Keogh wrote: In boxc_sender (), the code /* wait for smsbox identification */ if (bb_status != BB_DEAD conn-alive conn-is_wap == 0) { mutex_lock(conn-boxc_id_mutex); debug(bb.boxc, 0, boxc_sender: sender unlocked); mutex_unlock(conn-boxc_id_mutex);

Re: [RFC] Resouce leak/Denial of service in bb_boxc.c

2003-08-25 Thread Stipe Tolj
I think some code is needed in boxc_receive() to cater for this; ie. msg = read_from_box(conn); if (msg == NULL) { /* garbage/connection lost */ conn-alive = 0; if (conn - boxc_id == NULL) mutex_unlock(conn-boxc_id_mutex);

[PATCH] boxc connections

2003-08-26 Thread Stipe Tolj
Hi list, I'm forwarding this Patch for Alexander. This patch is about to solve a bajor that cause currently problems in bearerbox - smsbox routing: When an smsbox passes an MT message bearerbox will send an ACK for it, that is passed to the global incoming queue. From this global incoming queue

[FYI] changed www.kannel.org homepage

2003-08-28 Thread Stipe Tolj
Hi list, I changed the hompage to express our (I hope I'm speaking for most/all of us) protest against the discussions about the new EU software-patent regulations. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80

Re: [RFC] Call for 1.3.2

2003-09-02 Thread Stipe Tolj
I would like to ask for any showstopper for 1.3.2 developer release? I do not see any, if such should exists please tell here , so we can fix it and roll new release out. I see only a few pending patches, that should be commited or rejected ;) So please _all_ developer, vote for the pending

Re: [RFC] Call for 1.3.2

2003-09-02 Thread Stipe Tolj
Alexander Malysh wrote: is it issue #71 ? why is it marked as resolved then? Stipe, please reopen this issue and assign it to you, so we can see which issue still open and should be fixed... re-opened. I can have this reviewed and fixed today hopefully. It would be great ;) looking

Re: MMS Notification

2003-09-04 Thread Stipe Tolj
Rory Campbell-Lange wrote: I'd be grateful to know if someone has written up the precise steps needed to make an MMS Notification. (I am at present using Kannel's SMPP services.) you should poll the mailing list archives. There has been a lot of topics coverered. Stipe [EMAIL PROTECTED]

Re: [PATCH] Re: Problems with the handling of DLR's / SMPP

2003-09-05 Thread Stipe Tolj
this patch has been comited by Alexander 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: [PATCH] SMPP inactivity+transaction timeouts

2003-09-05 Thread Stipe Tolj
this patch has been commited by Alexander 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:

[FYI] wtls status

2003-09-09 Thread Stipe Tolj
Ivone Uribe wrote: I would like to know which is the status of the wtls development in kannel, any advance? I'm using the kwtls patch but it have a lot of memory leaks bugs and it is a big problem. Anybody is working on it? If any body is working on it, please tell me. AFAIK, there is

[Fwd: question on kannel Xser]

2003-09-11 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

[CFP] own KSF vs. ASF project

2003-09-18 Thread Stipe Tolj
Hi list, this is a call for participation: Alexander and me would like to invite all codebase developers with CVS rights to participate in an online discussion via IRC for the future organizational aspects of Kannel. The place is: IRC channel #kannel irc.freenode.net The date and

Re: [CFP] own KSF vs. ASF project

2003-09-18 Thread Stipe Tolj
Too bad.. I wont be there as I have a conference call exactly at this time... I might be there a bit later the discussion whould be open a couple of hours. I guess all of us who are online can have their IRC clients open until evening, so we can have a wide ranged discussion. BTW, we will also

Re: patching dlr_sdb for same smsc all the time

2003-09-19 Thread Stipe Tolj
Rory Campbell-Lange wrote: Will this work? why not try?! ;) 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: dlr_sdb bug

2003-09-19 Thread Stipe Tolj
Rory Campbell-Lange wrote: Another note is that some people may wish to keep a record of their dlrs and not have them deleted by default. I patched dlr.c to call update on delete rather than delete, which meant that the dlr status is recorded in the dlr table. hmmm, we didn't intend this

Re: Connection failed ?

2003-09-19 Thread Stipe Tolj
An SMS is sent from a user's mobile phone to kannel. Kannel identifies the specific service, and a URL is requested via the GET-method. Kannel expects the response from the URL, BUT, the connection between kannel and HTTP Server is lost, BEFORE kannel receives the response SMS, that is

Re: dlr_sdb bug

2003-09-19 Thread Stipe Tolj
that was a reason why I added sdb_get_limit_str(), so if db support another limit clause (as oracle ROWNUM) then you can just add it there... Using libsdb is anyway a bad idea, because libsdb doesn't support persistent db connections. And from my experience, I know that opening a db connection

[FYI] log of IRC #kannel session

2003-09-20 Thread Stipe Tolj
Hi list, thanks a lot for the people who participated in the Friday IRC meeting. A transcript/log of the session can be found for review at: http://www.kannel.org/irc-sessions/ Stipe [EMAIL PROTECTED] --- Wapme Systems AG

Re: Kannel and Radius ?

2003-09-22 Thread Stipe Tolj
I would like to know how select the incomming call with kannel. I imagine to install OpenRadius to select them, but i would like to know if an another solution is possible ? Kannel can act as RADIUS Accounting packet proxy for MSISDN provisioning of caller IDs to the HTTP server for WAP

Re: [CFP] IRC session at 4pm (!!) *NOT* 2pm

2003-09-22 Thread Stipe Tolj
sorry for the confussion. We wanted to have it a bit latter, so people can have their regular tasks handled first before moving to the IRC session. So the time is 4pm. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg

Re: [CFP] IRC session at 2pm

2003-09-22 Thread Stipe Tolj
Andreas Fink schrieb: Please announce such things at least 48 hours before! I read this one minute before it happens... so is it now 14:00 CET or 16:00 CET? ist is 4pm CET which is 16:00 CET. I *did* announce it in the last IRC session on friday which is more than 48 hours ago ;p Stipe

[FYI] Kannel reference

2003-09-24 Thread Stipe Tolj
Hi list, just to let you know, a reference I found while googling: Open source wireless tools emerge http://www-106.ibm.com/developerworks/library/wi-p2papps.html For those who are interested. Stipe [EMAIL PROTECTED] --- Wapme

Re: please guide

2003-09-24 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: Can any one guide me how to use this sms gateway on windows NT server. I suggest you have a look into http://www.kannel.3glab.org/download/kannel-userguide-snapshot/userguide.html which doesn't care on which platform you run. For WinNT you can go either with Cygwin

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