Hi Morten,

The UDH (user data header) looks like it is in the format expected by Nokia phones. Nokia Smart Messaging is discussed here:
http://www.forum.nokia.com/html_reader/main/1,4997,2452,00.html
If you aren't sending to a Nokia then this might explain why you see a problem.

The msg parameter is encoded in ASCII, presented as a hex string. Split the string into 2 character chunks and these will be the ascii values of various characters. The first two characters are unprintable ones, after that we have text that starts, [31] [61] [70] [70] which translates to "1app", and so on. Guides to ASCII and tools to help translate it are common enough to find online.

Yours,
      Toby Wright

 The smsc is set to 'emi'. In bearerbox-access.log this is logged:

 2005-09-23 12:20:48 Sent SMS [SMSC:smsc333] [SVC:ppg] [ACT:] [BINF:]
[from:1234] [to:+45xxxxxxxx] [flags:-1:1:-1:-1:0]
[msg:120:0006316170706C
 
69636174696F6E2F766E642E77762E6373702E63697200A96C69627777772D7065726C2F352E3639008DC4C3935741502D4170706C69636174696F6E2D49643A20782D7761702D
 
6170706C69636174696F6E3A77762E75610D0A0D0A5756434920312E312051474E554E455541554B0D0A]
[udh:7:0605040B8423F0]

 Can anyone point me to a document that will help me decode/understand
the binary(?) message above?

 Kind regards,
 Morten


--
Toby Wright                                Embrace Mobile
+44-1865-811197              http://www.embracemobile.com

Reply via email to