kannel - Mbuni: mms submitted properly but images not getting download -
i using mbuni sending mms smil content http url
content-type=application/smil
and
content-url=http://localhost/testsmil.smil
right mms getting submitted handset images not getting download.
group = core log-file = /tmp/mms/log/mmsbox.log access-log = /tmp/mms/log/mmsbox-access.log log-level = 0 group = mbuni storage-directory = /var/spool/mbuni max-send-threads = 5 maximum-send-attempts = 1 default-message-expiry = 360000 queue-run-interval = 5 send-attempt-back-off = 300 sendmms-port = 10001 content-adaptation = false allow-adaptations = 0 group = mmsc id = 123456 mmsc-url = http://123456:myvasid@<mmsc_ip>:8080/vas_soap incoming-username = 123456 incoming-password = pwd incoming-port = 12345 type = soap default-vasid = myvasid content-adaptation = false allow-adaptations = 0 group = send-mms-user username = tester password = foobar faked-sender = 100 allow-adaptations = 0
url of mmsbox
http://localhost:10001/cgi-bin/sendmms?username=tester&password=*****&from=12345&to=9199********&subject=testmms&allow-adaptations=0&content-adaptation=false&vasid=123456&content-type=application%2fsmil&content-url=http%3a%2f%2flocalhost%2fmms%2ftestsmil.smil
smile file content , path
<smil> <body> <seq repeatcount="indefinite"> <img src="image1.jpg" dur="3s" /> <img src="image2.jpg" dur="3s" /> </seq> </body> </smil>
path /var/www/html/mms/. have changed image path image1.jpg mms/image1.jpg no change.
if sending direct images content-url=http://localhost/image1.jpg it's coming properly.
Comments
Post a Comment