From 8438ca779de7fae5a829c4374c0a66f619d8a7d2 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Fri, 17 Aug 2007 19:04:32 +0000 Subject: [PATCH] small fix for read reports --- mbuni/mmsbox/mmsbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbuni/mmsbox/mmsbox.c b/mbuni/mmsbox/mmsbox.c index 033cad9..ee1766f 100644 --- a/mbuni/mmsbox/mmsbox.c +++ b/mbuni/mmsbox/mmsbox.c @@ -1029,7 +1029,7 @@ static int make_and_queue_msg(Octstr *data, Octstr *ctype, List *reply_headers, if (dlr_url) http_header_add(xheaders, "X-Mms-Delivery-Report", "Yes"); if (rr_url) - http_header_add(xheaders, "X-Mms-Read-Reply", "Yes"); + http_header_add(xheaders, "X-Mms-Read-Report", "Yes"); if (allow_adaptations) http_header_add(xheaders, "X-Mms-Allow-Adaptations", (octstr_str_compare(allow_adaptations, "true") == 0) ? "true" : "false");