| 1300 | |
| 1301 | |
| 1302 | static int w_t_newtran( struct sip_msg* p_msg) |
| 1303 | { |
| 1304 | return t_newtran( p_msg , 0 /*no full UAS cloning*/); |
| 1305 | } |
| 1306 | |
| 1307 | |
| 1308 | static int w_t_on_negative( struct sip_msg* msg, void *go_to) |
nothing calls this directly
no test coverage detected