Module: OPTIONS :: Reply to OPTION pokes. More...
#include "options.h"
#include "../../ut.h"
#include "../../mem/mem.h"
#include "../../data_lump_rpl.h"
#include "../../parser/parse_uri.h"

Go to the source code of this file.
Functions | |
| int | opt_reply (struct sip_msg *_msg, char *_foo, char *_bar) |
Variables | |
| static str | opt_200_rpl = str_init("OK") |
| static str | opt_500_rpl = str_init("Server internal error") |
Module: OPTIONS :: Reply to OPTION pokes.
Definition in file options.c.
| int opt_reply | ( | struct sip_msg * | _msg, | |
| char * | _foo, | |||
| char * | _bar | |||
| ) |
Definition at line 53 of file options.c.
References ACPT_ENC_STR, ACPT_ENC_STR_LEN, ACPT_LAN_STR, ACPT_LAN_STR_LEN, ACPT_STR, ACPT_STR_LEN, add_lump_rpl(), HF_SEP_STR, HF_SEP_STR_LEN, _str::len, LM_CRIT, LM_ERR, LUMP_RPL_HDR, LUMP_RPL_NODUP, METHOD_OPTIONS, opt_accept, opt_accept_enc, opt_accept_lang, opt_slb, opt_supported, parse_sip_msg_uri(), sip_msg::parsed_uri, sip_msg::parsed_uri_ok, pkg_free, pkg_malloc, _str::s, sl_binds::send_reply, SUPT_STR, SUPT_STR_LEN, and sip_uri::user.
str opt_200_rpl = str_init("OK") [static] |
str opt_500_rpl = str_init("Server internal error") [static] |
1.5.6