On Thu, 2002-06-06 at 15:22, Stephen Rothwell wrote: > Hi, > > Sorry to be a pain - just reading the stable documentation. Two quick questions > > In order to send ring tone,logo's etc it is necessary to correclty configure the UDH >and then send the appropiate xml document. > > 1.) Do the UDH and XML doc have to be encoded on the url or does Kannel perform the >necessary encoding. I dont mean URL encoding more the XML compilation. Apologise if >this is already in the documentation.
Are you talking about post-xml ? If yes: I guess I'm just hexdecoding it, so you should send something like <udh>07060515820000</udh> It's the same thing for X-Kannel-UDH (I think I've just copied the code ;) ) For the ud binary, I'm not processing it, so you'll have to put there plain binary, and it could probably break the xml. Probably not, unless you have a </ud> in your data.
