I started debugging Kannel and it seems that it cannot find a mapping for "application/vnd.syncml.notification" because this content type is registered for WSP version 1.5. For some reason, Kannel is ignoring all versions above 1.2 when trying to find mappings. This is actually hardcoded into the Kannel code. For example, here's a line 2327 from wsp_headers.c file:
/* XXX we need to obey which WSP encoding-version to use */ /* media = wsp_string_to_content_type(value); */ media = wsp_string_to_versioned_content_type(value, WSP_1_2); Why is this done like this? -- View this message in context: http://kannel.6189.n7.nabble.com/Sending-an-OMA-DM-Notification-message-tp30419p30420.html Sent from the Kannel - User mailing list archive at Nabble.com.