#include "../../parser/msg_parser.h"#include "../../sr_module.h"#include "../../str.h"#include "../tm/tm_load.h"#include "../acc/acc_logic.h"


Go to the source code of this file.
Typedefs | |
| typedef int(* | tm_get_trans_f )(struct sip_msg *, struct cell **) |
Functions | |
| int | get_redirect (struct sip_msg *msg, int maxt, int maxb, struct acc_param *reason, unsigned int bflags) |
Variables | |
| char * | acc_db_table |
| cmd_function | rd_acc_fct |
| struct tm_binds | rd_tmb |
| typedef int(* tm_get_trans_f)(struct sip_msg *, struct cell **) |
Definition at line 38 of file rd_funcs.h.
| int get_redirect | ( | struct sip_msg * | msg, | |
| int | maxt, | |||
| int | maxb, | |||
| struct acc_param * | reason, | |||
| unsigned int | bflags | |||
| ) |
Definition at line 47 of file rd_funcs.c.
References cell::first_branch, ua_client::last_received, LM_CRIT, LM_DBG, LM_ERR, max, sip_msg::new_uri, cell::nr_of_outgoings, rd_tmb, ua_client::reply, shmcontact2dset(), tm_binds::t_gett, T_NULL_CELL, T_UNDEFINED, and cell::uac.
Referenced by w_get_redirect2().
| char* acc_db_table |
Definition at line 43 of file redirect.c.
Referenced by get_redirect_fixup(), and shmcontact2dset().
1.5.6