Re[2]: Siemens S55 WAP problems fixed?! PATCH
Jury Cherepanov <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | HighTech |
| Message-ID | <[email protected]> |
Hello Paul,
Thursday, April 17, 2003, 11:18:03 AM, you wrote:
>>
>> have someone seen Siemens s55 mms working ? Even with
>> some great operator ? This would of course help me.
>>
PK> We've seen it working through our in-house WAP gateway.
PK> The required change, as suggested by this list, is to
PK> remove "application/vnd.wap.mms-message" from the wsp-strings.def
PK> file so that the content type encoding is long form rather than
PK> short form. This is because the S55 is strictly WSP 1.3 compliant
PK> and the MMS content type was defined in WSP 1.4.
PK> So the S55 fix is easy but does it raise the bigger issue of whether
PK> or not Kannel needs to be aware of what version WSP encoding is being
PK> used in a particular session ? Ideally Kannel would support all
PK> versions of WSP but only enable up to a revision level indicated by
PK> the device.
This is a pathch :)
--- wsp_strings.def Wed Apr 16 14:06:01 2003
+++ wsp_strings.def Wed Apr 16 14:06:37 2003
@@ -173,7 +173,7 @@
STRING("application/xhtml+xml")
STRING("application/wml+xml")
STRING("text/css")
-STRING("application/vnd.wap.mms-message")
+//STRING("application/vnd.wap.mms-message")
)
/* Table 42, Character Set Assignment (partial) */
---------------------------------------------------------
Jury Cherepanov
System Developer (Technical Director) , HIGH TECHNOLOGIES
Turaides 2a, Riga, Latvia
Phone +371-9633398
mailto:[email protected]
kannel_encoding.patch
(application/octet-stream, 341 B)
--- wsp_strings.def Wed Apr 16 14:06:01 2003
+++ wsp_strings.def Wed Apr 16 14:06:37 2003
@@ -173,7 +173,7 @@
STRING("application/xhtml+xml")
STRING("application/wml+xml")
STRING("text/css")
-STRING("application/vnd.wap.mms-message")
+//STRING("application/vnd.wap.mms-message")
)
/* Table 42, Character Set Assignment (partial) */