Looks like you are doing everything right (apart from the text region which
has a broken URL -- try using a URL of the form 'data:ahora...').
 the first thing would be to set log-level to 0 (full debug info) and see
what's in the logs. Also what version of Mbuni are you using? The
content-url parameter is only supported from v1.3 onwards


On 10/2/07, qwerty <[EMAIL PROTECTED]> wrote:
>
> Hi list,
>
> I'm trying to do the following:
> I've a smil, in a file called pc.xml, in a public url and the content is
> like this:
>
>  <smil>
>     <head>
>     <layout>
> <root-layout height="200" width="120"/>
> <region height="60" id="Text" left="0" top="100" width="120"/>
> <region height="100" id="Image" left="0" top="0" width="120"/>
> </layout>
> </head>
>     <body>
>     <par dur="15">
> <text alt="ahora soy Jorgen!!!!!" region="Text" src="deprecated; text is
> saved in alt attribute"/>
> <img region="Image" src="img.jpg"/>
> </par>
> </body>
> </smil>
>
>
> Now, on the same url I've the img.jpg file, and I call send-mms like this:
> /?username=u&password=p&from=222&to=1155286500&vasid=6666&priority=Normal&content-url=
> http://public-url-of-the-file<http://public-url-of-the-file/pc.xml&allow-adaptations=1>
> /pc.xml&allow-adaptations=1<http://public-url-of-the-file/pc.xml&allow-adaptations=1>
>
> And I get in the fone a "the message could not be converted.. etc etc
> etc", the main issue  is that I'm doing grep of apache logs and I don't see
> any hits looking for the image, just the .xml.
>
> Can anyone point me what I'm doing wrong (could be "all", I know, but at
> least how to do it rigth? :)
> Thanks!
> Angel
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.mbuni.org/mailman<http://lists.mbuni.org/mailman/listinfo/users>
> /listinfo/users <http://lists.mbuni.org/mailman/listinfo/users>
>
>
_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to