Functions

action.h File Reference

SIP-router core ::Module: SIP-router core. More...

#include "route_struct.h"
#include "parser/msg_parser.h"
#include <setjmp.h>
Include dependency graph for action.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions


Detailed Description

Definition in file action.h.


Function Documentation

int run_actions_safe ( struct run_act_ctx *  h,
struct action *  a,
struct sip_msg msg 
)

It always return (it doesn't longjmp on forced script end).

Returns:
0, or 1 on success, <0 on error (0 if drop or break encountered, 1 if not )

Definition at line 1693 of file action.c.

Referenced by lval_avp_assign(), lval_pvar_assign(), rval_get_int(), and rval_get_tmp_str().

Here is the caller graph for this function: