1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2009-05-06 05:12:32 +00:00
parent 790e15eb20
commit e35d2ffa26
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
2009-05-05 P. A. Bagyenda <bagyenda@dsmagic.com>
* MMSC fix: don't send subject in notification if size optimisation turned on
2009-03-28 P. A. Bagyenda <bagyenda@dsmagic.com>
* Improved pgsql-queue module: re-connect to db if connections die, only allocate as many connections as needed
2009-03-05 P. A. Bagyenda <bagyenda@dsmagic.com>

View File

@ -1643,7 +1643,7 @@ MmsMsg *mms_notification(Octstr *from, Octstr *subject,
if (from)
http_header_add(m->headers, "From", octstr_get_cstr(from));
if (subject)
if (subject && !optimizesize)
http_header_add(m->headers, "Subject", octstr_get_cstr(subject));
http_header_add(m->headers, "X-Mms-Message-Class",