Hi All,

I'm wondering how to get the StatusCode, StatusText and Detail values from the Status element of an MM7 DLR message. The following arrives from the carrier to Mbuni:


<MM7Version>6.8.0</MM7Version>
<Status>
    <StatusCode>2002</StatusCode>
    <StatusText>Address error</StatusText>
    <Details>No route</Details>
</Status>


The resulting Status is obstracted over, resulting in a generic "Rejected" in the following DLR request (see
X-Mbuni-MM-Status).


GET /sink HTTP/1.1
Host: xxx.com:9002
Connection: keep-alive
X-Mbuni-Report-Type: delivery-report
X-Mbuni-MM-Status: Rejected
X-Mbuni-MMSC-ID: XXX
X-Mbuni-MMSC-GID: XXX
X-Mbuni-From: 614488/TYPE=PLMN
X-Mbuni-TransactionID: Mbuni-msg.2349.x6.47.1
X-Mbuni-Message-ID: Mbuni-qf2349.6.x447.3


Is there a way for me to get a more detailed DLR including the actual StatusCode, StatusText and Detail parts? Is it configuration or request based?
If it is not available, my question would have to be why not, as this detail is quite useful information for debugging
send issues?


Thanks in advance,
Luke
_______________________________________________
Users mailing list
[email protected]
http://lists.mbuni.org/mailman/listinfo/users

Reply via email to