#include "comp_defs.h"#include "action.h"#include "config.h"#include "error.h"#include "dprint.h"#include "proxy.h"#include "forward.h"#include "udp_server.h"#include "route.h"#include "parser/msg_parser.h"#include "parser/parse_uri.h"#include "ut.h"#include "sr_module.h"#include "mem/mem.h"#include "globals.h"#include "dset.h"#include "onsend.h"#include "resolve.h"#include <sys/types.h>#include <sys/socket.h>#include <netdb.h>#include <stdlib.h>#include <netinet/in.h>#include <arpa/inet.h>#include <string.h>Go to the source code of this file.
Functions | |
| int | do_action (struct run_act_ctx *h, struct action *a, struct sip_msg *msg) |
| int | run_actions (struct run_act_ctx *h, struct action *a, struct sip_msg *msg) |
Variables | |
| onsend_info * | p_onsend = 0 |
|
||||||||||||||||
|
||||||||||||||||
|
Definition at line 1034 of file action.c. References DBG, do_action(), sr_module::exports, run_act_ctx::jmp_env, L_ERR, run_act_ctx::last_retcode, LOG, module_exports::name, action::next, sr_module::next, module_exports::onbreak_f, run_act_ctx::rec_lev, RETURN_R_F, and run_act_ctx::run_flags. Referenced by cpl_proxy_to_loc_set(), dbops_foreach_func(), do_action(), em_receive_request(), eval_elem(), eval_while_func(), eval_while_stack_func(), prefix_route(), print_uac_request(), receive_msg(), reply_received(), run_failure_handlers(), run_onsend(), t_continue(), and timer_handler(). |
|
|
Definition at line 93 of file action.c. Referenced by do_action(), and run_onsend(). |
1.3.9.1