XML-RPC requests are carried in the body of HTTP requests, but HTTP requests does not contain some mandatory SIP headers and thus cannot be processed by SER directly. More...
#include "http.h"#include "../../mem/mem.h"#include "../../dprint.h"#include "../../parser/parse_via.h"#include "../../data_lump.h"#include "../../ip_addr.h"#include "../../msg_translator.h"#include "../../ut.h"#include <string.h>
Go to the source code of this file.
This file contains functions that can turn HTTP requests into SIP request by inserting fake mandatory SIP headers, such as Via. This allows SER to process such HTTP requests and extract the body of the request, which contains the XML-RPC document.
Definition in file http.c.
1.7.1