| 6292 | } |
| 6293 | |
| 6294 | static 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 | |
| 6304 | void destroy_argv_list(void) |
| 6305 | { |
nothing calls this directly
no test coverage detected