1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2009-02-25 14:31:47 +00:00
parent 462972c4a3
commit d27f4c0f8a
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
2009-02-24 P. A. Bagyenda <bagyenda@dsmagic.com>
* Pass MM7/SOAP LinkedID to service url in mmsbox
2009-02-16 P. A. Bagyenda <bagyenda@dsmagic.com>
* Improved pgsql queue module performance
* MM1 queue changes - expire message even if fetched at least once

View File

@ -343,6 +343,8 @@ static int fetch_serviceurl(MmsEnvelope *e,
http_header_add(rh, "X-Mbuni-Message-ID", octstr_get_cstr(e->msgId));
if (e->fromproxy)
http_header_add(rh, "X-Mbuni-MMSC-ID", octstr_get_cstr(e->fromproxy));
if (e->token)
http_header_add(rh, "X-Mbuni-LinkedID", octstr_get_cstr(e->token));
if (e->from) {
Octstr *xfrom = octstr_duplicate(e->from);