Hi all,

I've installed mmsbox succesfully using eaif and now i can send MMS's
using text and smil parameters in a wget request like:

wget
"http://localhost:13501?username=mbuni&password=mbuni&from=940&to=x&subj
ect=teste&smil=<smil><head><meta name=\"title\" content=\"ola\" /><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=\"http://www.portugalmaispositivo.com/files/images/Porto.thumbnail.j
pg\" region=\"Image\" /></par></body></smil>"

I found a problem sending a message if there are spaces in the URL like:

wget
"http://localhost:13501?username=mbuni&password=mbuni&from=940&to=x&subj
ect=teste&smil=<smil><head><meta name=\"title\" content=\"ola\" /><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=\"http://www.portugalmaispositivo.com/files/images/Queijo%20da%20Ser
ra.thumbnail.JPG\" region=\"Image\" /></par></body></smil>"

I believe that mbuni translate the spaces before the request...

Now, my question is: can I send mms files using the mmsbox? If i have a
message application/vnd.wap.mms-message how can I send it through
mmsbox?

thank you,
Pedro Duque


_______________________________________________
Users mailing list
Users@mbuni.org
http://mbuni.org/mailman/listinfo/users_mbuni.org

Reply via email to