is this a bug or am i misunderstanding something??
how do i know who the report is from?
Printable View
is this a bug or am i misunderstanding something??
how do i know who the report is from?
I mean the calls give me
isFromAvailable() = false, mm.getFrom() == null
You should receive a delivery report that looks smething like:
POST / HTTP/1.1
x-nokia-mmsc-message-id: 00000000000000000000000000000001
x-nokia-mmsc-from: First.Tester@client.com
x-nokia-mmsc-version: 1.1
x-nokia-mmsc-message-type: DeliveryReport
x-nokia-mmsc-to: +44555000000/TYPE=PLMN
Content-Type: application/vnd.wap.mms-message
Content-Length: 70
User-Agent: Java/1.4.1
Host: localhost:7000
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2
Connection: keep-alive
00000000000000000000000000000001>-4C+44555000000/TYPE=PLMN
The recipient for whom delivery is being reported is identified in the Nokia extension HTTP header,'x-nokia-mmsc-from: First.Tester@client.com'. The sender of the original message which delivery of is being reported is identified in the Nokia extension HTTP header, 'x-nokia-mmsc-to: +44555000000/TYPE=PLMN' as well as appearing in the MM M-Delivery.ind PDU itself.