1
0
Fork 0

*** empty log message ***

This commit is contained in:
bagyenda 2008-04-28 05:26:20 +00:00
parent 72ea4e45f0
commit f69e38cd85
2 changed files with 4 additions and 4 deletions

View File

@ -79,8 +79,8 @@ static void start_push(Octstr *rcpt_to, int isphonenum, MmsEnvelope *e, MmsMsg *
ct++;
octstr_append_char(pduhdr, ct);
octstr_append_char(pduhdr, 0x06); /* Pushd id */
octstr_append_char(pduhdr, ct); /* Pushd id */
octstr_append_char(pduhdr, 0x06); /* PUSH */
#if 1
@ -92,7 +92,7 @@ static void start_push(Octstr *rcpt_to, int isphonenum, MmsEnvelope *e, MmsMsg *
octstr_append_cstr(pduhdr, "application/vnd.wap.mms-message");
octstr_append_char(pduhdr, 0x0); /* string terminator. */
#endif
octstr_append_char(pduhdr, 0xaf); /* charset. */
octstr_append_char(pduhdr, 0xaf); /* push application ID header and value follows. */
octstr_append_char(pduhdr, 0x84); /* ... */
s = mms_tobinary(msg);

View File

@ -406,7 +406,7 @@ void fetchmms_proxy(MmsHTTPClientInfo *h)
if (e) {
e->lastaccess = time(NULL); /* No more notifications requests. */
e->sendt = e->expiryt + 3600*24*30*12;
e->sendt = e->expiryt + 3600*24*7; /* keep it for a week. */
settings->qfs->mms_queue_update(e);
}