Re: Problems with large wap-push?

2002-11-11 Thread Peter Löfman
When following Aarnos instructions, putting in a hardcoded max_msgs everything started to work fine. So there is definitively a bug. Before fix it could not push messages containing over approx 150 characters, now it has now problem pushing even up to 600 bytes push messages! BR Peter Lofman

Re: Kannel and any other XML engine

2002-11-11 Thread Stipe Tolj
> You can use JNI to bind C and Java, but its quite painful - and should be avoided if >at all possible. yep, but I didn't understand actually is intention?! Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Dü

Re: how to install "SAR Patch"

2002-11-11 Thread Stipe Tolj
> i would like to know how i can install the last SAR patch "SAR-snapshot-patch.txt", > downlodable in the dev-mailing list. > My OS is Red Hat 7.2, should i use the unix command "patch -p0 < >SAR-snapshot-patch.txt", > in with directory should i run the command ??? BTW, check out the cvs in a co

Re: Kannel & blocking connect again.

2002-11-11 Thread Stipe Tolj
> Scenario 1 (how to reproduce) > As I said it is very easy to reproduce if you have access to any web server > with public address (you can test it with private web server if wapgw has > access to it, of course). > Fisrt of all configure some port to DROP (not REJECT!) incoming SYN packets > (or a

Re: send mms

2002-11-11 Thread Stipe Tolj
> can i use kannel to send mms? you can use Kannel to send MMS notifications via SMS, yes. See the PPG part in the user's guide. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-

Re: Problems with large wap-push?

2002-11-11 Thread Stipe Tolj
> > Yes, there is indeed is a bug in wapbox (ppg) sms splitting. > > You should > > remove gw/wapbox.c, line > > > > max_msgs = (msg_len/MAX_SMS_OCTETS) + 1; > > > > Are you sure about this ? - it's working OK for me... yep, our PPG doing MMS notifications works too. Stipe [EMAIL PROTECTED] -

RE: how to install "SAR Patch"

2002-11-11 Thread Igor Ivoilov
Title: RE: how to install "SAR Patch" change dir to gateway/wap and run there patch < SAR-snapshot.patch Last time I have posted the patch it has the name how I have written it here. And I recommend to use the latest version > -Original Message- > From: [EMAIL PROTECTED] [mailto:

how to install "SAR Patch"

2002-11-11 Thread antimopica
Hi All, i would like to know how i can install the last SAR patch "SAR-snapshot-patch.txt", downlodable in the dev-mailing list. My OS is Red Hat 7.2, should i use the unix command "patch -p0 < SAR-snapshot-patch.txt", in with directory should i run the command ??? Thank you in advance for your h

Re: Kannel latest release win32 exe needed

2002-11-11 Thread Stipe Tolj
> I need the win32 exe of kannel 1.2.1 . I need to > support WTP-SAR(Java J2ME MIDlet download support; > force-sar = true does not work in the wapbox group > settings for the wapkannel.conf file). I am a Windows > OS based WAP developerand need the exe. > Can you please help ? first of all we can

Re: Kannel and any other XML engine

2002-11-11 Thread Stipe Tolj
> Has the Kannel source code been re-written to work with > any other XML engine apart from GNOME-XML? > > Is there a common Kannel code which can be configured to > work with any XML engine? nop, AFAIK, not. > I want Kannel to use Cocoon as the XML engine instead of > GNOME XML. A Google search

RE: Problems with large wap-push?

2002-11-11 Thread Paul Keogh
> Yes, there is indeed is a bug in wapbox (ppg) sms splitting. > You should > remove gw/wapbox.c, line > > max_msgs = (msg_len/MAX_SMS_OCTETS) + 1; > Are you sure about this ? - it's working OK for me...

Re: smsc_at2.c PDU coding

2002-11-11 Thread Oded Arbel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 áéåí ùéùé, 8 áðåáîáø 2002, 09:42, Andreas Fink ëúá òì 'Re: smsc_at2.c PDU coding': > [TP_MTI:1:SMS-SUBMIT][TP_MMS:0][TP_SRR:0][TP_UDHI:0][TP_RP:0][TP_VPF:2] > [TP_MTI:1:SMS-SUBMIT][TP_MMS:1][TP_SRR:0][TP_UDHI:0][TP_RP:0][TP_VPF:2] > So the differenc

Re: Kannel used as a PPG

2002-11-11 Thread Evelyne Notton
Thank you. This account isno more used actually. Evelyne Stipe Tolj wrote: > > > #SMPP 1 > > group = smsc > > smsc = smpp > > smsc-id=mw_test_smpp > > host = 62.80.122.178 > > port = 7901 > > receive-port = 8100 > > smsc-username = "mw_test_smpp" > > smsc-password = eD2dq4L > > system-type = "VM

Re: Problems with large wap-push?

2002-11-11 Thread Aarno Syvänen
Yes, there is indeed is a bug in wapbox (ppg) sms splitting. You should remove gw/wapbox.c, line max_msgs = (msg_len/MAX_SMS_OCTETS) + 1; one should instead use max-messages (and concatenate) configuration variables. Yes, adding another config variable is not a good thing. But this way wapbox

send data message with Siemens M20 ERROR 500

2002-11-11 Thread Florian Schlums
Hello   I've read your discussion about the CMS ERROR 500 because I got the same message. So I switched the M20 off, reinserted SIM, tested once again and got no error message. A rather strange thing.   Florian

Re: Kannel used as a PPG

2002-11-11 Thread Evelyne Notton
Dear all, I have tried to analyse the binary request made by Kannel. But I do not undersatnd why some fields appear in the SMPP request, such as login, PPG IP address ... Here my configuration file and the resquest send by my PI. Can you please help me ? Is there some other data that I have to

Kannel latest release win32 exe needed

2002-11-11 Thread Enquire
Hi I need the win32 exe of kannel 1.2.1 . I need to support WTP-SAR(Java J2ME MIDlet download support; force-sar = true does not work in the wapbox group settings for the wapkannel.conf file). I am a Windows OS based WAP developerand need the exe. Can you please help ? TIA. Sincerely.

Kannel and any other XML engine

2002-11-11 Thread snodx
Dear list, Has the Kannel source code been re-written to work with any other XML engine apart from GNOME-XML? Is there a common Kannel code which can be configured to work with any XML engine? I want Kannel to use Cocoon as the XML engine instead of GNOME XML. A Google search on "Kannel"+"Cocoon

Re: Kannel & blocking connect again.

2002-11-11 Thread Vjacheslav Chekushin
Hi, Stipe. Stipe Tolj wrote: Hi Vjacheslav, I want to discuss serious problem in Kannel WAP gateway. It is about blocking connect(). Now any malicious user can hang up kannel. It is too simple to do. Anyone can send request from WAP phone to host which is configured to drop SYN packets. For