Hello,
I would like to clear out some things with Kannel's sendota new
features, mentioned in this patch:
http://www.mbuni.org/downloads/1.0.0/mbuni-kannel-patch-full
I'm using kannel from CVS, updated 3 days ago, and the patch
functionality is already there. No documentation, no response from
sendota request, unless xml is badly formed. That's sad, it took me a
whole day to find out that it's normal that kannel gives no response to
sendota calls. Well, let's get back to my current problem:
via:
localhost:13013/cgi-bin/sendota?from=CELL_FROM&to=CELL_TO&username=USER&password=PASS&type=oma-settings&sec=userpin&pin=1111&text=URLENCODED_XML
with sec=userpin I got it to work with Sony Ericsson K700i, though,
S40devices fail to save settings (used official nokia examples, etc..),
Nokia N70 totally ignores them, as if no settings were sent at all..
If I change sec to netwpin, even SE K700i did not get the settings well.
I'm not sure how to form pin parameter. Let's say IMSI is:
246021001832549
how should i semi-octed encode this correctly?
%29%64%20%01%10%38%52%94 won't work.
weird thing is that all IMSI examples I've seen never had a digit above
7 (normally IMSI shoulr be octet number?). Tried to convert my imsi dec
-> oct. Got 16 digits, which is obviously wrong...
Could anyone give me some actually working example sendota requests
(preferably with sec=netwpin), perhaps an answer with my IMSI
weirdness.. Or perhaps i'm using kannel incorrectly here?
Best regards,
Tomas