#include "../../sr_module.h"
#include "loose.h"
#include "record.h"
#include "api.h"
#include "rr_cb.h"

Go to the source code of this file.
Functions | |
| int | load_rr (struct rr_binds *rrb) |
| Function exported by module - it will load the other functions. | |
Variables | |
| int | append_fromtag |
Kamailio RR module (record-routing) API. The RR module provides an internal API to be used by other Kamailio modules. The API offers support for SIP dialog based functionalities.
For internal(non-script) usage, the RR module offers to other module the possibility to register callback functions to be executed each time a local Route header is processed. The callback function will receive as parameter the register parameter and the Route header parameter string.
Definition in file rr/api.c.
| int load_rr | ( | struct rr_binds * | rrb | ) |
Function exported by module - it will load the other functions.
API bind function exported by the module - it will load the other functions.
| rrb | record-route API export binding |
Definition at line 57 of file rr/api.c.
References add_rr_param(), rr_binds::add_rr_param, append_fromtag, rr_binds::append_fromtag, check_route_param(), rr_binds::check_route_param, get_route_param(), rr_binds::get_route_param, is_direction(), rr_binds::is_direction, register_rrcb(), and rr_binds::register_rrcb.
| int append_fromtag |
append from tag to record route
append from tag by default
Definition at line 53 of file rr_mod.c.
Referenced by direction_fixup(), load_rr(), record_route(), and record_route_preset().
1.5.6