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

Function pv_get_param

pvar.c:6294–6302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6292}
6293
6294static int pv_get_param(struct sip_msg *msg, pv_param_t *ip, pv_value_t *res)
6295{
6296 if (!ip)
6297 {
6298 LM_ERR("null parameter received\n");
6299 return -1;
6300 }
6301 return route_params_run(msg, ip, res);
6302}
6303
6304void destroy_argv_list(void)
6305{

Callers

nothing calls this directly

Calls 1

route_params_runFunction · 0.85

Tested by

no test coverage detected