Hello all,
I installed the last CVS version of Mbuni, in order to use the MMSBox for
MM7. I'm successfully using the sendmms cgi for simple (only text and
subject) MMS. But now I'd like to add images or sounds, and so use the smil
variable.
Here is the url I call in my php script :
$smil='<smil>
<head>
<layout>
<root-layout width="160"
height="140"/>
<region id="Image"
width="160" height="120" left="0" top="10"/>
</layout>
</head>
<body>
<par dur="5s">
<text src="test-smil.gif"
region="Image" />
</par>
</body>
</smil>';
$URL="/cgi-bin/sendmms?username=$username&password=$password&mmsc=$mmsc&from=$from&to=$to&smil=".urlencode($smil);
When I execute this url using HTTP GET, it crashes my MMSBox, here is the
log :
2006-01-21 12:28:18 [14302] [2] DEBUG: HTTP: Creating HTTPClient for
`127.0.0.1'.
Killed
Is this a bug or did I something wrong?
Thanks!
Jul
PS: sorry for the english
_______________________________________________
Users mailing list
[email protected]
http://mbuni.org/mailman/listinfo/users_mbuni.org