| 1294 | |
| 1295 | |
| 1296 | static int w_pv_t_reply(struct sip_msg *msg, unsigned int* code, str* text) |
| 1297 | { |
| 1298 | return w_t_reply(msg, *code, text); |
| 1299 | } |
| 1300 | |
| 1301 | |
| 1302 | static int w_t_newtran( struct sip_msg* p_msg) |
nothing calls this directly
no test coverage detected