| 249 | } |
| 250 | |
| 251 | int pv_get_null(struct sip_msg *msg, pv_param_t *param, pv_value_t *res) |
| 252 | { |
| 253 | if(res==NULL) |
| 254 | return -1; |
| 255 | |
| 256 | res->rs = str_empty; |
| 257 | res->ri = 0; |
| 258 | res->flags = PV_VAL_NULL; |
| 259 | return 0; |
| 260 | } |
| 261 | |
| 262 | /************************************************************/ |
| 263 | static int pv_get_pid(struct sip_msg *msg, pv_param_t *param, |
no outgoing calls
no test coverage detected