> -----Urspr�ngliche Nachricht----- > Von: Paul Keogh [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 4. Februar 2004 11:19 > An: 'Kannel-Devel (E-Mail)' > Betreff: RE: Things I learned about MMS clients (so far) > > This is an WSP version issue, right ? Binary encoding for > application/vnd.wap.mms-message is only specified for WSP 1.4 and > higher. > So if your WAP gateway indicates that it supports WSP 1.3 or lower, then > its correct to reject the WSP PDU. Did you have to make your client > WSP version aware ?
Yes, this is a WSP version issue. It became obvious after I compared traces from a T610 with the traces of my client. And no, the client is not really WSP version aware. I'm just unconditionally sending the string representation of the content type. That's not perfect, but works for now. Regards Joerg
