This commit is contained in:
Anthony Minessale 2014-03-06 00:30:42 +05:00
parent fe2a4bfa53
commit 4cf14bce50
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
Wed Mar 5 13:11:46 CST 2014
Thu Mar 6 00:30:51 CDT 2014

View File

@ -2838,6 +2838,7 @@ int sip_content_encoding_Xflate(msg_t *msg, sip_t *sip, int inflate, int check)
}
sip->sip_payload = sip_payload_create(msg_home(msg), decoded, n);
sip->sip_content_encoding = sip_content_encoding_make(msg_home(msg), "deflate");
if (sip->sip_call_id) {
id = sip->sip_call_id->i_id;