Re: ppg smsc routing

2003-01-09 Thread Aarno Syvänen
Definitely. Actually this may be a simple thing to do. (Ppg should have url parameters as sendsms does.) Aarno On Wednesday, January 8, 2003, at 03:44 PM, Stipe Tolj wrote: Szymon Stasik wrote: I wonder if this matter has been solved in some recent cvs version? I have found some thread about

MMS OTA configuration for Siemens S55

2003-01-09 Thread Aarno Syvänen
Hi List, Have anybody succeeded sending OTA config message to this phone ? Aarno

Errors when compiling

2003-01-09 Thread Kari Bengs
Hi! When I compile the development version 1.3.0 I get an undefined reference to 'gw_panic' error when it gets to the wmlscript folder. The errors occur in wserror.c and wslexer.c. What should I do? Regards, Kari

Re: Requesting User Agent Profile

2003-01-09 Thread Stipe Tolj
Azeemuddin Mohammed wrote: Hi, When the client sends a request it also sends this user agent information by the help of this you can differentiate if its a WAP enabled client or imode or something else. I don't think that i-mode devices will be sending WAP packets to an WAP gateway, or am

Re: ppg smsc routing

2003-01-09 Thread Stipe Tolj
Aarno Syvänen wrote: Definitely. Actually this may be a simple thing to do. (Ppg should have url parameters as sendsms does.) so we need to duplicate code?! hmm, not that style we really want, or?! Stipe [EMAIL PROTECTED] ---

Re: Method not supported problem

2003-01-09 Thread Stipe Tolj
patch applied and commited to cvs. Thanks Vjacheslav! Stipe [EMAIL PROTECTED] --- Wapme Systems AG Münsterstr. 248 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet:

Re: Errors when compiling

2003-01-09 Thread Stipe Tolj
When I compile the development version 1.3.0 I get an undefined reference to 'gw_panic' error when it gets to the wmlscript folder. The errors occur in wserror.c and wslexer.c. What should I do? did you compile from a clean source tree?! send us a log of the make process, including

RE: Requesting User Agent Profile

2003-01-09 Thread Azeemuddin Mohammed
Hi Stipe, If you have a common Web/Application Server serving both WAP and CHTML pages, it needs to detect the type of client and this is relevant only in this kind of scenario. You are correct, i-mode devices will never send WAP packets. Regards, Azeem. -Original Message- From:

Re: ppg smsc routing

2003-01-09 Thread Aarno Syvänen
All duplicate code should go gw/shared. But ppg must send cgi parameter values through many protocol layers, as smbox does not. There would be differences. Aarno On Thursday, January 9, 2003, at 12:17 PM, Stipe Tolj wrote: Aarno Syvänen wrote: Definitely. Actually this may be a simple thing

Re: Requesting User Agent Profile

2003-01-09 Thread Stipe Tolj
If you have a common Web/Application Server serving both WAP and CHTML pages, it needs to detect the type of client and this is relevant only in this kind of scenario. yes the application side with destinguish between WAP related and i-mode related clients. But the device will not do that.

RE: Errors when compiling

2003-01-09 Thread Kari Bengs
I configured it again using --disable-ssl and then it worked. For now I don't use SSL. The source I'm using was downloaded from www.kannel.3glab.org and is the official development release and not from the source tree. I've downloaded the previous development version and then I had no problem.

Re: ppg smsc routing

2003-01-09 Thread Andreas Fink
The suggestion would be to add smsc=... to the ppg URL as it is in the sendsms URL. This would allow the same mechanisms to work for SMSC selection for PPG and normal SMS delivery. On Donnerstag, Januar 9, 2003, at 12:50 Uhr, Aarno Syvänen wrote: All duplicate code should go gw/shared. But

Memory leak suspicion in wap-appl.c

2003-01-09 Thread Vjacheslav Chekushin
Hi, list. I suspect memory leak in wap-appl.c It's about set_referer_url(): static void set_referer_url(Octstr *url, WSPMachine *sm) { gw_assert(url != NULL); gw_assert(sm != NULL); sm-referer_url = octstr_duplicate(url); } In wap-appl.c we use it: if

Re: ppg smsc routing

2003-01-09 Thread Stipe Tolj
Andreas Fink wrote: The suggestion would be to add smsc=... to the ppg URL as it is in the sendsms URL. This would allow the same mechanisms to work for SMSC selection for PPG and normal SMS delivery. sounds reasonable and practible. +1 from me. Stipe [EMAIL PROTECTED]

Problem with SMPP 3.3 SMSC in message delivery

2003-01-09 Thread Ritesh Shah
Hi YJ, How did u solved the prob. of Incomplete replies I am trying to connect with logica smsc. I am also getting the same prob. which The Kannel bearer's log text indicated that it: SMPP handle_pdu Got DELIVER REPORTBut then it followed up with ERROR:Got DELIV REPORT but couldnt find

Re: Problem with SMPP 3.3 SMSC in message delivery

2003-01-09 Thread Nisan Bloch
Hi please give more of the log file, we need to see the full deliver_sm PDU dump nisan At 12:09 AM 1/10/03 +0530, Ritesh Shah wrote: Hi YJ, How did u solved the prob. of Incomplete replies I am trying to connect with logica smsc. I am also getting the same prob. which The Kannel bearer's log

Extensive DLR testing with SMPP found lots of bugs

2003-01-09 Thread Mauricio Ramos
Hi All, We spent a lot of time testing almost all possible DLR conditions with SMPP; We did it using Kannel stable 1.2.1, 1.3.0 and also CURRENT CVS. So, this behaviour is VERY OLD; We are using external dlr storage with MySQL and SMPP interface-version 33; The SMSC is a CMG one; I will further

Re: Extensive DLR testing with SMPP found lots of bugs

2003-01-09 Thread Andreas Fink
On Freitag, Januar 10, 2003, at 12:36 Uhr, Mauricio Ramos wrote: Hi All, We spent a lot of time testing almost all possible DLR conditions with SMPP; We did it using Kannel stable 1.2.1, 1.3.0 and also CURRENT CVS. So, this behaviour is VERY OLD; We are using external dlr storage with MySQL