#include "../../str.h"
#include "../tm/t_hooks.h"


Go to the source code of this file.
Data Structures | |
| struct | acc_enviroment |
| struct | acc_param |
Functions | |
| void | acc_onreq (struct cell *t, int type, struct tmcb_params *ps) |
| int | w_acc_log_request (struct sip_msg *rq, char *comment, char *foo) |
Definition in file acc_logic.h.
| void acc_onreq | ( | struct cell * | t, | |
| int | type, | |||
| struct tmcb_params * | ps | |||
| ) |
Definition at line 221 of file acc_logic.c.
References acc_preparse_req(), detect_direction, FL_REQ_UPSTREAM, is_acc_on, rr_binds::is_direction, is_invite, is_mc_on, LM_DBG, LM_ERR, METHOD_INVITE, sip_msg::msg_flags, tm_binds::register_tmcb, report_ack, tmcb_params::req, RR_FLOW_UPSTREAM, rrb, skip_cancel, tmb, TMCB_E2EACK_IN, tmcb_func(), TMCB_ON_FAILURE, TMCB_RESPONSE_IN, and TMCB_RESPONSE_OUT.
Referenced by mod_init().
| int w_acc_log_request | ( | struct sip_msg * | rq, | |
| char * | comment, | |||
| char * | foo | |||
| ) |
Definition at line 168 of file acc_logic.c.
References acc_log_request(), acc_preparse_req(), ACC_REQUEST, ACC_REQUEST_LEN, env_set_comment(), env_set_text(), env_set_to(), and sip_msg::to.
1.5.6