MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / route_params_push_level

Function route_params_push_level

action.c:1323–1334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321 */
1322
1323void route_params_push_level(char *rt_name, void *params, void *extra, param_getf_t getf)
1324{
1325 route_rec_level++;
1326 route_params[route_rec_level].params = params;
1327 route_params[route_rec_level].extra = extra;
1328 route_params[route_rec_level].get_param = getf;
1329
1330 if (rt_name) {
1331 route_stack[route_stack_size] = rt_name;
1332 route_stack_size++;
1333 }
1334}
1335
1336void route_params_pop_level(void)
1337{

Callers 7

async_launch_resumeFunction · 0.85
async_script_launchFunction · 0.85
run_error_routeFunction · 0.85
do_actionFunction · 0.85
run_route_algoFunction · 0.85
rtp_relay_route_runFunction · 0.85
route_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected