To help you understand what's actually going on we a lot more information. You claim that there is a "HTTPError" message. There are a lot of possible HTTP errors. Could you be just a little bit more verbose. Saying "It doesn't work, what's wrong?" is simply not enough.
Regards Joerg -----UrsprÃngliche Nachricht----- Von: Francisco Rivas [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 22. Oktober 2004 20:57 An: Pommnitz, JÃrg Cc: [EMAIL PROTECTED] Betreff: Re: AW: WSP content type not supported??? I've done another test. I've connected to the Alcatel WAP site (wap.alcatel.com/easy), but using my cellphone provider wap gateway, and I downloaded the content without any problems. But when I use the Kannel gateway, the phone always gets the "HTTPError" message. I can see the links without problems, but when I tried to download a ringtone, for example, I get that error. On the cellphone provider network (EntelPCS, in Chile), that doesn't happens, and the ringtone is downloaded without any problem. Anyone have an idea of what is going on here?? I'm going to do any tests you need about this. Thanks a lot Francisco Rivas C. On Fri, 2004-10-22 at 11:21, "Pommnitz, JÃrg" wrote: > I doubt you conclusion. Unknown content types are sent in string form, > so this should not be a problem. Further up in the log you should see > what content type the content server delivers. If it's "text/plain" > then Kannel does nothing wrong and your problem is somewhere else. > > -----UrsprÃngliche Nachricht----- > Von: Francisco Rivas [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 22. Oktober 2004 15:42 > An: [EMAIL PROTECTED] > Betreff: WSP content type not supported??? > > > Hi, > > I'm using kannel to test some Alcatel cell phones, and I can't download > anything to the phones thru WAP. The errors are like this: > > > 2004-10-21 16:45:20 [16829] [9] DEBUG: Octet string dump ends. > 2004-10-21 16:45:20 [16829] [7] DEBUG: get_cookies: End > 2004-10-21 16:45:20 [16829] [7] WARNING: WSP: content-type > <application/vnd.alcatel.colorpalette> not supported > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: machine 0x81d61c8, state > CONNECTED, event S-MethodResult.req > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: method 54, state PROCESSING, > event S-MethodResult.req > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: Mapping `text/plain', WSP > 1.2 to 0x0003. > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: Mapping `Date', WSP 1.3 to > 0x0012. > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: Mapping `Server', WSP 1.3 to > 0x0026. > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: Mapping `Last-Modified', WSP > 1.3 to 0x001d. > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: Mapping `ETag', WSP 1.3 to > 0x0013. > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: Mapping `Accept-Ranges', WSP > 1.3 to 0x0004. > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: Mapping `Content-Length', > WSP 1.3 to 0x000d. > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP: Mapping `Content-Type', WSP > 1.3 to 0x0011. > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP 7/54: New method state > REPLYING > 2004-10-21 16:45:20 [16829] [1] DEBUG: WSP 7: New state CONNECTED > 2004-10-21 16:45:20 [16829] [5] DEBUG: WTP: resp_machine 54, state > RESULT_WAIT, event TR-Result.req. > 2004-10-21 16:45:20 [16829] [5] DEBUG: WTP 54: New state > RESULT_RESP_WAIT > 2004-10-21 16:45:21 [16829] [5] DEBUG: WTP: resp_machine 54, state > RESULT_RESP_WAIT, event RcvAck. > 2004-10-21 16:45:21 [16829] [5] DEBUG: WTP 54: New state LISTEN > 2004-10-21 16:45:21 [16829] [5] DEBUG: WTP: Destroying WTPRespMachine > 0x81cff88 (54) > 2004-10-21 16:45:21 [16829] [1] DEBUG: WSP: machine 0x81d61c8, state > CONNECTED, event TR-Result.cnf > 2004-10-21 16:45:21 [16829] [1] DEBUG: WSP: method 54, state REPLYING, > event TR-Result.cnf > 2004-10-21 16:45:21 [16829] [1] DEBUG: WSP 7/54: New method state > NULL_METHOD > 2004-10-21 16:45:21 [16829] [1] DEBUG: Destroying WSPMethodMachine 54 > 2004-10-21 16:45:21 [16829] [1] DEBUG: WSP 7: New state CONNECTED > > > On the phone, I get a "ErrorHTTP: No contenido WML" (ErrorHTTP: not WML > Content). > If I'm right, I belive that Kannel doesn't know how to interpret the > content-type <application/vnd.alcatel.colorpalette>, so it sets the > content to text/plain, and then my Alcatel OneTouch 332 doesn't > understand what's going on :) > There are several content types defined on the source code > (wap/wsp_strings.def, version 1.3.2), but it lacks all the content types > defined on the Alcatel's manuals. These are "non standard", or I'm > wrong?? Can they be defined somehow to work with Kannel without > problems?? > If you need more data to help me trying to understand this, just ask :) > > thanks a lot!!! > > > Regards,
