1
0
Fork 0

small fix for read reports

This commit is contained in:
bagyenda 2007-08-17 19:04:32 +00:00
parent 9cbf72f5f1
commit 8438ca779d
1 changed files with 1 additions and 1 deletions

View File

@ -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");