1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402
|
/*
* $Id$
*
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of Kamailio, a free SIP server.
*
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
* History:
* --------
* 2003-11-06 body len is computed using the message len (it's
* not taken any more from the msg. content-length) (andrei)
* 2008-08-30 body len is taken from Conent-length header as it is more
* reliable (UDP packages may contain garbage at the end)(bogdan)
*/
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include "rtpengine_funcs.h"
#include "../../dprint.h"
#include "../../config.h"
#include "../../ut.h"
#include "../../forward.h"
#include "../../resolve.h"
#include "../../globals.h"
#include "../../udp_server.h"
#include "../../pt.h"
#include "../../parser/msg_parser.h"
#include "../../trim.h"
#include "../../parser/parse_from.h"
#include "../../parser/contact/parse_contact.h"
#include "../../parser/parse_uri.h"
#include "../../parser/parse_content.h"
#include "../../parser/parser_f.h"
#include "../../parser/sdp/sdp_helpr_funcs.h"
#define READ(val) \
(*(val + 0) + (*(val + 1) << 8) + (*(val + 2) << 16) + (*(val + 3) << 24))
#define advance(_ptr,_n,_str,_error) \
do{\
if ((_ptr)+(_n)>(_str).s+(_str).len)\
goto _error;\
(_ptr) = (_ptr) + (_n);\
}while(0);
#define one_of_16( _x , _t ) \
(_x==_t[0]||_x==_t[15]||_x==_t[8]||_x==_t[2]||_x==_t[3]||_x==_t[4]\
||_x==_t[5]||_x==_t[6]||_x==_t[7]||_x==_t[1]||_x==_t[9]||_x==_t[10]\
||_x==_t[11]||_x==_t[12]||_x==_t[13]||_x==_t[14])
#define one_of_8( _x , _t ) \
(_x==_t[0]||_x==_t[7]||_x==_t[1]||_x==_t[2]||_x==_t[3]||_x==_t[4]\
||_x==_t[5]||_x==_t[6])
/**
* return:
* -1: error
* 1: text or sdp
* 2: multipart
*/
int check_content_type(struct sip_msg *msg)
{
static unsigned int appl[16] = {
0x6c707061/*appl*/,0x6c707041/*Appl*/,0x6c705061/*aPpl*/,
0x6c705041/*APpl*/,0x6c507061/*apPl*/,0x6c507041/*ApPl*/,
0x6c505061/*aPPl*/,0x6c505041/*APPl*/,0x4c707061/*appL*/,
0x4c707041/*AppL*/,0x4c705061/*aPpL*/,0x4c705041/*APpL*/,
0x4c507061/*apPL*/,0x4c507041/*ApPL*/,0x4c505061/*aPPL*/,
0x4c505041/*APPL*/};
static unsigned int icat[16] = {
0x74616369/*icat*/,0x74616349/*Icat*/,0x74614369/*iCat*/,
0x74614349/*ICat*/,0x74416369/*icAt*/,0x74416349/*IcAt*/,
0x74414369/*iCAt*/,0x74414349/*ICAt*/,0x54616369/*icaT*/,
0x54616349/*IcaT*/,0x54614369/*iCaT*/,0x54614349/*ICaT*/,
0x54416369/*icAT*/,0x54416349/*IcAT*/,0x54414369/*iCAT*/,
0x54414349/*ICAT*/};
static unsigned int ion_[8] = {
0x006e6f69/*ion_*/,0x006e6f49/*Ion_*/,0x006e4f69/*iOn_*/,
0x006e4f49/*IOn_*/,0x004e6f69/*ioN_*/,0x004e6f49/*IoN_*/,
0x004e4f69/*iON_*/,0x004e4f49/*ION_*/};
static unsigned int sdp_[8] = {
0x00706473/*sdp_*/,0x00706453/*Sdp_*/,0x00704473/*sDp_*/,
0x00704453/*SDp_*/,0x00506473/*sdP_*/,0x00506453/*SdP_*/,
0x00504473/*sDP_*/,0x00504453/*SDP_*/};
str str_type;
unsigned int x;
char *p;
if (!msg->content_type)
{
LM_WARN("the header Content-TYPE is absent!"
"let's assume the content is text/plain ;-)\n");
return 1;
}
trim_len(str_type.len,str_type.s,msg->content_type->body);
if (str_type.len>=15 && (*str_type.s=='m' || *str_type.s=='M')
&& strncasecmp(str_type.s, "multipart/mixed", 15) == 0) {
return 2;
}
p = str_type.s;
advance(p,4,str_type,error_1);
x = READ(p-4);
if (!one_of_16(x,appl))
goto other;
advance(p,4,str_type,error_1);
x = READ(p-4);
if (!one_of_16(x,icat))
goto other;
advance(p,3,str_type,error_1);
x = READ(p-3) & 0x00ffffff;
if (!one_of_8(x,ion_))
goto other;
/* skip spaces and tabs if any */
while (*p==' ' || *p=='\t')
advance(p,1,str_type,error_1);
if (*p!='/')
{
LM_ERR("no / found after primary type\n");
goto error;
}
advance(p,1,str_type,error_1);
while ((*p==' ' || *p=='\t') && p+1<str_type.s+str_type.len)
advance(p,1,str_type,error_1);
advance(p,3,str_type,error_1);
x = READ(p-3) & 0x00ffffff;
if (!one_of_8(x,sdp_))
goto other;
if (*p==';'||*p==' '||*p=='\t'||*p=='\n'||*p=='\r'||*p==0) {
LM_DBG("type <%.*s> found valid\n", (int)(p-str_type.s), str_type.s);
return 1;
} else {
LM_ERR("bad end for type!\n");
return -1;
}
error_1:
LM_ERR("body ended :-(!\n");
error:
return -1;
other:
LM_ERR("invalid type for a message\n");
return -1;
}
/*
* Get message body and check Content-Type header field
*/
int extract_body(struct sip_msg *msg, str *body )
{
char c;
int ret;
str mpdel;
char *rest, *p1, *p2;
struct hdr_field hf;
unsigned int mime;
body->s = get_body(msg);
if (body->s==0) {
LM_ERR("failed to get the message body\n");
goto error;
}
/*
* Better use the content-len value - no need of any explicit
* parcing as get_body() parsed all headers and Conten-Length
* body header is automaticaly parsed when found.
*/
if (msg->content_length==0) {
LM_ERR("failed to get the content length in message\n");
goto error;
}
body->len = get_content_length(msg);
if (body->len==0) {
LM_ERR("message body has length zero\n");
goto error;
}
if (body->len + body->s > msg->buf + msg->len) {
LM_ERR("content-length exceeds packet-length by %d\n",
(int)((body->len + body->s) - (msg->buf + msg->len)));
goto error;
}
/* no need for parse_headers(msg, EOH), get_body will
* parse everything */
/*is the content type correct?*/
if((ret = check_content_type(msg))==-1)
{
LM_ERR("content type mismatching\n");
goto error;
}
if(ret!=2)
goto done;
/* multipart body */
if(get_mixed_part_delimiter(&msg->content_type->body,&mpdel) < 0) {
goto error;
}
p1 = find_sdp_line_delimiter(body->s, body->s+body->len, mpdel);
if (p1 == NULL) {
LM_ERR("empty multipart content\n");
return -1;
}
p2=p1;
c = 0;
for(;;)
{
p1 = p2;
if (p1 == NULL || p1 >= body->s+body->len)
break; /* No parts left */
p2 = find_next_sdp_line_delimiter(p1, body->s+body->len,
mpdel, body->s+body->len);
/* p2 is text limit for application parsing */
rest = eat_line(p1 + mpdel.len + 2, p2 - p1 - mpdel.len - 2);
if ( rest > p2 ) {
LM_ERR("Unparsable <%.*s>\n", (int)(p1-p1), p1);
return -1;
}
while( rest<p2 ) {
memset(&hf,0, sizeof(struct hdr_field));
rest = get_sdp_hdr_field(rest, p2, &hf);
if(hf.type==HDR_EOH_T)
break;
if(hf.type==HDR_ERROR_T)
return -1;
if(hf.type==HDR_CONTENTTYPE_T) {
if(decode_mime_type(hf.body.s, hf.body.s + hf.body.len,
&mime)==NULL)
return -1;
if (((((unsigned int)mime)>>16) == TYPE_APPLICATION)
&& ((mime&0x00ff) == SUBTYPE_SDP)) {
c = 1;
}
}
} /* end of while */
if(c==1)
{
if (rest < p2 && *rest == '\r') rest++;
if (rest < p2 && *rest == '\n') rest++;
if (rest < p2 && p2[-1] == '\n') p2--;
if (rest < p2 && p2[-1] == '\r') p2--;
body->s = rest;
body->len = p2-rest;
goto done;
}
}
error:
return -1;
done:
/*LM_DBG("DEBUG:extract_body:=|%.*s|\n",body->len,body->s);*/
return 1;
}
/*
* Some helper functions taken verbatim from tm module.
*/
/*
* Extract Call-ID value
* assumes the callid header is already parsed
* (so make sure it is, before calling this function or
* it might fail even if the message _has_ a callid)
*/
int
get_callid(struct sip_msg* _m, str* _cid)
{
if ((parse_headers(_m, HDR_CALLID_F, 0) == -1)) {
LM_ERR("failed to parse call-id header\n");
return -1;
}
if (_m->callid == NULL) {
LM_ERR("call-id not found\n");
return -1;
}
_cid->s = _m->callid->body.s;
_cid->len = _m->callid->body.len;
trim(_cid);
return 0;
}
/*
* Extract tag from To header field of a response
*/
int
get_to_tag(struct sip_msg* _m, str* _tag)
{
if (parse_to_header(_m) < 0) {
LM_ERR("To header field missing\n");
return -1;
}
if (get_to(_m)->tag_value.len) {
_tag->s = get_to(_m)->tag_value.s;
_tag->len = get_to(_m)->tag_value.len;
} else {
_tag->s = NULL; /* fixes gcc 4.0 warnings */
_tag->len = 0;
}
return 0;
}
/*
* Extract tag from From header field of a request
*/
int
get_from_tag(struct sip_msg* _m, str* _tag)
{
if (parse_from_header(_m)<0) {
LM_ERR("failed to parse From header\n");
return -1;
}
if (get_from(_m)->tag_value.len) {
_tag->s = get_from(_m)->tag_value.s;
_tag->len = get_from(_m)->tag_value.len;
} else {
_tag->s = NULL; /* fixes gcc 4.0 warnings */
_tag->len = 0;
}
return 0;
}
/*
* Extract URI from the Contact header field
*/
int
get_contact_uri(struct sip_msg* _m, struct sip_uri *uri, contact_t** _c)
{
if ((parse_headers(_m, HDR_CONTACT_F, 0) == -1) || !_m->contact)
return -1;
if (!_m->contact->parsed && parse_contact(_m->contact) < 0) {
LM_ERR("failed to parse Contact body\n");
return -1;
}
*_c = ((contact_body_t*)_m->contact->parsed)->contacts;
if (*_c == NULL)
/* no contacts found */
return -1;
if (parse_uri((*_c)->uri.s, (*_c)->uri.len, uri) < 0 || uri->host.len <= 0) {
LM_ERR("failed to parse Contact URI [%.*s]\n",
(*_c)->uri.len, ((*_c)->uri.s)?(*_c)->uri.s:"");
return -1;
}
return 0;
}
/*
* Extract branch from Via header
*/
int
get_via_branch(struct sip_msg* msg, int vianum, str* _branch)
{
struct via_body *via;
struct via_param *p;
if (parse_via_header(msg, vianum, &via) < 0)
return -1;
for (p = via->param_lst; p; p = p->next)
{
if (p->name.len == strlen("branch")
&& strncasecmp(p->name.s, "branch", strlen("branch")) == 0) {
_branch->s = p->value.s;
_branch->len = p->value.len;
return 0;
}
}
return -1;
}
|