Re: Bad message fragment

2004-11-23 Thread Aarno Syvänen
Yep, this really seems to be a bug. Will check it, thanks for reporting. Aarno On 22.11.2004, at 16:33, Arne K. Haaje wrote: Hello all, I am trying to post a a SL document to the PPG, but keep getting the following error from Kannel; ?xml version=1.0?!DOCTYPE pap PUBLIC -//WAPFORUM//DTD PAP

Re: plz help - WAP

2004-11-23 Thread Aarno Syvänen
Anywhere you want ;) But remember to give to the world execution privileges - and *only* execution privileges ! (To all directories in the path.) Aarno On 21.11.2004, at 17:30, Musaluke AK wrote: Aarno Syvänen as at gni.ch writes: Kannel is a gateway, that translates wsp to http. Have you tried

Updating the kannel parameters

2004-11-23 Thread shyam kumar
Hi All, Can we update the changed parameters of conf file to the kannel boxes without stopping the kannel gateway(ie.., at runtime). and kannel gateway takes the new parameters and change according to the changed parameters without giving the kannel a restart. Thanks in advance

RE: Sending sms, problem with smsc params (esm_class)

2004-11-23 Thread Marko Helle
Hi all, By looking smsc_smpp.c file, I can see that initialization of esm_class is hard coded to: pdu-u.submit_sm.esm_class = ESM_CLASS_SUBMIT_STORE_AND_FORWARD_MODE; So, in order to set esm_class to zero, I have to extend my limits and do some C coding :) If I set:

Re: How sending SMS using Kannel ?

2004-11-23 Thread Rene Kluwen
Another way to send SMS but by HTTP: SQLBOX (posted on this list) lets you send SMS by inserting a row in an SQL table. Rene Kluwen Chimit João Correia wrote: Howdy, Is there any other way of sending SMS to Kannel other then HTTP ? Can someone send me the MySQL database scheme and kannel

Re: Bad message fragment

2004-11-23 Thread Aarno Syvänen
This is *definitely* a bug! PPG is crashing when error :( Can you share your MIME document ? Aarno On 23.11.2004, at 13:04, Arne K. Haaje wrote: tirsdag 23. november 2004, 10:16, skrev Aarno Syvänen: Yep, this really seems to be a bug. Will check it, thanks for reporting. I modified

Segmentation fault upon running bearerbox

2004-11-23 Thread Antonius Ng
Hi all, I have been using kannel 1.2.1 without any problem, until I tried installing it on my new Linux machine running 64 bit Fedora Core 3. I compiled kannel with the following commands: CFLAGS='-pthread' ./configure --prefix /home/antonius/gateway --disable-docs --enable-localtime make make

Re: Bad message fragment

2004-11-23 Thread Arne K. Haaje
tirsdag 23. november 2004, 13:18, skrev Aarno Syvänen: This is *definitely* a bug!  PPG is crashing when error :( Can you share your MIME document ? This is how I send the data to Kannel - using CURL in PHP5; $ch = curl_init('http://localhost:/wappush'); curl_setopt($ch, CURLOPT_VERBOSE,

To use kannel without generating dlrs?

2004-11-23 Thread Mario Noboa
Title: To use kannel without generating dlrs? hi List, I' m using kannel with dlr, and it works fine. I gonna work with a new operator who have restricted dlr's (CDMA). It's posible control the delivery of the messages without generating dlrs in kannel? Please, any help will be

how to send sms not from httpd

2004-11-23 Thread Alen Ruvic
hi is it impossible to send sms other then http is there no shel script for sending sms thanks sorry for my bad english

Compiling options questions

2004-11-23 Thread Oscar Medina Duarte
Hi all ! My first question is, What exactly is and where is it the start-stop daemon? When to use it ? I run my bearer and smsbox with the -d option, but I see no difference when I compile it using --enable-start-stop-daemon option or not. Does the --disable-assertions option really improves