#include "parser/msg_parser.h"


Go to the source code of this file.
Functions | |
| int | faked_msg_init (void) |
| struct sip_msg * | faked_msg_next (void) |
| int faked_msg_init | ( | void | ) |
$Id$
Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com)
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition at line 35 of file faked_msg.c.
References _faked_msg, _faked_msg_no, _faked_sip_buf, sip_msg::buf, default_global_address, default_global_port, FAKED_SIP_MSG, FAKED_SIP_MSG_LEN, sip_msg::len, LM_ERR, parse_msg(), sip_msg::set_global_address, and sip_msg::set_global_port.
Referenced by mod_init().
| struct sip_msg* faked_msg_next | ( | void | ) | [read] |
Definition at line 59 of file faked_msg.c.
References _faked_msg, _faked_msg_no, clear_branches(), and sip_msg::id.
Referenced by dlg_ontimeout().
1.5.6