0

http url で mms を smil コンテンツとして送信するために mbuni を使用しています。

content-type=application/smil  

content-url=http://localhost/TestSmil.smil

現在、mms はハンドセットに送信されていますが、画像はダウンロードされていません。

    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

mmsboxのURL

    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ファイルの内容とパス

    <smil>
      <body>
        <seq repeatCount="indefinite">
          <img src="image1.jpg" dur="3s" />
          <img src="image2.jpg" dur="3s" />
        </seq>
      </body>
    </smil>

パスは /var/www/html/mms/ です。また、画像パスを image1.jpg から mms/image1.jpg に変更しましたが、変更はありません。

content-url= http://localhost/image1.jpgのような直接画像を送信している場合、適切に送信されています。

4

0 に答える 0