| 1306 | |
| 1307 | |
| 1308 | static int w_t_on_negative( struct sip_msg* msg, void *go_to) |
| 1309 | { |
| 1310 | t_on_negative( (struct script_route_ref*) go_to ); |
| 1311 | return 1; |
| 1312 | } |
| 1313 | |
| 1314 | |
| 1315 | static int w_t_on_reply( struct sip_msg* msg, void *go_to) |
nothing calls this directly
no test coverage detected