[PATCH] making -D_FILE_OFFSET_BITS=64 the default for linux

2006-06-02 Thread Stipe Tolj
Hi list, now, I'm not aware how latest distros handle the file size problem for the 2 GB barrier, but some of us who run production systems experience a cabum... it stopped effect when Kannel log files hit the barrier. Maybe we should do apply the CFLAGS value as default for linux? Attached

Re: [PATCH] Further changes to gwlib/mime.[ch] - resent

2006-06-02 Thread Stipe Tolj
Paul Bagyenda wrote: With subject change. Apologies Hi, Attached is a new diff to update the mime libs somewhat, after my last updates. This one reduces the amount of copying that goes on as the interface passes objects back and forth Cheers Hi Paul, thanks for submission... I have

Re: sqlbox mysql re-connection (question)

2006-06-04 Thread Stipe Tolj
Mi Reflejo wrote: Umh. It is working identically to bearerbox. dbpool_conn_consume is moving in connections (max-connections) until the list is empty. At this point, gwlist_consume waits forever. Sqlbox is doing the right things. We need to fix dbpool of kannel. patch for dbpool? ;) Stipe

Re: Hosting!

2006-06-07 Thread Stipe Tolj
Clarey, Nick wrote: Folks, We are definitely moving buildings at the end of this month. We need a new host for the kannel.org machine. Now is the time to put your hand up and avoid major downtime. :-) My preference is that one of the active committers takes the machine, but failing that I

Re: [PATCH] allow multiline in config

2006-06-11 Thread Stipe Tolj
Alexander Malysh wrote: Hi, please find attached patch that allows multilines in bash styli in the config file. E.g.: option = very long \ jsdgfjshf in order to have \ at the end: option = not long \\ Comments and votes please. since this can be considered an feature add-on and no

Re: [PATCH] config definition file hooking (for external modules), ie. sqlbox, mbuni, etc.

2006-06-11 Thread Stipe Tolj
Stipe Tolj wrote: Hi list, now, as Kannel maintains its own way of knowing what config directives are allowed in group sections, this is a problem if external modules, ie. Rene's sqlbox or Paul's Mbuni need to use the same gwlib/cfg.[ch] thingies. I tried to introduce a generic hooking

Re: Hosting!

2006-06-11 Thread Stipe Tolj
Hi Nick, Fine by me! Please let me know your decision. This is going to get pretty urgent pretty quickly - the plug is pulled on the 24th of June. You guys will need to take a backup of the important stuff on the machine (the CVS repository and the mailing list are probably the only really

Re: Somewhat OT... How to submit multiple PATCHES against cvs head?

2006-06-11 Thread Stipe Tolj
Josh McAllister wrote: Can someone enlighten me on the easiest way to submit multiple distinct patches against CVS-head? If I simply do a cvs diff -u I will of course get 1 patch with all changes I've made? Is there a way I can mark separate revisions locally? hm, tricky, in case you local

Re: Strange from in Service Indication

2006-06-11 Thread Stipe Tolj
Shmulik Yudkovich wrote: Hi, When I'm sending service indication (WAP-PUSH) through the Kannel to a phone, then when the message is received in the phone, the sender of the message appears to be 1234 (I see from 1234). I've noticed that it happens only on Symbian based phones. I've tried to

Re: [PATCH] allow multiline in config

2006-06-11 Thread Stipe Tolj
Rene Kluwen wrote: +0 from me. I don't have any objections to this particular patch. But shouldn't we wait with new features until at least we have a new stable version? I think that has priority by now. yep, agree'ing... I consider this patch as a can't hurt, let it in one. Stipe

Re: [PATCH] config definition file hooking (for external modules), ie. sqlbox, mbuni, etc.

2006-06-11 Thread Stipe Tolj
Rene Kluwen wrote: -1 from me. Reason 1: Does this mean add-ons need to temporarily use an interim API and switch to another API when it becomes available? now, this is a solution for add-ons to use a add-hook based approach. So this _can_ be considered an API format for the adding of the

Re: [PATCH] config definition file hooking (for external modules), ie. sqlbox, mbuni, etc.

2006-06-11 Thread Stipe Tolj
BTW guys, sorry for my (at least sometimes) bad grammer in english. I simply type, and do not double-check using any auto-checking tool. So that's why some words get messed up totally. Don't catch on my for those... otherwise my beer credit'ing would go nutz... anyway, some guys of you have

Re: [PATCH] allow multiline in config

2006-06-11 Thread Stipe Tolj
Alexander Malysh wrote: Hi, please find attached patch that allows multilines in bash styli in the config file. E.g.: option = very long \ jsdgfjshf in order to have \ at the end: option = not long \\ Comments and votes please. commited to cvs: 2006-06-12 Stipe Tolj stolj at kannel.org

[Fwd: error after receiving messages (modem is wavecom)]

2006-06-11 Thread Stipe Tolj
forwarded to devel@ in order to relief this soul if one of our AT (smsc_at.c) experts can review. Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF)

Re: [Fwd: error after receiving messages (modem is wavecom)]

2006-06-11 Thread Stipe Tolj
2006-06-08 15:22:08 [7311] [6] DEBUG: AT2[wavecom]: -- +CMT: ,24 2006-06-08 15:22:08 [7311] [6] DEBUG: AT2[wavecom]: -- 0791361908005030040C913629418479856060805112920005CF35288C06 2006-06-08 15:22:08 [7311] [6] DEBUG: AT2[wavecom]: Numeric sender (international) +639214489758 2006-06-08

new autoconf 2.5 without config.cache?

2006-06-12 Thread Stipe Tolj
Hi list, Alex commited a new configure[.in] that raises autoconf version dependancy from 2.18 to 2.5. AFAIS, the configure run takes longer. But that's ok for a first run. But I don't see a config.cache after the run? So, each re-run will do all the tests again? Alex, is there an autoconf

Re: Compiling Kannel 1.4.0 on a MAC G5 OSX 10.4.6

2006-06-13 Thread Stipe Tolj
Ashraf Tawakkol wrote: Dear all, We are trying to compile the Gateway for trial and development purposes on a Mac OSX (tiger) 10.4.6 system. Hardware used is an iMac G5. First we downloaded and installed the Libxml2 version 2.6.26 and things seemed to go on smooth and fine. Then we went on

Re: [PATCH] (sqlbox) sqlbox.patch

2006-06-13 Thread Stipe Tolj
Mi Reflejo wrote: New sqlbox.patch for sqlbox module according to the last gateway update. Hi Martin, thanks a lot for the submission. We appritiate your work on Kannel, and I have to admit that this is a good way to go... Now, some critics anyway (even while Rene is more in charge for

Re: [PATCH] config definition file hooking (for external modules), ie. sqlbox, mbuni, etc.

2006-06-13 Thread Stipe Tolj
Rene Kluwen wrote: -1 from me. Reason 1: Does this mean add-ons need to temporarily use an interim API and switch to another API when it becomes available? Reason 2: mBuni, sqlbox require patches to the Kannel sources either way. It doesn't matter if such patches also patch cfg.def or not.

Re: Problem : logging wap access to access-log

2006-06-13 Thread Stipe Tolj
Hi Stephane, I'll try to guide. [EMAIL PROTECTED] wrote: Hi, please excuse me if this is not the right place to post as it is the first time I ask for help on Kannel. I work for a telecom operator and we've been using Kannel as a Wap gateway for the last 12 months. As you know, we have to

Re: Problem : logging wap access to access-log

2006-06-14 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: Hi, I tried both modifications separately and at the same time, with no result. I removed nearly everything from the config file. No result again. I finally added an access-log directive to the wapbox group and it works ... yep, that's where it belongs to for WAP

Re: [PATCH] (sqlbox) sqlbox.patch

2006-06-14 Thread Stipe Tolj
Hi Martin, Mi Reflejo wrote: yes, but i don't think that sqlbox can be moved out of Kannel since some modification to smsbox need to be made. *** that's a problem indeed. AFAIU the smsbox connects to the sqlbox rather then the bearerbox port. So sqlbox acts (from the view of smsbox) as

Re: [PATCH] (sqlbox) sqlbox.patch

2006-06-14 Thread Stipe Tolj
Mi Reflejo wrote: Hi Stipe, On 6/14/06, Stipe Tolj [EMAIL PROTECTED] wrote: that's a problem indeed. AFAIU the smsbox connects to the sqlbox rather then the bearerbox port. So sqlbox acts (from the view of smsbox) as bearerbox. Ok, that's why you guys need to seperate and add the config

Re: [PATCH] (sqlbox) sqlbox.patch

2006-06-14 Thread Stipe Tolj
Mi Reflejo wrote: Good one, Alex Adding bearerbox-port to smsbox group should be a good solution. I'll follow that way. nop, I'm -0 on this... see my response on the other mail for argues. Alex argues that smsbox would be runnable without core group... now, that doesn't make sense in the

Re: cvs is broken

2006-06-20 Thread Stipe Tolj
Tomas Varaneckas wrote: Hi, i've noticed that i cannot perform cvs checkout/update. that's what i get: cvs update: Updating debian cvs update: Updating doc cvs update: Updating doc/alligata cvs [update aborted]: internal error: no revision information for 1.1? access there seems to be some

Re: Kannel-1.4.0 Error Compile in Solaris 10?

2006-06-22 Thread Stipe Tolj
ot00ng wrote: dear all... I just try to compile Kannel-1.4.0 to my Solaris 10 sparc box with: # ./configure --disable-ssl --disable-docs --disable-assertions # gmake but it always end up with: -- gcc -D_REENTRANT=1 -I. -Igw -DSunOS=1 -I/usr/include/libxml2 -o utils/mtbatch utils/mtbatch.o

[FYI] mailing lists are up again

2006-07-05 Thread Stipe Tolj
Hi list, you may have noticed that all of you (BTW, we have arround 850 subscribers in the devel list) have received a welcome message from our mailman, indicating that normal service of the lists is up again and all members have been automatically re-subscribed. Stipe

[FYI] SPAM in maling lists

2006-07-05 Thread Stipe Tolj
Hi list, we use now SA (SpamAssessin) to scan SMTP transactions for SPAM. You may filter out those kind of messages by applying specific rules in your MUA via taking care of the various included X-Spam_foobar SMTP headers. Stipe

Re: about SMSC protocols

2006-07-05 Thread Stipe Tolj
Hi Darien, Darien Jesus Alvarez de la Cruz wrote: Hello everybody: My name is Darien Jesus Alvarez de la Cruz. I am from Cuba and I am studying Informatics Sciences at my last year, so I have to make my thesis. I would like to make my investigation about: A

Re: [PATCH] 0000326: SMSbox CRASH: PANIC: gwlib/list.c:502: lock: Assertion

2006-07-05 Thread Stipe Tolj
Mi Reflejo wrote: ++1 good catch yep, +1, applied to cvs and resolved bug. Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/

Re: [PATCH] config definition file hooking (for external modules), ie. sqlbox, mbuni, etc.

2006-07-05 Thread Stipe Tolj
Stipe Tolj wrote: Hi list, now, as Kannel maintains its own way of knowing what config directives are allowed in group sections, this is a problem if external modules, ie. Rene's sqlbox or Paul's Mbuni need to use the same gwlib/cfg.[ch] thingies. I tried to introduce a generic

Re: Problem with TON=1

2006-07-05 Thread Stipe Tolj
Alejandro Guerrieri wrote: Dear Devels, I'm having problems receiving MO messages when addr-ton = 1 I get an error: Mallformed addr `12345, expected at least 7 digits. I've isolated the problem to smsc_smpp.c, function convert_addr_from_pdu(): ... switch(ton) { case

Re: Problem with TON=1

2006-07-06 Thread Stipe Tolj
Alejandro Guerrieri wrote: *-addr-ton=1 y *-ton-npi=1 were as per operator's requirement. So they are (probably) violating some specs by setting ton=1 and using a 5 digits short number? I didn't find the 7-digits limit on SMPP 3.4 papers, but I'm sure it's there for some reason (only I

Re: [PATCH] config definition file hooking (for external modules), ie. sqlbox, mbuni, etc.

2006-07-06 Thread Stipe Tolj
Mi Reflejo wrote: Great, we need to add that hook to sqlbox-standalone module. yep, go ahead... I also need to get the example configure/make build environment ripped out of my add-on boxes to let you use it. Stipe --- Kölner

Re: sending sms with blank source

2006-07-06 Thread Stipe Tolj
Mi Reflejo wrote: Try puting global-sender = in smsbox group and doing the GET without from variable. as far as I recall the from variable is a required/must field for smsbox's sendsms interface. At least it has to be present, even while no value assigned. Stipe

Re: Some remarks

2006-07-06 Thread Stipe Tolj
Vincent CHAVANIS wrote: Yep, i'm in favor of normlizing all args. (host=-h port=-p etc...) btw, your patch is incomplete, (i.e static char usage) yeah, if we could... It's not a mistake that I had to switch -p - -r for fakesmsc. The reason is Alex's way to include generic binary switch

Re: Some remarks

2006-07-06 Thread Stipe Tolj
Colin Pitrat wrote: Okay, but then there is a conflict with randomize that is -p, and the help is not consistant as it says -p for port and -r for randomize. ??? Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany

Re: sqlbox stand-alone

2006-07-06 Thread Stipe Tolj
Mi Reflejo wrote: I was implementing in sqlbox the hook that stipe added yersterday. If we use a stand-alone sqlbox module we need two have 2 config files. One for kannel itself and other for sqlbox. (That is because if we have an sqlbox group in config file, bearerbox can't pass cfg checks

Re: Some remarks

2006-07-07 Thread Stipe Tolj
Colin Pitrat wrote: lorry, I was tired. What I wanted to say is that -r option is short for --randomize in fakesmsc, and it's also short for --port : if (strcmp(argv[i], -r)==0 || strcmp(argv[i], --port)==0) [...] else if (strcmp(argv[i], -r)==0 || strcmp(argv[i], --randomize)==0)

Re: CIMD 2.0 Greek

2006-07-07 Thread Stipe Tolj
Thanos Chatziathanassiou wrote: Stipe Tolj wrote: Thanos Chatziathanassiou wrote: --- charset.c.orig Thu Jan 22 16:08:24 2004 +++ charset.c Mon Feb 27 12:23:49 2006 @@ -76,11 +76,15 @@ * The escape character, at position 27, is mapped to a space, * though normally the function

Re: Some remarks

2006-07-07 Thread Stipe Tolj
Colin Pitrat wrote: Stipe Tolj wrote: I had a report of an other Kannel user that cvspserver was not available for TCP connection? Can you state a timestamp for this? Well, when I go to http://kannel.org/cgi-bin/lxr/source, I've got the Apache Test Page, but I just figured that ViewVC

Re: CIMD 2.0 Greek

2006-07-07 Thread Stipe Tolj
Alexander Malysh wrote: Hi, this patch is really a kludge and so -1 from me. As to leave smsc module with GSM0338 that is also wrong. Message body should leave smsc module in UTF8 so than we can handle every charset. User then should be responsible to convert it some other charset if

Re: CIMD 2.0 Greek

2006-07-07 Thread Stipe Tolj
Alexander Malysh wrote: nope, smsc abstraction layer has nothing todo with message body. Message body should be always UTF-8 within bearerbox. Where you could iconv is the smsbox where we communicate to/from user. All boxes that would like to send SMS must have message body converted to

Re: [SQLBOX] Stand Alone Module

2006-07-08 Thread Stipe Tolj
Mi Reflejo wrote: Err devellist is denying msg 40kb. So download it from here: http://200.73.185.22/temp/martin/sqlbox-standalone.tar.gz Thanks. Martin Hi Martin, yep, mailman's security/abuse default is 40kb for attachements to the list. I just enabled the UserDir public__html option

Re: smpp server

2006-07-21 Thread Stipe Tolj
Igor Ivoilov wrote: Hi Anand, See perl module Net::SMPP, it has server side implementation. I use it for test purposes. yep, there are some things out there that allow you to connect via SMPP. But this Perl module still lacks a lot of things, mainly the ability to interact directly with

Re: smpp server

2006-07-21 Thread Stipe Tolj
Anand Gupta wrote: Hi! Is there something like kannel which can be used as an smpp server ? I want to use it in production, and not testing. yes, it's an extention to Kannel, based on the same libs as Kannel... the thing is called smppbox (SMPP v3.4 server) and connects to Kannel's

Re: smpp server

2006-07-21 Thread Stipe Tolj
Anand Gupta wrote: Hi Everyone! I know probably this is the wrong question, but can anyone tell me that if i want to run a smpp server, what software is available which i can use ? I saw the logica site, and the smpp library, but what i am looking for is a complete software which i can use.

Re: [PATCH] Service routing based on the account field

2006-07-22 Thread Stipe Tolj
Alejandro Guerrieri wrote: I've noticed there were no way for Kannel to do service routing based on the account field. This is specially handy when you use an HTTP module to receive messages and the smsc gets encoded on the account field, so you get a single smsc with different accounts

Re: [PATCH] Service routing based on account field

2006-07-22 Thread Stipe Tolj
Alejandro Guerrieri wrote: Seems like the list server rejected my last email because of the attachment, here goes again with the patch inline. g don't inline patches, we'll never get them out of the mail clean for review and patching local test trees. :( At least I got the last

[Fwd: [PATCH] smpp smsc throttling]

2006-08-01 Thread Stipe Tolj
Hi list, forwarded Stuart's patch in order to detach from mail message reference... A lot of us use fancy MUAs that dispay cascaded threads via reference and this message got to Vincent's comment from 2006-06-12, and hence a tooo far away from the top of the list :) A reminder to all:

Re: ***free():*** invalid pointer

2006-08-15 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: Hi , it is 1.4.0 running on centos 4.2 dell xeon and reproducable? constantly? or occationally? Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture

Re: Segmentation fault on x86_64

2006-08-17 Thread Stipe Tolj
Peter Nixon wrote: Hi Alex It is 1.4.0. The latest rpm I have built is: http://software.opensuse.org/download/home:/peternixon/SUSE_Linux_10.0/x86_64/kannel-1.4.0-22.1.x86_64.rpm Please note that as I am currently working on the spec file to clean it up it is being rebuilt quite often so

Re: Kannel HTTP MO delivery failing under load

2006-08-18 Thread Stipe Tolj
Hi Giulio, Giulio Harding wrote: We're looking for some help/advice with a Kannel problem we've just encountered. - We're using Kannel CVS (up-to-date as of today, 28/07/2006) - Kannel is built with --prefix=/opt/kannel --enable-start-stop-daemon - Kannel is running on an Intel Xeon 2.8 GHz

Re: long messages

2006-08-19 Thread Stipe Tolj
Denis V. Gudtsov wrote: I'm using kannel 1.4.0 to connect to SMSCs by SMPP v3.4. My operator uses optional parameters sar_* for a long message indication. How i can pass this parametrs to my script? Without this i have to send 2 sms messages back to sender in a reply to one long his message.

[RFC] SMPP: refusing DLRs that are not found in DLR storage?

2006-08-19 Thread Stipe Tolj
Hi list, I wonder if we should/can change logic to refuse any deliver_sm PDU containing a DLR information when we don't find the associated DLR temp data in our internal storage? This could be done by responding with deliver_sm_resp.command_status = ESME_RX_R_APPN, which reads for me in the

Re: [RFC] SMPP: refusing DLRs that are not found in DLR storage?

2006-08-20 Thread Stipe Tolj
Andreas Fink wrote: Would be very implementation specific. on our SMSC it would simply keep the message in the queue and retry with a 50% luck to end up on the other session. ok, that's the default behaviour, round-robin or random transmission of DLRs to any RX session bound for the

Re: 5 digit error codes

2006-08-22 Thread Stipe Tolj
Hillel wrote: Hi, We are using SMPP version 3.4 and the network_error_code is found in the smpp spec under optional parameters for deliver_sm. If you connect to a SMS aggregator and request a delivery receipt, they accept the SMS and try route it on to the SMSC that finally sends. I think

Re: free(): invalid pointer: 0x08513688

2006-08-23 Thread Stipe Tolj
Randel Rock wrote: I am using Centos 4.2 i386 on an intel p3 machine. I get this error: Check: checks/check_http.sh... checking SSL connections, too...*** glibc detected *** free(): invalid pointer: 0x08513688 *** FAILURE! Check: checks/check_httpsmsc_kannel.sh... OK. Check:

Re: http://bugs.kannel.org/view.php?id=362

2006-08-23 Thread Stipe Tolj
Mart Tõnso wrote: Hello, I have been having issues with kannel crashing real badly for a while, and (hopefully) managed to track down the reason why. Information regarding this investigation, can be found at: http://bugs.kannel.org/view.php?id=362 Could someone with more knowledge about

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-24 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch is a try to fix too much open filedescriptors when handling MO/DLR in smsbox. Patch adds new config option to smsbox group 'max-pending-requests'. If no option given max-pending-requests is set to 1024. This is resonable value for open

Re: enquirelink patch

2006-08-25 Thread Stipe Tolj
Andreas Fink wrote: thats supposed to be like that. Enqiure link should only be sent when there is no traffic to tell the other side we're still alive yeah, but Denis quotes that Kannel sends always the enquire_link PDU, not obeying if traffic has been flowing in the waiting time frame. ??

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-26 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch is a try to fix too much open filedescriptors when handling MO/DLR in smsbox. Patch adds new config option to smsbox group 'max-pending-requests'. If no option given max-pending-requests is set to 1024. This is resonable value for open

Re: enquirelink patch

2006-08-26 Thread Stipe Tolj
Denis V. Gudtsov wrote: Hello! I wrote a little patch for kannel wich doesn't send keep-alive packets (enquire link) if any other packets goes thorought gateway due to enquire-link-interval. Index:

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-27 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch is a try to fix too much open filedescriptors when handling MO/DLR in smsbox. Patch adds new config option to smsbox group 'max-pending-requests'. If no option given max-pending-requests is set to 1024. This is resonable value for open

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-28 Thread Stipe Tolj
Giulio Harding wrote: Sorry I didn't reply sooner - I was away sick last week, and I'm only just getting back into things at work... I've just tested Alex's patch, and first impressions are good - I've set max-pending-requests to 400, and I can swamp Kannel on our test server (~500

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-28 Thread Stipe Tolj
Alexander Malysh wrote: Hi, attached patch is a try to fix too much open filedescriptors when handling MO/DLR in smsbox. Patch adds new config option to smsbox group 'max-pending-requests'. If no option given max-pending-requests is set to 1024. This is resonable value for open

Re: [PATCH] Re: Kannel HTTP MO delivery failing under load

2006-08-28 Thread Stipe Tolj
Vincent CHAVANIS wrote: ++1, with Giulio's comments (default: max of = 512 or whatever reasonnable less than 1024) tested on FC5 , with max-pending-requests = 512 Currently in production status. Then attached a patch correcting a typo error. +1, commited to cvs. Thanks for the catch.

Re: autoconf version?

2006-08-30 Thread Stipe Tolj
fred wrote: which autoconf version is supposed to work ? have tried 2.53..2.59 (fedoracore 5) results in forbid:^_?A[CHUM]_: forbid:_AC_: forbid:^LIBOBJS$:do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs. LIBOBJS' allow:^AS_FLAGS$ forbid:^_?m4_: forbid:^dnl$:

Re: own http gateway

2006-09-02 Thread Stipe Tolj
Niels Przybilla wrote: Hi, in http i can define wether it is for brunet or wapme. I think this is related to the http request you need for the different sms providers. my concrete question is, where i can define the string for the http requests and the parameters for my sms provider

Re: Error of fakesmsc in Kannel

2006-09-04 Thread Stipe Tolj
Cavit Dolgun wrote: hi Thiago, Actually i hadn't realized this until now. If you download the latest CVS version of kannel you can see that this has been fixed. And if you started using kannel recently like myself i recommend that you go with the latest CVS version as there are many fixes.

Re: Error of fakesmsc in Kannel

2006-09-04 Thread Stipe Tolj
-09-03 Stipe Tolj stolj at kannel.org * gw/other_smskannel.conf: fixed deprecated option for fakesmsc's port to -r instead of old -p. Thanks to Tiago PC [EMAIL PROTECTED] for reporting this. [Msg-Id: [EMAIL PROTECTED]] Stipe

[PATCH] Re: XML Post results in Sender missing and no global set, rejected

2006-09-04 Thread Stipe Tolj
Hi list, I got a quote from a Kannel used that this patch never made it to cvs, but it should: http://www.mail-archive.com/users@kannel.org/msg06918.html can someone who uses the XML POST for smsbox please confirm and vote on commiting to cvs? Stipe

Re: [PATCH] Re: XML Post results in Sender missing and no global set,rejected

2006-09-08 Thread Stipe Tolj
Paul Keogh wrote: +1 for this. This patch fixes the OA handling in the XML POST. It also fixes the double free of the POST body but incorrectly identifies the second free. The body should not be freed in get_x_kannel_from_xml () because it is freed in the outer sendsms_thread () function.

Re: Mutex Failure

2006-09-08 Thread Stipe Tolj
Silver wrote: Thanks, I have both the csv version and kannel 1.4.0 on different machines. For the csv version it the smsbox hangs as i try to run it as indicated bellow $ ./smsbox sk_smskannel.conf 2006-09-07 12:15:27 [2824] [0] INFO: Debug_lvl = -1, log_file = none, log_lvl = 0 2006-09-07

Re: Sending long text messages using SMPP message_payload

2006-09-08 Thread Stipe Tolj
Alexander Malysh wrote: Hi, because not all SMSCs support this feature. agree'ing here with Alex. The issue is that SMPP is considered a standardized protocol, but in the real-world we have vendors that implement certain feature (in case they are considered optional) and others don't.

Re: Sending long text messages using SMPP message_payload

2006-09-09 Thread Stipe Tolj
Raul Igrisan wrote: It would be nice to have this option (use message_payload or split) as a config parameter in smpp smsc group. By any chance, have anyone implement it already? nop, not AFAIK I'd even suggest this behaviour: If connection is a v3.4 version, then we could auto-detect if

Re: AW: own http gateway

2006-09-09 Thread Stipe Tolj
Andreas Fink wrote: Kannel IS your sending gateway. it translates HTTP to SMSC protocols. If you use an aggregator doing HTTP, then you can talk directly HTTP to him. No need of Kannel in this case as your application already speaks HTTP. Kannel has a HTTP driver to talk to other Kannel or

Re: A question about gwlib conn.c

2006-09-13 Thread Stipe Tolj
Aarno Syvänen wrote: Hi List, this question is not about Kannel, however it is about gwlib, so people in this list are most likely to know the answer The question is: the server i am connecting wants SSL, but with only server authentication. So I must do hand- shake with an empty client

Re: SMPP 7bit ASCII pack to 8bit words

2006-09-14 Thread Stipe Tolj
Andreas Fink wrote: I think you are doing something wrong here. The DCS value is saying if the data is 7bit or 8bit. When you deliver data to a SMPP SMSC you always send it in 8bit. So you never have to pack anything. You simply supply the 7bit values (gsm character set) into bytes. The

Re:

2006-09-20 Thread Stipe Tolj
alaa a wrote: Hi every one i use kannel 1.4.0 in windows xp how can i send Arabic message using kannel sms gateway? Thanks every one. please obey: a) Windows OS via Cygwin is *NOT* considered production grade, since cygwin has huge problems with pthreads b) arabic characters can be

Re: Sending SMS via ISDN/Modem

2006-09-20 Thread Stipe Tolj
Niels Przybilla wrote: Hi, is it also possible to send SMS with ISDN or Modem (not GSM Modem) with kannel ? you mean via FixedLineSMS features of some ISDN networks?... No. Kannel mainly deals with IP as bearerbox for SMSC protocols and GSM modems natively. Stipe

Re: send Arabic sms

2006-09-23 Thread Stipe Tolj
Guillaume Cottenceau wrote: alaa a alaa_info2005 'at' hotmail.com writes: Hi every one i use kannel1.4.0 in windows xp i sent English sms using kannel sms gateway and smpp protocol successfully. Now i need to send Arabic sms ,what changes should i do to do that ? You need to use UCS2

Re: Obtaining the message ID set by the SMSC

2006-09-23 Thread Stipe Tolj
Ben Suffolk wrote: Hi, I would like to be able to get the message ID set by the SMSC. I know it is stored in the ts field int he DLR database. I have looked for a substitution variable to add it into the dlr-url but I can only find one for the internal kannel ID of the message. Have I

Re: Compiling on FreeBSD

2006-09-23 Thread Stipe Tolj
Ben Suffolk wrote: Hi, I have been using the latest release version of Kannel via ports (1.4.0) which compiles just fine. I figured I should check out CVS so I can try some of the new functionality out. configure runes fine, I do a make depend which runs then a make, which errors :-

Re: Compiling on FreeBSD

2006-09-23 Thread Stipe Tolj
Ben Suffolk wrote: strange, shouldn't happen on a fresh checkout. Did you use GNU make? Ah No I didn't, it gets a lot further with gmake :- tp_server.o -c test/test_http_server.c test/test_http_server.c: In function `client_thread': test/test_http_server.c:196: syntax error before `pid'

Re: Compiling on FreeBSD

2006-09-23 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: On Sat, Sep 23, 2006 at 02:55:08PM +0100, Ben Suffolk wrote: Excellent news, is there anything documented anywhere on what's new in 1.4.1 compared to 1.4.0? ... and is there somekind of a schedule or expected date for release? THIS week-end! Stipe

Re: Compiling on FreeBSD

2006-09-23 Thread Stipe Tolj
Ben Suffolk wrote: strange, shouldn't happen on a fresh checkout. Did you use GNU make? Ah No I didn't, it gets a lot further with gmake :- tp_server.o -c test/test_http_server.c test/test_http_server.c: In function `client_thread': test/test_http_server.c:196: syntax error before

Re: postgreSQL DLRs

2006-09-23 Thread Stipe Tolj
Ben Suffolk wrote: Hi Guys, Though I'd let you know I had to remove the LIMIT 1 from the delete lines as it causes an error for postgreSQL (version 7.4.6 is what I am running). sounds to me like an old issue. Is this inside 1.4.0 or CVS? Stipe

Re: Compiling on FreeBSD

2006-09-23 Thread Stipe Tolj
Ben Suffolk wrote: now, I can confirm that it builds cleanly on: [EMAIL PROTECTED] uname -a FreeBSD vm-freebsd6.intern.tolj.org 6.0-RELEASE FreeBSD 6.0- RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 I have no clue why that other doesn't build. Are you shure it's a clean checkout? I just

Re: Compiling on FreeBSD

2006-09-24 Thread Stipe Tolj
Ben Suffolk wrote: After the upgrade of GCC it compiles fine, hope that can shed some light on the problem for you. actually: nop ;) Ok I had a theory, and did a little bit of playing around. I can now make it compile under the default version of GCC. Its because the declaration of

Re: send Arabic sms

2006-09-24 Thread Stipe Tolj
alaa a wrote: Hi I read that cygwin 2.510.2.2 has only 600 threads ,so it's not perfect choice to compile kannel1.4.0 using cygwin2.510.2.2 to use it under windows xp. Iwant to ask if there is any way to increase the number of threads in cygwin ?? best regards. first of all, cygwin

Re: [ADDON/test] Program that decodes EMI/UCP data

2006-09-24 Thread Stipe Tolj
Vincent CHAVANIS wrote: New version that takes care about latin1 char grr, I'd like to commit this... but it's not our CodingStyle conform. :( Can you please re-format to look and feel like our code and then I can push it to cvs. Stipe

Re: [PATCH] EMI UCP - ot=02 : multiple address call input operation

2006-09-24 Thread Stipe Tolj
Colin Pitrat wrote: Wow it looks like I misread the documentation. Operations 02 and 03 can only be initiated by the gateway, not by the SMSC, so this patch is totally useless, and a part of the previous one too ! ok, but this seems then to be the equivalent to SMPP's submit_multi PDU;

Re: send Arabic sms

2006-09-25 Thread Stipe Tolj
Guillaume Cottenceau wrote: Stipe Tolj st 'at' tolj.org writes: in some cases an other option to UCS-2 is possible to obtain the full SMS payload length: In SMPP the DCS value defines the character set encoding. SMPP does not define a reserved value for arrabic, but it may be possible

Re: [PATCH] Support for OTA syncsettings documents

2006-09-25 Thread Stipe Tolj
Adrian Silva wrote: Hello, The patch adds support for sending binary syncsettings documents as described on the Nokia/SonyEriccsson OTA Specification 7. This allows the remote configuration of syncml settings. OTA syncsettings are primarily supported by SonyEriccsson phones. A new ota type,

[STATUS] Kannel 1.4.1 stable release

2006-09-25 Thread Stipe Tolj
The Kannel Group is pleased to announce the availability of Kannel 1.4.1 stable release via it's web site at URL http://www.kannel.org/download.shtml Please find attached the NEWS file section for release 1.4.1 stable. Stipe

Re: gw/msg.c

2006-09-27 Thread Stipe Tolj
[EMAIL PROTECTED] wrote: At morning I realized that Msg is not in an union so code was pretty correct, just not very effective, but not dangerous. Sorry, sorry. :) any hint for more performance? ;) Sipe --- Kölner Landstrasse

Re: [Fwd: [PATCH] smpp smsc throttling]

2006-09-29 Thread Stipe Tolj
All, I was performing some checks on smpp throttling and found the same behaviour as vincent found below but this time in smsc_smpp.c. Specific behaviour I found was that I could dump a load of messages into the queue and while there was no further activity the queue would drain at the

Re: [PATCH] Service routing based on the account field

2006-09-29 Thread Stipe Tolj
Alejandro Guerrieri wrote: Stipe, Rene, We work with aggregators from around the world, and we are using many flavors of the HTTP smsc modules (we even made a couple of modules to support specific cases). The scenario is exactly as you described it: The account field is used to encode the

Re: [Fwd: [PATCH] smpp smsc throttling]

2006-09-29 Thread Stipe Tolj
Vincent CHAVANIS wrote: I need that we have to think about a global resolution of this issue. The patch i've submited for emi/ucp smsc need to be implemented in a higher level than inside the smsc driver. yep, agree'ing here. Stipe

<    4   5   6   7   8   9   10   11   12   13   >