I trying to send a file .smil via GET, but receive the error below:
2006-06-07 21:30:09 [24820] [2] DEBUG: HTTP: Creating HTTPClient for `127.0.0.1'.
2006-06-07 21:30:09 [24820] [4] DEBUG: HTTP: Destroying HTTPClient area 0x960dcd0.
2006-06-07 21:30:09 [24820] [4] DEBUG: HTTP: Destroying HTTPClient for `127.0.0.1'.
2006-06-07 21:30:09 [24820] [4] INFO: MMSBox.mmssend: u=mbuni, Not Sent
2006-06-07 21:30:09 [24820] [4] ERROR: MMSBox: Error parsing SMIL response from service[sendmms-user], msgid (none)!
Here the GET:
wget -d -q -O - 'http://localhost:13501?username=xxxx&password=xxxx&from=xxxxxxx&to=xxxxxx&subject=teste&smil=http://localhost:84/main-allison.smil
The SMIL:
<smil>
<head>
<meta name="title" content="oi2" />
<meta name="author" content="MMS" />
<layout>
<root-layout width="160" height="160" />
<region id="Image" width="160" height="120" left="0" top="0" />
<region id="Text" width="160" height="20" left="0" top="120" />
</layout>
</head>
<body>
<par dur="3s">
<img src="" region="Image" />
</par>
</body>
</smil>
What's fault? Can you help me?
I'm trying to test the all features from send content, and receive dlrs, but the documentation is very few. But the project is very promises.
Tks in Advance.
--
Abraços.
Allison Almeida.
_______________________________________________ Users mailing list [email protected] http://mbuni.org/mailman/listinfo/users_mbuni.org
