Re: Log File Analyzers

2005-09-06 Thread Jonathan Houser
Odhiambo, May someone point me towards any known good logfile analyzers for kannel. I am especially looking for a tool to process my WAP gateway's log files. If you're really wanting maximum power and flexibility, look into SEC. I'm getting ready to deploy it myself, although

Re: Kannel Suicide

2005-09-02 Thread Jonathan Houser
Reuben, My problem is that when I start kannel and send an sms via the HTTP service on my server everything is ok and I leave bearerbox and smsbox running. But when I check back on them, I always find something wrong. Sometimes smsbox kills itself and the HTTP service is no longer

Re: Kannel Suicide

2005-09-02 Thread Jonathan Houser
Alejandro, Very interesting this MONIT thing... is it possible to see how your script starts kannel.. my init.d script does not create a PID file in /var/run for smsbox or sqlbox or... any box. How do you manage that?? Gentoo uses start-stop-daemon for its services/daemons,

Re: test_SI

2005-06-14 Thread Jonathan Houser
Aarno, Yes, of course. And another thing: if someone would implement PPG over CDMA, can he send definitions to the list *before* starting. This one requires some planning ;) I've got it implemented already. It supports two different styles of how the SMSC needs to get it --

Re: test_SI

2005-06-14 Thread Jonathan Houser
Aarno, Then we must live with it perhaps. Lots of chages are not bad as such, if they are put in a separate module. Did you use network feature of SI documents ? A number of the changes had to be made to core things (like smscconn.c and smsbox.c and wapbox.c). This was needed

Re: test_SI

2005-06-09 Thread Jonathan Houser
But if you *do* use ppg, you do not need to do all bit stuff. In addition, ppg is tested with quite many phone types ; using it with all kind of phones will result with an universal si tokenisation. Universal as long as you're not CDMA. If you're CDMA, the source and destination ports

Re: Nokia 6230 and Kannel ?

2005-05-31 Thread Jonathan Houser
Nicolas, Im using Kannel and mbuni to provide access to WAP and MMS. It works fine for every phones Ive tested except for the nokia 6230. If I want to access to the internet, I have to configure it to connect directly on the HTTP proxy (squid) instead of Kannel. Ive configured

Re: ericsonn t226

2005-05-03 Thread Jonathan Houser
Ernesto, has anyone ever make work this phone ?? it´s giving a hard time Get it to work doing what? I've got it working for WAP and MMS. Jon

Re: wappush on CDMA, source port and destination port

2005-04-14 Thread Jonathan Houser
Aarno, I was was speaking about module level architecture. (It would be ideal, if you just add a module and its public interface). Currently push has four levels: ppg, ota, wsp and wdp. SMS is generated only at wdp level, other levels are about creating its content. So it would be ideal

Re: HTTP Proxy With SSL

2005-04-07 Thread Jonathan Houser
I have HTTP proxy enabled in my copy of Kannel: http-proxy-host = localhost http-proxy-port = 9401 ...and I've just discovered that it breaks SSL. I've tried to access the same secure site with HTTP proxy turned off, and it works fine. So I'm wondering if anyone else actually has SSL

Re: SMSBOXES and BEARERBOXES

2005-04-07 Thread Jonathan Houser
Rafael, I think you are talking about distinct instances of Kannel. I suppose that starting bearerbox and smsbox with different config files would be enough (so that listening ports will not conflict among instances). I haven't tested it (yet). Maybe someone already has. Yeah,

HTTP Proxy With SSL

2005-04-06 Thread Jonathan Houser
I have HTTP proxy enabled in my copy of Kannel: http-proxy-host = localhost http-proxy-port = 9401 ...and I've just discovered that it breaks SSL. I've tried to access the same secure site with HTTP proxy turned off, and it works fine. So I'm wondering if anyone else actually has SSL

Re: Testing WAP Push

2005-04-04 Thread Jonathan Houser
Nicolas, I would like to know if I need to connect to a real SMSC to send wap push messages to a nokia emulator (for example). I've configured the PPG as indicated on this page (http://www-106.ibm.com/developerworks/wireless/library/wi-proxy.html) and and in the kannel user guide, and I

Re: WAP Push title says Unknown, how to change it to sender

2005-03-17 Thread Jonathan Houser
Marko, In pap document there is attribute source-reference in push-message element, is this attribute intented to carry sender number or name? In my experience, source-reference is a basic authentication scheme between the push sender and the PPG itself. It's just a way for the

Re: Downloading midi files through Kannel

2005-03-14 Thread Jonathan Houser
Serkan, I'm new to this list and I'm not quite experienced with WAP. We are deploying a project where the subscribers download some midi music files to their handsets from some web site (using a url such as http://www.xxx.com/yyy/abc.mid ). The content is downloaded through the Kannel

Re: problem with multiple SMSC

2005-02-24 Thread Jonathan Houser
When I use only one SMSC everything is ok. When I use multiple SMSCs there is a serious problem. It seems that only one service is routed properly and the others (including the default/catchall) are not routed to provide MT smses. The sms-service with keyword HOR functions properly, but the other

Re: Latest CVS

2005-02-22 Thread Jonathan Houser
Alex, current cvs should perform better regarding http keepalive timeouts. you could try to descrease keepalive timeout in gwlib/http.c: /* define http client connections timeout in seconds (set to -1 for disable) */ #define HTTP_CLIENT_TIMEOUT 240 /* define http server connections timeout

Re: Latest CVS

2005-02-22 Thread Jonathan Houser
Alex, current cvs should perform better regarding http keepalive timeouts. you could try to descrease keepalive timeout in gwlib/http.c: Actually I see from looking at the above .c that there is a USE_KEEPALIVE #define. Could I just expose that to the ./configure so I could disable

Re: kannel on cdma network

2005-02-18 Thread Jonathan Houser
Stipe, Not 100% true. Kannel tacks in a GSM-style UDH and sets the DCS' UDHI when sending a large WAP push (ie. a URL-carrying MMS notification). Also, the specs for CDMA WDP require certain fields to be set in the SMS, and these fields are set according to fields in the SMPP

Re: Kannel Assertions

2005-02-18 Thread Jonathan Houser
Aarno, What Kannel version are you using ? #define GW_VERSION cvs-20041108 I think i fixed this one ;( Didn't realize I was that far out of date. I'll try to upgrade ASAP, just have to be careful with live customers and all. Sorry about that if I reported an already fixed bug.

Re: Kannel Assertions

2005-02-18 Thread Jonathan Houser
Aarno, Yep, you right about that. However, I want to know where this truncated datagram comes from. Jonathan, your logs do not have any more data ? I think we must add octstr_dump to caught this one. If there any way bearerbox could assign every message an ID that could be tracked

Re: Kannel Assertions

2005-02-18 Thread Jonathan Houser
Stipe, obviously there are no debugging symbols inside the binaries. Please re-build using $ ./configure --with-cflags=-O2 -g -rdynamic [...] as option to make the debugging symbols added to the bins. Then retry with addr2line. But beware that you can't use the addresses from this log,

Re: Kannel Assertions

2005-02-18 Thread Jonathan Houser
Stipe, Clear, are you using the daemonizing feature in wapbox to ensure the parent process fork()'s a child in case it PANICS? I don't think that was around a year or two ago when I started using Kannel. I've gotten used to doing my own wrapping -- originally by my own shell script,

Re: plz help ............for wap

2005-02-17 Thread Jonathan Houser
I want to know , in kannel , is there any accessing limitation of wap gateway with regards simultaniously accessing load of users ? no! Not at all. This is an open source project. We don't limit anything, if it has no technical reasons. And there is no reason for that. Kannel is running as

Re: kannel on cdma network

2005-02-17 Thread Jonathan Houser
Stipe, Anyone have expirience and/or modified kannel which can sent wap push over SMPP into cdma networks ? now, sending WAP push via SMPP is the same for GSM or CDMA networks. Basically from the perspective of Kannel, there is no difference for the SMPP protocol. There are some slight

Kannel Assertions

2005-02-15 Thread Jonathan Houser
It's been a while since I've looked at this code, but if I build Kannel with assertions turned off, will it stop shutting down with panics or will it instead crash violently? I ask because I have always had issues with wapbox hitting asserts and shutting down, thus disabling WAP 1

Alt-DCS ESM-Class Question

2005-01-13 Thread Jonathan Houser
We host a number of US carriers, some of which have CDMA networks. The issue I'm having at the moment is that when I do a GET request on sendsms using an alt-dcs of 2 (to try and force 0x0n behaviour on the DCS -- data_coding), I get an error Alt-DCS field misformed, rejected. The

Re: Alt-DCS ESM-Class Question

2005-01-13 Thread Jonathan Houser
We host a number of US carriers, some of which have CDMA networks. The issue I'm having at the moment is that when I do a GET request on sendsms using an alt-dcs of 2 (to try and force 0x0n behaviour on the DCS -- data_coding), I get an error Alt-DCS field misformed, rejected. The

Re: About Kannel

2004-08-31 Thread Jonathan Houser
Can I configure and run the kannel gateway as a project? As far as I know, the licensing wouldn't have any problem with a school project on it. I seem to remember similar requests in the past. Obviously I wont have access to a GSM network so how will I show that the thing is working?

No Longer Able To Compile Kannel

2004-08-23 Thread Jonathan Houser
I have recently been trying to update to the latest CVS version of Kannel and am having problems with pthread. I checked for the existence of the the pthread .so and it's there at /usr/lib/ as libpthread.so symlinked to libpthread.so.0. Do I just need a newer version perhaps? I am on Red Hat

Hotmail Over WAP

2004-08-23 Thread Jonathan Houser
Is there any trick to get Hotmail to work over WAP? Apparently, according to one of our customers, the login page is loaded and they can enter their information. However they then receive a Document contains invalid data error on their phone. I checked the logs and it appears that the DTD

CDMA MMS

2004-03-22 Thread Jonathan Houser
I was just wondering if anyone had any experience with CDMA MMS (and if there was any problems to be had there)? I currently have an MMSC implemented that works fine for GSM, but I'm having problems getting the CDMA phones to like m-send-conf and m-notification-ind messages. The former I

Sony-Ericsson T616

2004-03-03 Thread Jonathan Houser
Has anyone been able to get a Sony-Ericsson T616 phone to ever actually like an M-Notification-Ind message? I am using the latest CVS build of Kannel and attempting to do a WAP Push to a T616 phone using GSM SMS as the network and bearer. I can successfully get a notification message to