Re: [PATCH] make SMPP's PDU parsing more robust

2003-01-26 Thread Stipe Tolj
Hi Alexander, Alexander Malysh schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, attached patch make parsing of SMPP optional parameters more robust (IMHO). Patch include some cleanups , increasing MAX_SMPP_PDU_LEN (because message_payload can be up to 64K octets) and add

[RFC] smppbox cvs module

2003-01-26 Thread Stipe Tolj
Hi list, if Wapme releases it's SMPP server implementation (smppbox) to kannel, would we include it directly to kannel's gateway cvs module, or would we inheritate an own module called smppbox? The benefit of having an own module would imply that other SMSC server implementation, i.e. EMI/UCP

Re: [PATCH] make SMPP's PDU parsing more robust

2003-01-26 Thread Stipe Tolj
BTW, after sending this patch I found a small BUG ;) +{ /* Read optional parameters */ \ +while (pos+4 len) { \ Here must be: +{ /* Read optional

Re: [PATCH] New SMSC driver - OIS Direct

2003-01-26 Thread Stipe Tolj
Dariusz, Dariusz Markowicz wrote: I'd like to introduce new smsc driver for Sema Group SMSC Center G8.1 (OIS 5.8). This implementation use direct TCP/IP access interface. This code is strongly architecture based on CIMD2 driver, and have all its features (dlr support etc.) and maybe bugs

Re: [RFC] smppbox cvs module

2003-01-26 Thread Stipe Tolj
Nisan Bloch wrote: What of potential merges with Kalle's Netikos (some of which is much better than Kannel) and the path they have taking of combining bearerbox and smsbox? yep, I asked if Kalle or other's at Netikos would take the effort to incorporate a couple of cool feature of their

Re: Changes to smsc_cimd2.c

2003-01-27 Thread Stipe Tolj
patch commited to cvs. Thanks Arne. 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] cimd2 validity period

2003-01-27 Thread Stipe Tolj
Nicholas Rahn wrote: Attached is a patch implementing the validity period (relative) for CIMD2 connections. It has been tested with one of our swiss CIMD2 connections. patch commited to cvs. The documentation for the validity parameter (sendsms interface) in the User's Guide does not

Re: [PATCH] http smsc crash

2003-01-27 Thread Stipe Tolj
thanks Angel. patch commited 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: http://www.wapme-systems.de

Re: [PATCH] New SMSC driver - OIS Direct

2003-01-27 Thread Stipe Tolj
Dariusz Markowicz wrote: I'd like to introduce new smsc driver for Sema Group SMSC Center G8.1 (OIS 5.8). This implementation use direct TCP/IP access interface. This code is strongly architecture based on CIMD2 driver, and have all its features (dlr support etc.) and maybe bugs :). It

Re: [PATCH] SMPP trivial

2003-01-28 Thread Stipe Tolj
Alexander Malysh wrote: Stipe I believe you have not seen corrected patch for smpp pdu parsing ;( It was my fault not to resend my patch ;) Please apply , this trivial patch will fix parsing of opt. parameters with length = 0... yep, missed it. Sorry. Done. Stipe [EMAIL PROTECTED]

Re: [RFC] smppbox cvs module

2003-01-28 Thread Stipe Tolj
Bruno David Simões Rodrigues wrote: I like the idea of modules although I'd prefer the apache solution than a *box executable one. Like a kannel executable, then a /usr/lib/kannel/1.4/mod_emi.so, a mod_http, mod_rpc, mod_jabber, mod_piggeons for inputs, a mod_db_file, mod_db_xSQL. yep,

Re: [RFC] new development version?!

2003-01-28 Thread Stipe Tolj
Bruno David Simões Rodrigues wrote: Citando Stipe Tolj [EMAIL PROTECTED]: Hi list, we had a couple of bug fixes now since 1.3.0 and I'd like to release a new development version. Any vetos?! +0 for me Which versioning should be used for it? 1.3.1? certainly. Please don't cvs

Re: Bug in HTTP when proxying

2003-01-29 Thread Stipe Tolj
Hi Michael, does this patch solve the problem? http://www.kannel.org/cgi-bin/viewcvs.cgi/gateway/gwlib/http.c.diff?r1=1.180r2=1.181 Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: Bug - sent messages counted twice in SMSC AT2 driver.

2003-01-29 Thread Stipe Tolj
Paul Keogh wrote: In the function at2_send_one_message()/smsc_at2.c, the lines counter_increase(privdata-conn-sent); bb_smscconn_sent(privdata-conn, msg); increment the sent messages counter twice because bb_smscconn_sent() also does;

[Fwd: [PATCH]bb_boxc vs smsbox and wapbox]

2003-01-30 Thread Stipe Tolj
Hi list, attached is a redirected mail concerning the mutex lock for bearerbox's internal smsbox routing. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax:

Re: Urgent Query ??? PLEASE RESPOND

2003-02-02 Thread Stipe Tolj
Umesh Kain wrote: I know that wap kannel 1.2.1 is not 100% wap 1.2.1 specifications compliant. I want to know what are the features which kannel 1.2.1 supports which are enlisted in wap 1.2.1 specs. i have gone through kannel user guide, seen some of the questions on the mailing list, i

Re: kannel 1.3.0 lacks rc5 algorith

2003-02-02 Thread Stipe Tolj
Ivone Uribe wrote: I want to know if the kannel 1.3.0 supports already WTLS? it's partly implemented, but it's yet in pre-alpha stage, which means it's not useable with current phones, AFAIK. And for the push (ppg )module, do I need to enable something in the configure script, or it comes

Re: mysql and kannel

2003-02-02 Thread Stipe Tolj
Ivone Uribe wrote: Hi all!! I have a doubt. I have the mysql in these directories: /var/lib/mysql /var/lib/mysql/mysql /usr/bin/mysql /usr/lib/mysql /usr/share/mysql for this option --with-mysql[=DIR] where to look for MySQL libs and header files DIR

Re: Where's my FOO ? [Was: Daily patch: gateway]

2003-02-02 Thread Stipe Tolj
Hi, Why is this patch ? I liked the FOO. This one and the 202 responses are very important. ehmm, ok this goes to my credit. BOFH story: .net programmer [.NOT]: Hei, I've tryed to send a message but kannel gave me an error BOFH: really ? but I heard your mobile beeping, you got your

PPG: wap-push-user specific smsc-id config

2003-02-03 Thread Stipe Tolj
Hi list, Hi Aarno, I'm wondering how we can do something like this: (has been discussed already) ... group = ppg ... default-smsc-id = foo # the default smsc-id to use in bearerbox this is pretty easy, but what about this: ... grou = wap-push-user ... smsc-id = foo # user

Re: PPG: wap-push-user specific smsc-id config

2003-02-03 Thread Stipe Tolj
Andreas Fink wrote: I think both variants make sense. I would actually recommend the following approach: a) if smsc=... is set on the push, use it otherwhise use the one defined in group=ppg b) if group wap-push user has a default-smsc-id, use it if smsc=.. is not set by step a) c) if

Re: Where's my FOO ? [Was: Daily patch: gateway]

2003-02-05 Thread Stipe Tolj
ok, Bruno will get it's Foo back :)) For the sake of foo'ness ;) 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] Sender as shortnumber with CIMD2

2003-02-05 Thread Stipe Tolj
Andreas Fink wrote: Kannel should send the originator in the format it was submitted. I dont think adding another parameter is the right way to solve this. yep, I disagree also in adding more SMSC module specific config directives. It's already complicated enough. So I'd vote -1 for this.

Re: [PATCH] Sender as shortnumber with CIMD2

2003-02-05 Thread Stipe Tolj
Andreas Fink wrote: I don't understand what's the issue here. If you send the number as 123 it arrives on the phone as 123, if you send it as +123 it will arrive as +123. So is this not good enough?? agreed! I don't see any reason for issue either. Stipe [EMAIL PROTECTED]

Re: [PATCH] Sender as shortnumber with CIMD2

2003-02-05 Thread Stipe Tolj
Arne K. Haaje wrote: I don't understand what's the issue here. If you send the number as 123 it arrives on the phone as 123, if you send it as +123 it will arrive as +123. So is this not good enough?? Not it looks like the operators MC adds the + sign even when sending just 123. hmm,

Re: Text messages with UDH, bad DCS

2003-02-05 Thread Stipe Tolj
Enzo dell'Aquila wrote: I tried to send text messages with UDH with emi2 driver. This feature appears as y? (driver probably has this feature, has not been tested). I would like generate TP-DCS = 00h (it's good also 11h or 12h), I need 7 bit coding in DCS I use these parameters:

Re: PPG: wap-push-user specific smsc-id config

2003-02-05 Thread Stipe Tolj
Bruno Rodrigues wrote: Don't we have a forced-smsc-id in sendsms ? please use it instead of smsc-id to maintain consistency ;) yep, that's for the sendsms-user group, *not* for the wap-push-user group. They are not the same. I agree that we may name the smsc-id config directive in the

Re: RedHat spec file

2003-02-05 Thread Stipe Tolj
Oleg Titov wrote: Hello Kannel list, I was looking for kannel-*.rpm package and was unable to find it. I have downloaded v.1.3.0 sources and there I found 2 spec's files for RedHat system. Let me ask some questions: 1. Do Kannel developers team support RedHat? yep, we

Re: RedHat spec file

2003-02-05 Thread Stipe Tolj
Bruno Rodrigues wrote: (Zeca, are you there ? lunch at 13h30 ?) slightly off-topic, right?! :) Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299

Re: Need assistance....

2003-02-05 Thread Stipe Tolj
group = smsc smsc = at2 smsc-id = check modemtype = nokiaphone device = COM1 validityperiod = 167 speed = 9600 Is this correct for device.. variable under windows because it's not working with /dev/ttyS0? device = /dev/com1 would be the cygwin style to define COM1 serial device.

Re: Does Kannel log support logrotation

2003-02-05 Thread Stipe Tolj
Bruno Rodrigues wrote: Citando Alan McNatty [EMAIL PROTECTED]: This might be useful for you ... (add to /etc/logrotate.d or similar). Note: you need to restart Kannel as it doesn't have full signal support. you just need to killall -HUP bearerbox smsbox wapbox. -HUP doesn't re-read

Re: MMS files.

2003-02-05 Thread Stipe Tolj
Bruno Rodrigues wrote: Citando Maria Turk [EMAIL PROTECTED]: Does anyone know if there is a difference between MMS formats between nokia 7650 sony ericsson T68i and the GX10. Yes, they are. But there's a common mms format that works in them all (including Panasoinc GAD87). My

Re: kannel,devicehome,urgent

2003-02-05 Thread Stipe Tolj
The issue here is that the end user phone doesnt request device:home which you can then map to your default page but your device requests the URL www.phone.com. So the only way to fix this is to change the settings of the phone to request something else. This is not an issue of Kannel but of

Re: MMS binary

2003-02-05 Thread Stipe Tolj
Maria Turk wrote: I tried those but they don't work with T68i and GX10. any suggestions. hip hip hurrey, f**k the standards. :( Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: Can I use CDMA Network?

2003-02-05 Thread Stipe Tolj
Hi Jose, Jose Bernardo Ortega wrote: I live in Dominican Republic and work for an telco I want to know if can I use Kannel on CDMA Network and what make do for this? for what purpose do you want to use kannel? as WAP gateway? if yes, yes, you can use kannel to act as WAP gateway. Kannel is

Re: [PATCH] bug in urltrans.c

2003-02-05 Thread Stipe Tolj
patch has been commited to cvs. Thanks a lot. 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: Query regarding OTA specification

2003-02-05 Thread Stipe Tolj
Yogesh Chugh wrote: Hello Sir/Ma'am... Our Software development firm is using Kannel Gateway. Now we want to implement OTA specification in the current Kannel gateway. Is it possible and if yes then how we can implement this specification? Is there any need regarding SMSC for using OTA

[RFC] CIMD2 smscconn style patch from Kalle

2003-02-05 Thread Stipe Tolj
Hi list, can anyone who is using CIMD2 be so kind to test this patch: * CIMD2: rewrite to smscconn style Posted by: Kalle Marjola [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] Status: Stipe: requested another diff -u patch against current cvs from Kalle. I have requested

Re: User Guide for Palm OS

2003-02-05 Thread Stipe Tolj
Oleg Titov wrote: Hello Kannel developers and users, I have converted User Guide v.1.3.0 for iSilo document reader for Palm OS. In future plans - conversion for Weasel. You could get pdb, zip and pia files from http://www.aleph-tec.com/gsm.kannel.html that URL replies with an HTTP

Re: EMI Driver Bug

2003-02-05 Thread Stipe Tolj
Ok, I'm a bit confused now. What is the consensus of the discussion? I currently see only Alexander's patch here. Any votes? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0

Re: [PATCH] cimd2 validity period

2003-02-05 Thread Stipe Tolj
Bruno David Simões Rodrigues wrote: Citando Nicholas Rahn [EMAIL PROTECTED]: Hi list, Attached is a patch implementing the validity period (relative) for CIMD2 connections. It has been tested with one of our swiss CIMD2 connections. The documentation for the validity parameter

[RFC] rolling for 1.3.1 development release

2003-02-05 Thread Stipe Tolj
Hi list, I'd like to clear up the latest EMI2 DLR msg discussion with an group consensus and then tag and roll for 1.3.1 development release. Any other heavy objections? Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger

Re: Fw: [PATCH]bb_boxc vs smsbox and wapbox

2003-02-05 Thread Stipe Tolj
Index: gw/bb_boxc.c === RCS file: /home/cvs/gateway/gw/bb_boxc.c,v retrieving revision 1.60 diff -u -r1.60 bb_boxc.c --- gw/bb_boxc.c23 Jan 2003 23:52:37 - 1.60 +++ gw/bb_boxc.c30 Jan 2003 16:01:20

Re: Where's my FOO ? [Was: Daily patch: gateway]

2003-02-05 Thread Stipe Tolj
ok, HTTP/1.x %d Foo style has been committed again 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: User Guide for Palm OS

2003-02-06 Thread Stipe Tolj
http://www.aleph-tec.com/gsm/kannel.html a link will be available in http://www.kannel.org/doc.shtml to your page shortly. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0

Re: smscconn cimd2

2003-02-06 Thread Stipe Tolj
Kalle Marjola wrote: The patch required some work to do from our CVS version and that final version is only at my desktop computer - which currently does not boot (disk crash) and I'm about 3000 kms away from fixing it. I guess that are some bad pre-conditions to get a patch from you ;)))

Re: [PATCH] DLRs crash smsbox using CIMD2

2003-02-06 Thread Stipe Tolj
--- smsc_cimd2.c.cvsThu Feb 6 12:55:00 2003 +++ smsc_cimd2.cThu Feb 6 12:54:12 2003 @@ -1588,8 +1588,7 @@ goto io_error; next_reply: -/*reply = cimd2_get_packet(smsc,ts);*/ -reply = cimd2_get_packet(smsc, NULL); +reply = cimd2_get_packet(smsc,ts);

Re: Motorolla 350 OTA

2003-02-06 Thread Stipe Tolj
Maria Turk wrote: does anyone have example binary OTA for the new motorolla 350. you mean OTA config SMS? I'm not aware that Motorola supports that. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470

[Fwd: Removing WTP-SAR limit 32768 B]

2003-02-10 Thread Stipe Tolj
Hi list, forwarded. 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: connection of bearerbox with GSM modem

2003-02-10 Thread Stipe Tolj
Anupama R wrote: Hello, I work with the cygwin installation of kannel on a win2k machine. I have a peculiar problem with the bearerbox. When I start bearerbox utility and try and connect to the modem, the speed in the conf file does not seem to match and the connection fails. But if I

Re: MMS-Ind: Ports and expiry date

2003-02-10 Thread Stipe Tolj
Friedrich, Jason Brian wrote: could somebody tell me more about the ports section in the mms notification? Why is there a source and destination port? I thought that only a destination port is necessary. (Nokia has different ports for different applications). MMS notifications are pushed

Re: Does Kannel log support logrotation

2003-02-10 Thread Stipe Tolj
Alan, please do not patch configure itself. It's the autoconf output out of configure.in. If you have to change something, please try to patch configure.in and provide a patch to it. After that we can run autoconf and commit an auto-generated configure script. Stipe [EMAIL PROTECTED]

Re: Does Kannel log support logrotation

2003-02-10 Thread Stipe Tolj
Alan, can you provide the userguide.xml patch in diff -u (unified) format, that should be easier to read and to apply. Thanks in advance. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel:

Re: connection of bearerbox with GSM modem

2003-02-11 Thread Stipe Tolj
Anupama R wrote: 1) connect the gsm modem to usb port 2) start bearerbox to connect to modem at 115200 (speed set in conf file) 3) bearerbox fails to connect, because after opening port at that speed, at command fails 4) connect the modem through hyperterminal (Hilgraeve product, comes with

Re: Fw: kannel dependancies

2003-02-12 Thread Stipe Tolj
Bruno Rodrigues wrote: After Stipe releases devel 1.3.1, I'll generate and upload new debian packages for that release. I don't have time now for generating 1.3.0 packages when we are so close to 1.3.1 release. which will be in the upcoming days. (or even today, if I don't find anything

Re: Does Kannel log support logrotation (userguide patch)

2003-02-13 Thread Stipe Tolj
Hi Alex, logrotate being owned by RedHat is not currently updated on Solaris, so instead I'm using rotatelog which is Perl based and very portable. I'll add some documentation on that (as well as example configurations) if of interest to the Solaris users among us? definetly. Please setup

[REQ] submitting patches

2003-02-13 Thread Stipe Tolj
Hi there, Please, could anyone who submits patches in attached files prefix the mail subject with [PATCH], this makes it easier for us to identify those mails that contain patches, i.e. [PATCH] fixes a bug in the smsc_smpp.c module, etc. This holds also for patches that are re-submited within a

Re: SMPP driver default autodetect should be 1

2003-02-13 Thread Stipe Tolj
Alex Judd wrote: By default we are disabling the auto switching of TON and NPI in the SMPP driver. I think we should enable this by default and then allow to explicitly turn it off. smsc_smpp.c, line 1272, autodetect_addr = 1; Make sense to everyone? any objections from the others?

Re: Billing Kannel SMS side

2003-02-13 Thread Stipe Tolj
Kita B. Ndara wrote: Is there any good reason why the kannel sms part does not incorporate some kind of billing support? What I have in mind is: - Before a message is sent to the SMSC, a script is run by bearerbox. If it returns zero, the message is sent. This is for balance checking -

Re: Problem with SMPP 3.3 SMSC in message delivery

2003-02-13 Thread Stipe Tolj
Ritesh Shah wrote: The Kannel 1.0.3 version works fine, but the later versions give this error when the gw. receives the msg. (got DLR but could not find message or was not interested in it) This prob. is happening only with logica SMSC, I haven't faced this issue with any other SMSC. try

[RFC] yesterday commits

2003-02-13 Thread Stipe Tolj
Hi Aarno, can you comment on this part of your patch, please: Index: gateway/gwlib/socket.c diff -u gateway/gwlib/socket.c:1.53 gateway/gwlib/socket.c:1.54 --- gateway/gwlib/socket.c:1.53 Wed Nov 13 10:22:56 2002 +++ gateway/gwlib/socket.c Thu Feb 13 10:35:48 2003 @@ -510,7 +510,7 @@ }

Re: Billing Kannel SMS side

2003-02-13 Thread Stipe Tolj
Arne K. Haaje wrote: I am thinking about adding support to the CIMD2 module for the Tarrif field. This is in Nokias official specifications. It is a field like any others where you can set the tarrif class. As it is in the official specs. I think it would be useful. Are there any

Re: SMPP driver default autodetect should be 1

2003-02-13 Thread Stipe Tolj
Andreas Fink schrieb: any objections from the others? I'm +0 on this. Can anyone enlighten me on what it is autodetecting here? Then I can come to some opinion... it's autodetecting the TON, and hence sets the destination TON accordingly for submit_sm PDUs. Stipe [EMAIL PROTECTED]

Re: [RFC] yesterday commits

2003-02-14 Thread Stipe Tolj
Aarno Syvänen wrote: I will fix this. I'd prefer a roll-back to the previous revision for the gwlib/socket.c file, cause there haven't been any bug or problem reports on this issue. Stipe [EMAIL PROTECTED] --- Wapme Systems AG

Re: SMPP driver default autodetect should be 1

2003-02-14 Thread Stipe Tolj
ok, commited 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: http://www.wapme-systems.de

Re: nokia 7110

2003-02-14 Thread Stipe Tolj
2) in your opinion, what is a heavy duty GSM modem? does anyone else on the list have an opinion/recommendation for a heavy duty GSM modem? i've seen people mention wavecom before ? we run some Siemens M20 (with updated firmware). They work pretty well and for that ammount you need they

Re: Does Kannel log support logrotation (userguide patch)

2003-02-14 Thread Stipe Tolj
applied 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

[Fwd: Support]

2003-02-14 Thread Stipe Tolj
forwarded from wrong mailing 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: receiving a Vcard and save toa DB

2003-02-14 Thread Stipe Tolj
joseph mercado wrote: Has anyone already implemented kannel to recieve a Vcard and point to a url where it get parse and be save to DB I have played a bit with the Nokia smart messaging stuff. I didn't recall exactly if the vcard is delivered with alternative DCS fields?! AFAIK, binary DCS

Re: Urgent Query ??

2003-02-14 Thread Stipe Tolj
Dheeraj Anand wrote: I need some information very urgently. a urgent reply will be appreciated. my ques is: Hmm, your mail is dated from Saturday morning CET, but I received it now. So it appears you didn't tell your SMTP server that this issue is urgent ;)) *g* Is Kannel 100% wap 1.2.1

Re: (no subject)

2003-02-14 Thread Stipe Tolj
Hi Kang, BTW, cool, we have people from Siemens, Nokia and Motorola on the list. :)) I guess the swidish Ericssons are a little bit shier then the others :)) I like the idea that members of those device manufacturer companies deal with Kannel. It's definetly a positive signal to Kannel and I'd

Re: Urgent Query ??

2003-02-14 Thread Stipe Tolj
Bruno Rodrigues wrote: Citando Stipe Tolj [EMAIL PROTECTED]: No, Kannel is not fully WAP 1.2.1 compliant. We cover the most important parts: WTP-SAR, WAP Push, no UAProf. I might have some news about UAProf one of these days ;) Hint: Deli, Cocoon, Vodafone live that would

[RFC] config directive 'country-prefix' in wap-push-user group

2003-02-14 Thread Stipe Tolj
Hi Aarno, Hi others, AFAIS, the 'country-prefix' is simply prefixed to the given number in case it's set for a wap-push-user group, see gw/wap_push_ppg_pushuser.c:770: if (u-denied_prefix != NULL) { denied = octstr_split(u-denied_prefix, octstr_imm(;)); for (i = 0; i

Re: [PATCH] Re: EMI Driver Bug

2003-02-15 Thread Stipe Tolj
Alexander Malysh wrote: Hi All, attached patch should solve the bug , make small cleanup and add additional sanity check... please look in it and vote ... ok, we had positive votes on this, so I'm commiting this. AFAIS, Andreas was the only one with objections?! If he doesn't veto the

Re: Does Kannel log support logrotation (configure.in patch)

2003-02-15 Thread Stipe Tolj
Alan McNatty wrote: Ok thanks - I see now how it works .. I've attached patch below in unified format. I've changed the order so that you first check for --enable-docs, etc then check to see if jade, jadetex, etc are all installed before confirming that indeed the docs should be made.

Re: MMS compiler

2003-02-17 Thread Stipe Tolj
Friedrich, Jason Brian wrote: Hello everyone, i am able to send MMS Notifcations now (and i have toasted a 7650 already ;).*hooray* But i am facing a new problem *g*. How to compile MMS? At the moment i use NowSMS to compile them but it runs only with a Windows Operating System. which is

Re: MMS compiler

2003-02-17 Thread Stipe Tolj
Jason Brian Friedrich wrote: On Mon, 2003-02-17 at 10:45, Stipe Tolj wrote: which is definetly the choise to have ;) Not really *gg* We aim to have corresponding functions in Kannel, but they haven't been implemented yet. That would be really great. Are there any plans or can you

[RFC] urltrans'lations

2003-02-17 Thread Stipe Tolj
Hi list, I got an idea that would be an easy but powerfull feature for the sms-service urltrans()ing. I'd like to introduce a boolean sms-service config directive, maybe 'non-authorative' (defaulted to 'no') that does the following: If set to yes, then the urltrans search is continued and hence

Re: [RFC] urltrans'lations

2003-02-17 Thread Stipe Tolj
Alexander Malysh wrote: Hi Stipe, List, Am Montag, 17. Februar 2003 16:48 schrieb Stipe Tolj: [snip] BTW, anyone tried to port Netikos's urltrans() routines (which are very good IMO) to the official source tree?! Can you please provide link to their changes/patches ? please check

Re: Kannel wap limits ?

2003-02-18 Thread Stipe Tolj
I'm trying to force kannel to let a mobile download realplayer.sis file (584.720bytes) through it. I know that I'm crazy to try it, but I just need to know the limits of kannel and see if we can do better than CMG ;) we definetly sould do better :) Stipe [EMAIL PROTECTED]

Re: DCS and PID handling in Kannel

2003-02-18 Thread Stipe Tolj
If it's DCS is really broken up in MO SMPP, then please re-send the patch. Use [PATCH] in the mail subject line. And try to explain in the mail what the problem was and what you patch does to fix it. Thanks in advance. I'm definetly willing to review it and vote. At least we can offer you that

Re: [PATCH] allow setting service-type for SMPP SMSC

2003-02-18 Thread Stipe Tolj
David Holland wrote: Please find below a patch to allow an SMPP SMSC group to contain a service-type definition. Previously Kannel would always send NULL, i.e. use default service-type. I've tested this patch and it works against Xwireless/Mblox SMPP server. If no-one objects I'll commit it

Re: [PATCH] allow setting service-type for SMPP SMSC

2003-02-18 Thread Stipe Tolj
David Holland wrote: On Tue, Feb 18, 2003 at 02:58:12PM +0100, Stipe Tolj wrote: One thing only: what's the default of the value if *no* config directive is given?! NULL. (and I have tested that -- it appears correctly in the PDU dump) It looks you don't initialize the variable

Re: [PATCH] allow setting service-type for SMPP SMSC

2003-02-18 Thread Stipe Tolj
+1 from me too. We use similar patch for a while... so why didn't you post it ;)) Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL

Re: [PATCH] allow setting service-type for SMPP SMSC

2003-02-18 Thread Stipe Tolj
Ian Cass wrote: David Holland [EMAIL PROTECTED] wrote: I've tested this patch and it works against Xwireless/Mblox SMPP server. Heh, I wrote that server :) ok, so we know who to blaim ;)) just kidding. I guess you're then interested in getting smppbox into Kannel's cvs repository,

Re: [PATCH] allow setting service-type for SMPP SMSC

2003-02-18 Thread Stipe Tolj
just kidding. I guess you're then interested in getting smppbox into Kannel's cvs repository, right?! No, it's a standalone app that has nothing to do with Kannel. I know (or I assumed to be more precise :). But I guessed you'd be interested in playing arround with out SMPP server

Re: Cookie handling

2003-02-19 Thread Stipe Tolj
Bruno Rodrigues wrote: Citando Wilms, Stefan, VIS-THND [EMAIL PROTECTED]: Dear all, trying to get access to our intranet via WAP, using kannel 1.1.6 (with --enable-cookies compiled) There's something wrong with cookie support but as I'm gonna need them to work soon for a project

Re: multiple bearer box ?

2003-02-19 Thread Stipe Tolj
Bruno Rodrigues wrote: We have only one bearerbox and one smsbox for 16 connections and alot of messages per day, and sometimes I'm scared when I enable a 50msg/sec on one of those connections for doing mass spam but then, while I'm sending them, I'm watching and testing the other

Re: multiple bearer box ?

2003-02-20 Thread Stipe Tolj
Alexander Malysh wrote: Not 100% true ;) We run one logical link per bearerbox (e.g. 3 sessions for one offerer). For now I have not seen any performance bottleneck issues with bearerbox. Some of our bearerboxes running with ~60sms/sec. Now you will ask, why multiple bearerboxes ;) It's

Re: multiple bearer box ?

2003-02-20 Thread Stipe Tolj
Aarno Syvänen wrote: I once stress tested stand-alone bearerbox. (Standalone meaning I was using smsboxes that did not do any fetch, but returned a standard text message instead.) I got value 1200 msg/s and must use ~20 smsboxes before I reached 100 % cpu utilisation. Cpu was AMD Athlon,

Re: multiple bearer box ?

2003-02-20 Thread Stipe Tolj
Kalle Marjola wrote: The current Kannel is, however, made in that way that it gets trashed if it receives messages faster than it can handle, so beware :] yes, in some sense. But that would mean you have an permanent(!) input stream of 100-200 msg/sec. and this is very unlikely. Of course

Re: multiple bearer box ?

2003-02-20 Thread Stipe Tolj
Alexander Malysh wrote: Am Donnerstag, 20. Februar 2003 09:35 schrieb Kalle Marjola: The current Kannel is, however, made in that way that it gets trashed if it receives messages faster than it can handle, so beware :] I have sent patch to the list for avoiding this issue , but

Re: rpm files for v.1.3.1

2003-02-23 Thread Stipe Tolj
Oleg Titov wrote: I made rpm files for v.1.3.1. Get them from http://www.aleph-tec.com/gsm/kannel.html I have included Alan McNatty [EMAIL PROTECTED] logrotate support (is it possible to include that file into cvs tree?). kannel-manual was renamed to kannel-doc (please, rpm -e

Re: [PATCH] Re: RE : SMPP 3.3 trouble

2003-02-23 Thread Stipe Tolj
David Holland wrote: On Fri, Feb 21, 2003 at 04:45:53PM +0100, Angel Fradejas wrote: It seems someone rolled it back :-( Oops. I think Stipe took it out in revision 1.12... Stipe, was that deliberate? Hmm, I don't see what you mean?! I rolled-back Andreas changes concerning msg-id-type

Re: [PATCH] Re: RE : SMPP 3.3 trouble

2003-02-23 Thread Stipe Tolj
Angel Fradejas wrote: Yep of course +1, this is something I already submitted on Sep 06 2002, and was accepted. See http://www.kannel.3glab.org/cgi-bin/viewcvs.cgi/gateway/gw/smsc/smsc_smpp.c. diff?r1=1.9r2=1.10 http://www.kannel.3glab.org/cgi-bin/viewcvs.cgi/gateway/ChangeLog.diff?r1=1.

Re: [PATCH] Re: RE : SMPP 3.3 trouble

2003-02-23 Thread Stipe Tolj
thanks Alexander for detecting the mistakenly deleted line from a roll-back. It's fixed now in CVS. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299

Re: multiple bearer box - Netikos?

2003-02-23 Thread Stipe Tolj
Nisan Bloch wrote: I think rolling NMGW into Kannel would be worthwhile. At the same time come up with a combined bbox+smsbox version, with the same HTTP interface. In addition an API to build XXXboxs with. Smsbox would be the first such app and maybe the smppbox and emibox that have been

Re: multiple bearer box ?

2003-02-23 Thread Stipe Tolj
Nisan Bloch wrote: At 10:29 AM 2/20/03 +0100, Stipe Tolj wrote: ok, as all of you kick-ass with benchmark figures, I'll do too ;)) The max. throughput we reached with a Dell PowerEdge 2x CPU (1.2 GHz) Linux 2.4 Kernel in a fakesmsc - bearerbox - smsbox chain was approx. 2400 msg/sec

Re: kannel

2003-02-23 Thread Stipe Tolj
joseph lapuz wrote: Hi Im using the sms gateway of your kannel in sending text messages, is there's a way to change the sender's mobile number when sending a message? you should definetly read the user's guide. Stipe [EMAIL PROTECTED]

Re: [PATCH] add restart to bearerbox

2003-02-24 Thread Stipe Tolj
Alexander Malysh wrote: Hi list, attached patch adds restart functionality to bearerbox and will fix small bug in bb_boxc.c (not closing of listen socket while shutting down). Please look in it and vote ;) +1, commited to cvs. Stipe [EMAIL PROTECTED]

<    4   5   6   7   8   9   10   >