Hi, I'm very new to kannel and so far am thoroughly impressed with what it can do. However I'm getting a little bit stuck; I've been trying to set up a nokia 6230 sync settings using kannel, I am sending the following xml file:

*<SyncSettings>*
 *<Version>*1.0*</Version>*
 *<HostAddr>*http://www.syncml.com/*</HostAddr>*
 *<Port>*80*</Port>*
 *<RemoteDB>*
   *<CTType>*text/x-vcard*</CTType>*
   *<CTVer>*2.1*</CTVer>*
   *<URI>*./ContactsURI*</URI>*
   *<Name>*Contacts*</Name>*
   *<Auth>*
     *<AuthScheme>*1*</AuthScheme>*
     *<Username>*ContactsUserName*</Username>*
     *<Cred>*Q29udGFjdHNQYXNzd29yZA==*</Cred>*
   *</Auth>*
 *</RemoteDB>*
 *<RemoteDB>*
   *<CTType>*text/x-vcalendar*</CTType>*
   *<CTVer>*1.0*</CTVer>*
   *<URI>*./CalendarURI*</URI>*
   *<Name>*Calendar*</Name>*
   *<Auth>*
     *<AuthScheme>*1*</AuthScheme>*
     *<Username>*CalendarUserName*</Username>*
     *<Cred>*Q2FsZW5kYXJQYXNzd29yZA==*</Cred>*
   *</Auth>*
 *</RemoteDB>*
 *<Name>*SyncML*</Name>*
 *<Auth>*
   *<AuthLevel>*1*</AuthLevel>*
   *<AuthScheme>*1*</AuthScheme>*
   *<Username>*SyncServerUserName*</Username>*
   *<Cred>*U3luY1NlcnZlclBhc3N3b3Jk*</Cred>*
 *</Auth>*
 *<ConRef>*
   *<ConType>*1*</ConType>*
   *<RefID>*WAPProfile*</RefID>*
 *</ConRef>*
*</SyncSettings>* through a http get request using "sendota". However the phone doesn't appear to be receiving anything, I can send standard text messages to the phone but not ota messages, kannel is saying the following:

2005-08-10 16:03:39 [3] INFO: smsbox: Got HTTP request </cgi-bin/sendota> from <x.x.x.x>
2005-08-10 16:03:40 [3] INFO: sendsms used by <netfm>
2005-08-10 16:03:40 [3] WARNING: unknown tag SyncSettings in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Version in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag HostAddr in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Port in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag RemoteDB in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag CTType in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag CTVer in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag URI in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Name in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Auth in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag AuthScheme in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Username in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Cred in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag RemoteDB in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag CTType in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag CTVer in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag URI in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Name in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Auth in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag AuthScheme in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Username in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Cred in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Name in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Auth in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag AuthLevel in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag AuthScheme in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Username in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag Cred in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag ConRef in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag ConType in OTA source
2005-08-10 16:03:40 [3] WARNING: unknown tag RefID in OTA source
2005-08-10 16:03:40 [3] INFO: /cgi-bin/sendota: XML request for target <xxxxxxx>
2005-08-10 16:03:40 [3] INFO: /cgi-bin/sendota <<default>> <xxxxxx>

Does anyone have any ideas why this isn't working? or could someone direct me to a resource explaining how I should be doing this?

Regards

Alex


Reply via email to